Re: [ovs-dev] [PATCH 3/3] odp-execute: Refactor determining dpif assistance.

2015-05-29 Thread Joe Stringer
On 29 May 2015 at 13:26, Ben Pfaff wrote: > On Mon, Apr 13, 2015 at 05:56:17PM -0700, Joe Stringer wrote: >> To be more explicit about which actions require datapath assistance, >> split this out into a separate function. While this is fairly trivial >> currently, there may be special cases for up

Re: [ovs-dev] [PATCH 3/3] odp-execute: Refactor determining dpif assistance.

2015-05-29 Thread Ben Pfaff
On Mon, Apr 13, 2015 at 05:56:17PM -0700, Joe Stringer wrote: > To be more explicit about which actions require datapath assistance, > split this out into a separate function. While this is fairly trivial > currently, there may be special cases for upcoming conntrack changes. > > Signed-off-by: Jo

[ovs-dev] [PATCH 3/3] odp-execute: Refactor determining dpif assistance.

2015-04-13 Thread Joe Stringer
To be more explicit about which actions require datapath assistance, split this out into a separate function. While this is fairly trivial currently, there may be special cases for upcoming conntrack changes. Signed-off-by: Joe Stringer --- lib/odp-execute.c | 49 ++