netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pull request][net-next 0/4] mlx5 updates 2020-10-12
@ 2020-10-12 22:41 Saeed Mahameed
  2020-10-12 22:41 ` [net-next 1/4] net/mlx5: Fix uininitialized pointer read on pointer attr Saeed Mahameed
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Saeed Mahameed @ 2020-10-12 22:41 UTC (permalink / raw)
  To: Jakub Kicinski; +Cc: netdev, David S. Miller, Saeed Mahameed

Hi Jakub,

This small series add xfrm IPSec TX offload support to mlx5 driver.

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

Thanks,
Saeed.

---
The following changes since commit 547848af58e3eb5a0d8b0a5e6433042f111788e2:

  Merge branch 'bnxt_en-Updates-for-net-next' (2020-10-12 14:42:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2020-10-12

for you to fetch changes up to 5be019040cb7bab4caf152cacadffee91a78b506:

  net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload (2020-10-12 15:37:45 -0700)

----------------------------------------------------------------
mlx5-updates-2020-10-12

Updates to mlx5 driver:
- Cleanup fix of uininitialized pointer read
- xfrm IPSec TX offload

----------------------------------------------------------------
Colin Ian King (1):
      net/mlx5: Fix uininitialized pointer read on pointer attr

Huy Nguyen (2):
      net/mlx5: Add NIC TX domain namespace
      net/mlx5e: IPsec: Add TX steering rule per IPsec state

Raed Salem (1):
      net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload

 drivers/net/ethernet/mellanox/mlx5/core/en/fs.h    |   1 +
 .../mellanox/mlx5/core/en_accel/en_accel.h         |  46 +++++-
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.c   |   3 +
 .../ethernet/mellanox/mlx5/core/en_accel/ipsec.h   |   2 +
 .../mellanox/mlx5/core/en_accel/ipsec_fs.c         | 178 ++++++++++++++++++++-
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c       | 110 +++++++++++--
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h       |  29 +++-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |   1 -
 drivers/net/ethernet/mellanox/mlx5/core/en_tx.c    |  43 ++++-
 drivers/net/ethernet/mellanox/mlx5/core/fs_cmd.c   |   3 +
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  19 ++-
 include/linux/mlx5/fs.h                            |   1 +
 include/linux/mlx5/qp.h                            |   6 +-
 13 files changed, 406 insertions(+), 36 deletions(-)

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-12 22:41 [pull request][net-next 0/4] mlx5 updates 2020-10-12 Saeed Mahameed
2020-10-12 22:41 ` [net-next 1/4] net/mlx5: Fix uininitialized pointer read on pointer attr Saeed Mahameed
2020-10-12 22:41 ` [net-next 2/4] net/mlx5: Add NIC TX domain namespace Saeed Mahameed
2020-10-12 22:41 ` [net-next 3/4] net/mlx5e: IPsec: Add TX steering rule per IPsec state Saeed Mahameed
2020-10-12 22:41 ` [net-next 4/4] net/mlx5e: IPsec: Add Connect-X IPsec Tx data path offload Saeed Mahameed
2020-10-14  3:03 ` [pull request][net-next 0/4] mlx5 updates 2020-10-12 Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).