net/mlx4_core: Correctly set PFC param if global pause is turned off.
authorTarick Bedeir <tarick@google.com>
Fri, 7 Dec 2018 08:30:26 +0000 (00:30 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2018 08:24:27 +0000 (09:24 +0100)
commit1fa276e9200974788cea3d35b95b961b1311cae5
tree07b62d9c6b8a2a3ba75d24f4b9cb7829e5669710
parentec5d7ceda60a81a9498bfefb259d066961ff116b
net/mlx4_core: Correctly set PFC param if global pause is turned off.

[ Upstream commit bd5122cd1e0644d8bd8dd84517c932773e999766 ]

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 <tarick@google.com>
Reviewed-by: Eran Ben Elisha <eranbe@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx4/en_ethtool.c