Re: [dpdk-dev] [PATCH v2] net/enic: pick the right Rx handler after changing MTU

2018-07-18 Thread Ferruh Yigit
On 7/18/2018 3:02 AM, John Daley wrote: > From: Hyong Youb Kim > > enic_set_mtu always reverts to the default Rx handler after changing > MTU. Try to use the simpler, non-scatter handler in this case as well. > > Fixes: 35e2cb6a1795 ("net/enic: add simple Rx handler") > > Signed-off-by: Hyong Y

[dpdk-dev] [PATCH v2] net/enic: pick the right Rx handler after changing MTU

2018-07-17 Thread John Daley
From: Hyong Youb Kim enic_set_mtu always reverts to the default Rx handler after changing MTU. Try to use the simpler, non-scatter handler in this case as well. Fixes: 35e2cb6a1795 ("net/enic: add simple Rx handler") Signed-off-by: Hyong Youb Kim Reviewed-by: John Daley --- v2: remember to ac