[lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-12 Thread Petri Savolainen
Optimize and simplify packet parsing. Fill in L2 metadata allways in packet input. Perform full packet parsing only if other than L2 metadata is requested. Perform parsing only for packets received from the network (disable parsing of user created packets). Signed-off-by: Petri Savolainen --- ..

Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-14 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Petri Savolainen > Sent: Monday, October 12, 2015 11:15 AM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse re

Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-15 Thread Bill Fischofer
Hard to say from looking at this whether this improves OVS performance, which was the main reason lazy parsing was added. Presumably the idea here is that you can use the l2 APIs without triggering a full parse for many applications, so that should be a plus. On Mon, Oct 12, 2015 at 3:15 AM, Pet

Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-21 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. > -Original Message- > From: Savolainen, Petri (Nokia - FI/Espoo) > Sent: Thursday, October 15, 2015 9:12 AM > To: lng-odp@lists.linaro.org > Subject: RE: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse > results by default > > Ping. >

Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-21 Thread Bill Fischofer
Nokia - FI/Espoo) < petri.savolai...@nokia.com> wrote: > Ping. > > > -Original Message- > > From: Savolainen, Petri (Nokia - FI/Espoo) > > Sent: Thursday, October 15, 2015 9:12 AM > > To: lng-odp@lists.linaro.org > > Subject: RE: [lng-odp] [PATCH] l

Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default

2015-10-21 Thread Savolainen, Petri (Nokia - FI/Espoo)
, October 21, 2015 1:55 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH] linux-generic: pktio: fill in L2 parse results by default My comment from 6 days ago hasn't been addressed. There's a small typo in the patch but the larger issue