Re: [dpdk-dev] [PATCH] net/mlx4: advertise jumbo frame support in Rx

2018-08-01 Thread Shahaf Shuler
Wednesday, August 1, 2018 1:15 PM, Matan Azrad: > Subject: Re: [dpdk-dev] [PATCH] net/mlx4: advertise jumbo frame support in > Rx > > Hi Moti > > From: Mordechay Haimovsky > > This commit adds the missing Rx jumbo frame support advertisement in > > Rx offload capab

Re: [dpdk-dev] [PATCH] net/mlx4: advertise jumbo frame support in Rx

2018-08-01 Thread Matan Azrad
Hi Moti From: Mordechay Haimovsky > This commit adds the missing Rx jumbo frame support advertisement in Rx > offload capabilities. > > Signed-off-by: Moti Haimovsky > --- > drivers/net/mlx4/mlx4_rxq.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/net/mlx4/

[dpdk-dev] [PATCH] net/mlx4: advertise jumbo frame support in Rx

2018-07-31 Thread Moti Haimovsky
This commit adds the missing Rx jumbo frame support advertisement in Rx offload capabilities. Signed-off-by: Moti Haimovsky --- drivers/net/mlx4/mlx4_rxq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/mlx4/mlx4_rxq.c b/drivers/net/mlx4/mlx4_rxq.c index e8bef1