This series provides some misc updates to mlx5 driver. For more information please see tag log below.
Please pull and let me know if there is any problem. Please note that the series starts with a merge of mlx5-next branch, to resolve and avoid dependency with rdma tree. v2: - Change statistics counter name to dev_internal_queue_oob as suggested by Jakub. - Fixed an issue with IP-in-IP TSO patch, found by regression testing. Thanks, Saeed. --- The following changes since commit 537f321097d03c21f46c56741cda0dfa6eeffcdd: Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2019-08-28 11:48:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2019-08-22 for you to fetch changes up to 25948b87dda284664edeb3b3dab689df0a7dc889: net/mlx5e: Support TSO and TX checksum offloads for IP-in-IP tunnels (2019-08-28 11:49:05 -0700) ---------------------------------------------------------------- mlx5-updates-2019-08-22 Misc updates for mlx5e net device driver 1) Maxim and Tariq add the support for LAG TX port affinity distribution When VF LAG is enabled, VFs netdevs will round-robin the TX affinity of their tx queues among the different LAG ports. 2) Aya adds the support for ip-in-ip RSS. 3) Marina adds the support for ip-in-ip TX TSO and checksum offloads. 4) Moshe adds a device internal drop counter to mlx5 ethtool stats. ---------------------------------------------------------------- Aya Levin (2): net/mlx5e: Change function's position to a more fitting file net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packets Erez Alfasi (1): net/mlx5e: ethtool, Fix a typo in WOL function names Marina Varshaver (2): net/mlx5e: Improve stateless offload capability check net/mlx5e: Support TSO and TX checksum offloads for IP-in-IP tunnels Maxim Mikityanskiy (1): net/mlx5e: Support LAG TX port affinity distribution Moshe Shemesh (1): net/mlx5e: Add device out of buffer counter Tariq Toukan (1): net/mlx5e: Expose new function for TIS destroy loop drivers/net/ethernet/mellanox/mlx5/core/en.h | 18 +++-- drivers/net/ethernet/mellanox/mlx5/core/en/fs.h | 9 +++ .../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 8 +-- drivers/net/ethernet/mellanox/mlx5/core/en_fs.c | 50 ++++++++++++++ drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 76 ++++++++++++++++------ drivers/net/ethernet/mellanox/mlx5/core/en_rep.c | 9 +-- drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 38 +++++++---- .../net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c | 4 +- .../ethernet/mellanox/mlx5/core/ipoib/ipoib_vlan.c | 6 +- 9 files changed, 164 insertions(+), 54 deletions(-)