Re: [PATCH] net/mlx4_core: Correctly set PFC param if global pause is turned off.

2018-12-08 Thread David Miller
From: Tarick Bedeir Date: Fri, 7 Dec 2018 00:30:26 -0800 > rx_ppp and tx_ppp can be set between 0 and 255, so don't clamp to 1. > > Fixes: 6e8814ceb7e8 ("net/mlx4_en: Fix mixed PFC and Global pause user > control requests") > Signed-off-by: Tarick Bedeir Applied and queued up for -stable.

Re: [PATCH] net/mlx4_core: Correctly set PFC param if global pause is turned off.

2018-12-08 Thread Eran Ben Elisha
On 12/7/2018 10:30 AM, Tarick Bedeir wrote: > rx_ppp and tx_ppp can be set between 0 and 255, so don't clamp to 1. > > Fixes: 6e8814ceb7e8 ("net/mlx4_en: Fix mixed PFC and Global pause user > control requests") > Signed-off-by: Tarick Bedeir > --- >

Re: [PATCH] net/mlx4_core: Correctly set PFC param if global pause is turned off.

2018-12-07 Thread David Miller
From: Tarick Bedeir Date: Fri, 7 Dec 2018 00:30:26 -0800 > rx_ppp and tx_ppp can be set between 0 and 255, so don't clamp to 1. > > Fixes: 6e8814ceb7e8 ("net/mlx4_en: Fix mixed PFC and Global pause user > control requests") > Signed-off-by: Tarick Bedeir Tariq and co., please review.

[PATCH] net/mlx4_core: Correctly set PFC param if global pause is turned off.

2018-12-07 Thread Tarick Bedeir
rx_ppp and tx_ppp can be set between 0 and 255, so don't clamp to 1. Fixes: 6e8814ceb7e8 ("net/mlx4_en: Fix mixed PFC and Global pause user control requests") Signed-off-by: Tarick Bedeir --- drivers/net/ethernet/mellanox/mlx4/en_ethtool.c | 4 ++-- 1 file changed, 2 insertions(+), 2