net/mlx5: fix Tx inline minimum for ConnectX-5
authorDavid Christensen <drc@linux.vnet.ibm.com>
Wed, 31 Jul 2019 22:41:11 +0000 (17:41 -0500)
committerRaslan Darawsheh <rasland@mellanox.com>
Tue, 6 Aug 2019 15:42:12 +0000 (17:42 +0200)
commit20215627cd5268a90c309cc91ee08b9e95c2c107
treeb5b3dc02d03d77042875a42b8d99256f510da504
parentb857ed01ca30e1a264f47ce7369c5e8c691626b4
net/mlx5: fix Tx inline minimum for ConnectX-5

The function mlx5_set_min_inline() includes a switch() that checks
various PCI device IDs in order to set the txq_inline_min value.  No
value is set when the PCI device ID matches the ConnectX-5 adapters,
resulting in an assert() failure later in the function
mlx5_set_txlimit_params().

This error was encountered on an IBM Power 9 system running RHEL 7.6
w/o Mellanox OFED installed.

Fixes: 38b4b397a57d ("net/mlx5: add Tx configuration and setup")

Signed-off-by: David Christensen <drc@linux.vnet.ibm.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
drivers/net/mlx5/mlx5.c