Re: [ovs-dev] [PATCH v2 02/15] flow: Export parse_ipv6_ext_hdrs().

2016-04-26 Thread Daniele Di Proietto
On 19/04/2016 13:03, "Joe Stringer" wrote: >On 15 April 2016 at 17:02, Daniele Di Proietto wrote: >> This will be used by a future commit. >> >> Signed-off-by: Daniele Di Proietto >> --- >> lib/flow.c | 140 >> ++--- >> lib/flow.h |

Re: [ovs-dev] [PATCH v2 02/15] flow: Export parse_ipv6_ext_hdrs().

2016-04-26 Thread Flavio Leitner
On Fri, Apr 15, 2016 at 05:02:34PM -0700, Daniele Di Proietto wrote: > This will be used by a future commit. > > Signed-off-by: Daniele Di Proietto > --- I see that you tried to split the interface and the function code so that the miniflow_extract() could get the code inlined and have no perfor

Re: [ovs-dev] [PATCH v2 02/15] flow: Export parse_ipv6_ext_hdrs().

2016-04-19 Thread Joe Stringer
On 15 April 2016 at 17:02, Daniele Di Proietto wrote: > This will be used by a future commit. > > Signed-off-by: Daniele Di Proietto > --- > lib/flow.c | 140 > ++--- > lib/flow.h | 3 ++ > 2 files changed, 81 insertions(+), 62 deletions