[dpdk-dev] [PATCH] net/enic: support scatter Rx in the MTU update function

2016-09-27 Thread Bruce Richardson
On Thu, Sep 22, 2016 at 10:02:46AM -0700, John Daley wrote: > Re-initialize Rq's when MTU is changed. This allows for more > efficient use of mbufs when moving from an MTU that is greater > than the mbuf size to one that is less. And moves to using Rx > scatter mode when moving from an MTU less tha

[dpdk-dev] [PATCH] net/enic: support scatter Rx in the MTU update function

2016-09-22 Thread John Daley
Re-initialize Rq's when MTU is changed. This allows for more efficient use of mbufs when moving from an MTU that is greater than the mbuf size to one that is less. And moves to using Rx scatter mode when moving from an MTU less than the mbuf size to one that is greater. Signed-off-by: Nelson Escob