Re: [ovs-dev] [PATCH v2] netdev: Clean up class initialization.

2018-08-24 Thread Ben Pfaff
On Wed, Aug 22, 2018 at 12:52:47PM +, Stokes, Ian wrote: > > The macros are hard to read. This makes it a little more readable. > > > > Signed-off-by: Ben Pfaff > > --- > > v1->v2: Refactor DPDK_FLOW_OFFLOAD_API as Ian requested. > > Thanks Ben, LGTM, will add this to this week's pull reque

Re: [ovs-dev] [PATCH v2] netdev: Clean up class initialization.

2018-08-22 Thread Stokes, Ian
> The macros are hard to read. This makes it a little more readable. > > Signed-off-by: Ben Pfaff > --- > v1->v2: Refactor DPDK_FLOW_OFFLOAD_API as Ian requested. Thanks Ben, LGTM, will add this to this week's pull request for master unless there is any other input. Thanks Ian __

[ovs-dev] [PATCH v2] netdev: Clean up class initialization.

2018-08-15 Thread Ben Pfaff
The macros are hard to read. This makes it a little more readable. Signed-off-by: Ben Pfaff --- v1->v2: Refactor DPDK_FLOW_OFFLOAD_API as Ian requested. configure.ac | 1 + lib/netdev-dpdk.c | 234 -- lib/netdev-dpdk.h | 4 + lib/netdev-dumm