netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Saeed Mahameed <saeed@kernel.org>
To: Jakub Kicinski <kuba@kernel.org>,
	"David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org, Saeed Mahameed <saeedm@nvidia.com>
Subject: [pull request][net-next] mlx5 net-next 2021-06-22
Date: Tue, 22 Jun 2021 15:43:00 -0700	[thread overview]
Message-ID: <20210622224300.498116-1-saeed@kernel.org> (raw)

From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave, Jakub,

This series includes only commits that been already reviewed on netdev
ML, hence this pr is not followed by the patches to avoid noise.

For more information please see tag log below.

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

Thanks,
Saeed.

---
The following changes since commit ef2c3ddaa4ed0b1d9de34378d08d3e24a3fec7ac:

  ibmvnic: Use strscpy() instead of strncpy() (2021-06-21 14:52:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-net-next-2021-06-22

for you to fetch changes up to f1267798c9809283ff45664bc2c4e465f1500a4b:

  net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload (2021-06-22 15:24:35 -0700)

----------------------------------------------------------------
mlx5-net-next-2021-06-22

1) Various minor cleanups and fixes from net-next branch
2) Optimize mlx5 feature check on tx and
   a fix to allow Vxlan with Ipsec offloads

----------------------------------------------------------------
Colin Ian King (1):
      net/mlx5: Fix spelling mistake "enught" -> "enough"

Huy Nguyen (3):
      net/mlx5: Optimize mlx5e_feature_checks for non IPsec packet
      net/xfrm: Add inner_ipproto into sec_path
      net/mlx5: Fix checksum issue of VXLAN and IPsec crypto offload

Jiapeng Chong (1):
      net/mlx5: Fix missing error code in mlx5_init_fs()

Nathan Chancellor (1):
      net/mlx5: Use cpumask_available() in mlx5_eq_create_generic()

caihuoqing (1):
      net/mlx5: remove "default n" from Kconfig

 drivers/net/ethernet/mellanox/mlx5/core/Kconfig    |  9 ---
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.c       | 65 ++++++++++++++++------
 .../mellanox/mlx5/core/en_accel/ipsec_rxtx.h       | 37 +++++++++---
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  8 ++-
 drivers/net/ethernet/mellanox/mlx5/core/eq.c       |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  5 +-
 drivers/net/ethernet/mellanox/mlx5/core/pci_irq.c  |  2 +-
 include/net/xfrm.h                                 |  1 +
 net/xfrm/xfrm_output.c                             | 41 +++++++++++++-
 9 files changed, 130 insertions(+), 40 deletions(-)

             reply	other threads:[~2021-06-22 22:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 22:43 Saeed Mahameed [this message]
2021-06-23 20:00 ` [pull request][net-next] mlx5 net-next 2021-06-22 patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210622224300.498116-1-saeed@kernel.org \
    --to=saeed@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=saeedm@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).