Re: [dpdk-dev] [PATCH] net/mlx: enhance Rx scatter mode detection

2017-04-19 Thread Ferruh Yigit
On 3/28/2017 1:50 PM, Adrien Mazarguil wrote: > On Tue, Mar 28, 2017 at 01:18:49PM +0300, Vasily Philipov wrote: >> Toggle Rx scatter mode based on the scatter_enable flag and the maximum >> packet size only instead of deriving this information from the jumbo_frame >> setting and the MTU configurat

Re: [dpdk-dev] [PATCH] net/mlx: enhance Rx scatter mode detection

2017-03-28 Thread Adrien Mazarguil
On Tue, Mar 28, 2017 at 01:18:49PM +0300, Vasily Philipov wrote: > Toggle Rx scatter mode based on the scatter_enable flag and the maximum > packet size only instead of deriving this information from the jumbo_frame > setting and the MTU configuration. > > Signed-off-by: Vasily Philipov Acked-by

[dpdk-dev] [PATCH] net/mlx: enhance Rx scatter mode detection

2017-03-28 Thread Vasily Philipov
Toggle Rx scatter mode based on the scatter_enable flag and the maximum packet size only instead of deriving this information from the jumbo_frame setting and the MTU configuration. Signed-off-by: Vasily Philipov --- drivers/net/mlx4/mlx4.c| 27 +++ drivers/net/ml