Re: [dpdk-dev] [PATCH] net/enic: fix packet loss after MTU change

2017-10-23 Thread Ferruh Yigit
On 10/23/2017 1:23 PM, John Daley wrote: > If multiple Rx queues and Rx Scatter are used and the MTU is > modified so that the number of mbufs per packet changes, packet > loss is possible. > > The enic completion queue index was miscalculated leaving the > upper half of the queues uninitialized a

[dpdk-dev] [PATCH] net/enic: fix packet loss after MTU change

2017-10-23 Thread John Daley
If multiple Rx queues and Rx Scatter are used and the MTU is modified so that the number of mbufs per packet changes, packet loss is possible. The enic completion queue index was miscalculated leaving the upper half of the queues uninitialized after an MTU change, possibly leading to completions o