All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull request][net-next 00/11] Mellanox, mlx5 updates 2020-03-09
@ 2020-03-10  1:42 Saeed Mahameed
  2020-03-10  1:42 ` [net-next 01/11] net/mlx5: Expose port speed when possible Saeed Mahameed
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Saeed Mahameed @ 2020-03-10  1:42 UTC (permalink / raw)
  To: David S. Miller, kuba; +Cc: netdev, Saeed Mahameed

Hi Dave,

This series adds misc updates and cleanups to mlx5 drivers.
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.

Thanks,
Saeed.

---

The following changes since commit a70ed9d8ecf395ca7d15c2d13782cc0055398ed5:

  Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux (2020-03-09 16:58:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-03-09

for you to fetch changes up to b63293e759a1dd1d105f4c6c32d7ed150b6af8d2:

  net/mlx5e: Show/set Rx network flow classification rules on ul rep (2020-03-09 16:58:49 -0700)

----------------------------------------------------------------
mlx5-updates-2020-03-09

This series provides updates to mlx5 driver:

1) Use vport metadata matching only when mandatory
2) Introduce root flow table and ethtool steering for uplink representors
3) Expose port speed via FW when link modes are not available
3) Misc cleanups

----------------------------------------------------------------
Dan Carpenter (1):
      net/mlx5e: Fix an IS_ERR() vs NULL check

Eli Cohen (1):
      net/mlx5: Verify goto chain offload support

Majd Dibbiny (1):
      net/mlx5: E-Switch, Use vport metadata matching only when mandatory

Mark Bloch (2):
      net/mlx5: Expose port speed when possible
      net/mlx5: Tidy up and fix reverse christmas ordring

Parav Pandit (1):
      net/mlx5: E-switch, make query inline mode a static function

Paul Blakey (1):
      net/mlx5: Allocate smaller size tables for ft offload

Saeed Mahameed (1):
      net/mlx5e: Introduce root ft concept for representors netdevs

Vlad Buslov (3):
      net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul rep
      net/mlx5e: Init ethtool steering for representors
      net/mlx5e: Show/set Rx network flow classification rules on ul rep

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |   6 +
 .../net/ethernet/mellanox/mlx5/core/en_ethtool.c   |  37 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   | 122 ++++++++++++---------
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.h   |   1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  65 +++++++----
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.h  |   1 -
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c |  90 ++++++++-------
 .../mellanox/mlx5/core/eswitch_offloads_chains.c   |   5 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |   4 +-
 9 files changed, 202 insertions(+), 129 deletions(-)

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

end of thread, other threads:[~2020-03-10  2:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-10  1:42 [pull request][net-next 00/11] Mellanox, mlx5 updates 2020-03-09 Saeed Mahameed
2020-03-10  1:42 ` [net-next 01/11] net/mlx5: Expose port speed when possible Saeed Mahameed
2020-03-10  1:42 ` [net-next 02/11] net/mlx5: Tidy up and fix reverse christmas ordring Saeed Mahameed
2020-03-10  1:42 ` [net-next 03/11] net/mlx5: E-Switch, Use vport metadata matching only when mandatory Saeed Mahameed
2020-03-10  1:42 ` [net-next 04/11] net/mlx5: Verify goto chain offload support Saeed Mahameed
2020-03-10  1:42 ` [net-next 05/11] net/mlx5e: Fix an IS_ERR() vs NULL check Saeed Mahameed
2020-03-10  1:42 ` [net-next 06/11] net/mlx5: Allocate smaller size tables for ft offload Saeed Mahameed
2020-03-10  1:42 ` [net-next 07/11] net/mlx5: E-switch, make query inline mode a static function Saeed Mahameed
2020-03-10  1:42 ` [net-next 08/11] net/mlx5e: Introduce root ft concept for representors netdevs Saeed Mahameed
2020-03-10  1:42 ` [net-next 09/11] net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul rep Saeed Mahameed
2020-03-10  1:42 ` [net-next 10/11] net/mlx5e: Init ethtool steering for representors Saeed Mahameed
2020-03-10  1:42 ` [net-next 11/11] net/mlx5e: Show/set Rx network flow classification rules on ul rep Saeed Mahameed
2020-03-10  2:41 ` [pull request][net-next 00/11] Mellanox, mlx5 updates 2020-03-09 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.