strparser: Generalize strparser
authorTom Herbert <tom@quantonium.net>
Fri, 28 Jul 2017 23:22:43 +0000 (16:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 22:26:19 +0000 (15:26 -0700)
commitbbb03029a899679d73e62d7e6ae80348cc5d0054
tree33ac457d4f2fe6464309310015674afb6d553724
parent20bf50de3028cb15fa81e1d1e63ab6e0c85257fc
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>
Documentation/networking/strparser.txt
include/net/strparser.h
net/kcm/kcmproc.c
net/kcm/kcmsock.c
net/strparser/strparser.c