Re: [PATCH net-next v2 0/3] strp: Stream parser for messages

2016-08-01 Thread David Miller
From: Tom Herbert Date: Mon, 1 Aug 2016 13:38:46 -0700 > On Mon, Aug 1, 2016 at 1:27 PM, David Miller wrote: >> From: Tom Herbert >> Date: Mon, 1 Aug 2016 09:33:17 -0700 >> >>> - Remove GPL module license from strparser.c >> >> Why? > > It looked more consistent with other modules. Is GPL mo

Re: [PATCH net-next v2 0/3] strp: Stream parser for messages

2016-08-01 Thread Tom Herbert
On Mon, Aug 1, 2016 at 1:27 PM, David Miller wrote: > From: Tom Herbert > Date: Mon, 1 Aug 2016 09:33:17 -0700 > >> - Remove GPL module license from strparser.c > > Why? It looked more consistent with other modules. Is GPL module license preferred then? Tom

Re: [PATCH net-next v2 0/3] strp: Stream parser for messages

2016-08-01 Thread David Miller
From: Tom Herbert Date: Mon, 1 Aug 2016 09:33:17 -0700 > - Remove GPL module license from strparser.c Why?

[PATCH net-next v2 0/3] strp: Stream parser for messages

2016-08-01 Thread Tom Herbert
This patch set introduces a utility for parsing application layer protocol messages in a TCP stream. This is a generalization of the mechanism implemented of Kernel Connection Multiplexor. This patch set adapts KCM to use the strparser. We expect that kTLS can use this mechanism also. RDS would pr