Netdev List
 help / color / mirror / Atom feed
* [pull request][net-next v2 0/8] Mellanox, mlx5 updates 2019-08-22
@ 2019-08-28 18:57 Saeed Mahameed
  2019-08-28 18:57 ` [net-next v2 1/8] net/mlx5e: ethtool, Fix a typo in WOL function names Saeed Mahameed
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Saeed Mahameed @ 2019-08-28 18:57 UTC (permalink / raw)
  To: David S. Miller; +Cc: netdev@vger.kernel.org, Saeed Mahameed

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(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-08-30  0:25 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-28 18:57 [pull request][net-next v2 0/8] Mellanox, mlx5 updates 2019-08-22 Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 1/8] net/mlx5e: ethtool, Fix a typo in WOL function names Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 2/8] net/mlx5e: Expose new function for TIS destroy loop Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 3/8] net/mlx5e: Support LAG TX port affinity distribution Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 4/8] net/mlx5e: Add device out of buffer counter Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 5/8] net/mlx5e: Change function's position to a more fitting file Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 6/8] net/mlx5e: Support RSS for IP-in-IP and IPv6 tunneled packets Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 7/8] net/mlx5e: Improve stateless offload capability check Saeed Mahameed
2019-08-28 18:57 ` [net-next v2 8/8] net/mlx5e: Support TSO and TX checksum offloads for IP-in-IP tunnels Saeed Mahameed
2019-08-29  0:19 ` [pull request][net-next v2 0/8] Mellanox, mlx5 updates 2019-08-22 Jakub Kicinski
2019-08-30  0:25 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox