commit | bbb03029a899679d73e62d7e6ae80348cc5d0054 | [log] [tgz] |
---|---|---|
author | Tom Herbert <tom@quantonium.net> | Fri Jul 28 16:22:43 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 01 15:26:19 2017 -0700 |
tree | 33ac457d4f2fe6464309310015674afb6d553724 | |
parent | 20bf50de3028cb15fa81e1d1e63ab6e0c85257fc [diff] |
strparser: Generalize strparser Generalize strparser from more than just being used in conjunction with read_sock. strparser will also be used in the send path with zero proxy. The primary change is to create strp_process function that performs the critical processing on skbs. The documentation is also updated to reflect the new uses. Signed-off-by: Tom Herbert <tom@quantonium.net> Signed-off-by: David S. Miller <davem@davemloft.net>