Re: [ovs-dev] [RFC v2 dpdk-latest 1/2] netdev-dpdk: Update for DPDK CRC strip flags change.

2018-11-15 Thread Kevin Traynor
On 11/15/2018 04:40 PM, Ophir Munk wrote: > > >> -Original Message- >> From: Stokes, Ian [mailto:ian.sto...@intel.com] >> Sent: Wednesday, November 14, 2018 3:16 PM >> To: Kevin Traynor ; d...@openvswitch.org; Ophir >> Munk ; i.maxim...@samsung.com >> Cc: Christian Ehrhardt >> Subject: R

Re: [ovs-dev] [RFC v2 dpdk-latest 1/2] netdev-dpdk: Update for DPDK CRC strip flags change.

2018-11-15 Thread Ophir Munk
> -Original Message- > From: Stokes, Ian [mailto:ian.sto...@intel.com] > Sent: Wednesday, November 14, 2018 3:16 PM > To: Kevin Traynor ; d...@openvswitch.org; Ophir > Munk ; i.maxim...@samsung.com > Cc: Christian Ehrhardt > Subject: RE: [RFC v2 dpdk-latest 1/2] netdev-dpdk: Update for

Re: [ovs-dev] [RFC v2 dpdk-latest 1/2] netdev-dpdk: Update for DPDK CRC strip flags change.

2018-11-14 Thread Stokes, Ian
> DEV_RX_OFFLOAD_CRC_STRIP has been removed from DPDK 18.11. > DEV_RX_OFFLOAD_KEEP_CRC can now be used to keep the CRC. This doesn't > change any behaviour in OVS, just updates to use the correct flags. > > Signed-off-by: Kevin Traynor > --- > lib/netdev-dpdk.c | 4 ++-- > 1 file changed, 2 inse

[ovs-dev] [RFC v2 dpdk-latest 1/2] netdev-dpdk: Update for DPDK CRC strip flags change.

2018-11-09 Thread Kevin Traynor
DEV_RX_OFFLOAD_CRC_STRIP has been removed from DPDK 18.11. DEV_RX_OFFLOAD_KEEP_CRC can now be used to keep the CRC. This doesn't change any behaviour in OVS, just updates to use the correct flags. Signed-off-by: Kevin Traynor --- lib/netdev-dpdk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 del