Re: [dpdk-dev] DEV_RX_OFFLOAD_SCATTER for ixgbe and igb devices

2018-04-16 Thread Stokes, Ian
> On 4/13/2018 3:52 PM, Stokes, Ian wrote: > > Hi all, > > > > Currently it's the case that for some NICs (e.g. igb driver or ixgbe > driver based), scatter_rx needs to be enabled explicitly in the case where > it was not configured before. > > > > A patch submitted for ovs-dpdk proposes to check t

Re: [dpdk-dev] DEV_RX_OFFLOAD_SCATTER for ixgbe and igb devices

2018-04-13 Thread Ferruh Yigit
On 4/13/2018 3:52 PM, Stokes, Ian wrote: > Hi all, > > Currently it's the case that for some NICs (e.g. igb driver or ixgbe driver > based), scatter_rx needs to be enabled explicitly in the case where it was > not configured before. > > A patch submitted for ovs-dpdk proposes to check that the

[dpdk-dev] DEV_RX_OFFLOAD_SCATTER for ixgbe and igb devices

2018-04-13 Thread Stokes, Ian
Hi all, Currently it's the case that for some NICs (e.g. igb driver or ixgbe driver based), scatter_rx needs to be enabled explicitly in the case where it was not configured before. A patch submitted for ovs-dpdk proposes to check that the DEV_RX_OFFLOAD_SCATTER flag is present in rte_ethdev_i