All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull request][net-next 0/6] mlx5 updates 2021-06-26
@ 2021-06-26  7:44 Saeed Mahameed
  2021-06-26  7:44 ` [net-next 1/6] net/mlx5: Compare sampler flow destination ID in fs_core Saeed Mahameed
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Saeed Mahameed @ 2021-06-26  7:44 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski; +Cc: netdev, Saeed Mahameed

From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This series provides misc updates to mlx5 driver.
For more information please see tag log below.

Please pull and let me know if there is any problem.

Sorry about the weekend submission but I have an important submission
coming up "XDP/AF_XDP support for switchdev representors", so I thought
maybe I should clean up my queue of all this clutter, before submitting
the XDP for reps.

Thanks,
Saeed.

---

---
The following changes since commit ff8744b5eb116fdf9b80a6ff774393afac7325bd:

  Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue (2021-06-25 11:59:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-06-26

for you to fetch changes up to 5589b8f1a2c74670cbca9ea98756dbb8f92569b8:

  net/mlx5e: Add IPsec support to uplink representor (2021-06-26 00:31:25 -0700)

----------------------------------------------------------------
mlx5-updates-2021-06-26

This series provides small updates to mlx5 driver.

1) Increase hairpin buffer size

2) Improve performance in SF allocation

3) Add IPsec support to uplink representor

4) Add stats for number of deleted kTLS TX offloaded connections

5) Add support for flow sampler in SW steering

----------------------------------------------------------------
Ariel Levkovich (1):
      net/mlx5: Increase hairpin buffer size

Eli Cohen (1):
      net/mlx5: SF, Improve performance in SF allocation

Raed Salem (1):
      net/mlx5e: Add IPsec support to uplink representor

Tariq Toukan (1):
      net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connections

Yevgeny Kliteynik (2):
      net/mlx5: Compare sampler flow destination ID in fs_core
      net/mlx5: DR, Add support for flow sampler offload

 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   |  2 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c |  1 +
 .../net/ethernet/mellanox/mlx5/core/en_accel/tls.h |  1 +
 .../mellanox/mlx5/core/en_accel/tls_stats.c        |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |  7 +++
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  4 +-
 .../net/ethernet/mellanox/mlx5/core/sf/hw_table.c  | 23 +++++----
 .../mellanox/mlx5/core/steering/dr_action.c        | 55 ++++++++++++++++++++++
 .../ethernet/mellanox/mlx5/core/steering/dr_cmd.c  | 33 +++++++++++++
 .../mellanox/mlx5/core/steering/dr_types.h         | 14 ++++++
 .../ethernet/mellanox/mlx5/core/steering/fs_dr.c   | 17 +++++--
 .../ethernet/mellanox/mlx5/core/steering/mlx5dr.h  |  3 ++
 include/linux/mlx5/mlx5_ifc.h                      |  5 ++
 14 files changed, 152 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2021-06-28 21:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26  7:44 [pull request][net-next 0/6] mlx5 updates 2021-06-26 Saeed Mahameed
2021-06-26  7:44 ` [net-next 1/6] net/mlx5: Compare sampler flow destination ID in fs_core Saeed Mahameed
2021-06-28 21:20   ` patchwork-bot+netdevbpf
2021-06-26  7:44 ` [net-next 2/6] net/mlx5: DR, Add support for flow sampler offload Saeed Mahameed
2021-06-26  7:44 ` [net-next 3/6] net/mlx5: Increase hairpin buffer size Saeed Mahameed
2021-06-26  7:44 ` [net-next 4/6] net/mlx5: SF, Improve performance in SF allocation Saeed Mahameed
2021-06-26  7:44 ` [net-next 5/6] net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connections Saeed Mahameed
2021-06-26  7:44 ` [net-next 6/6] net/mlx5e: Add IPsec support to uplink representor Saeed Mahameed

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.