From: Saeed Mahameed <saeed@kernel.org>
To: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org, Tariq Toukan <tariqt@nvidia.com>,
Saeed Mahameed <saeedm@nvidia.com>
Subject: [pull request][net-next 00/15] mlx5 updates 2021-04-19
Date: Mon, 19 Apr 2021 20:20:03 -0700 [thread overview]
Message-ID: <20210420032018.58639-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia.com>
Hi Dave, Jakub,
This series provides updates for mlx5, mostly around mlx5 software
steering
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 e9377a911d772d27ef2810c241154ba479bad368:
ethtool: add missing EEPROM to list of messages (2021-04-19 16:29:43 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2021-04-19
for you to fetch changes up to aeacb52a8de7046be5399ba311f49bce96e1b269:
net/mlx5: DR, Add support for isolate_vl_tc QP (2021-04-19 20:17:46 -0700)
----------------------------------------------------------------
mlx5-updates-2021-04-19
This patchset provides some updates to mlx5e and mlx5 SW steering drivers:
1) Tariq and Vladyslav they both provide some trivial update to mlx5e netdev.
The next 12 patches in the patchset are focused toward mlx5 SW steering:
2) 3 trivial cleanup patches
3) Dynamic Flex parser support:
Flex parser is a HW parser that can support protocols that are not
natively supported by the HCA, such as Geneve (TLV options) and GTP-U.
There are 8 such parsers, and each of them can be assigned to parse a
specific set of protocols.
4) Enable matching on Geneve TLV options
5) Use Flex parser for MPLS over UDP/GRE
6) Enable matching on tunnel GTP-U and GTP-U first extension
header using
7) Improved QoS for SW steering internal QPair for a better insertion rate
----------------------------------------------------------------
Muhammad Sammar (1):
net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions
Tariq Toukan (2):
net/mlx5e: Fix lost changes during code movements
net/mlx5e: RX, Add checks for calculated Striding RQ attributes
Vladyslav Tarasiuk (1):
net/mlx5e: Fix possible non-initialized struct usage
Yevgeny Kliteynik (11):
net/mlx5: DR, Rename an argument in dr_rdma_segments
net/mlx5: DR, Fix SQ/RQ in doorbell bitmask
net/mlx5: E-Switch, Improve error messages in term table creation
net/mlx5: mlx5_ifc updates for flex parser
net/mlx5: DR, Add support for dynamic flex parser
net/mlx5: DR, Set STEv0 ICMP flex parser dynamically
net/mlx5: DR, Add support for matching on geneve TLV option
net/mlx5: DR, Set flex parser for TNL_MPLS dynamically
net/mlx5: DR, Add support for matching tunnel GTP-U
net/mlx5: DR, Add support for force-loopback QP
net/mlx5: DR, Add support for isolate_vl_tc QP
.../net/ethernet/mellanox/mlx5/core/en/devlink.c | 9 +-
.../net/ethernet/mellanox/mlx5/core/en/params.c | 91 +++--
.../net/ethernet/mellanox/mlx5/core/en/params.h | 20 +-
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 15 +-
.../mellanox/mlx5/core/eswitch_offloads_termtbl.c | 14 +-
.../ethernet/mellanox/mlx5/core/steering/dr_cmd.c | 66 ++++
.../mellanox/mlx5/core/steering/dr_matcher.c | 256 ++++++++++++--
.../ethernet/mellanox/mlx5/core/steering/dr_rule.c | 11 +
.../ethernet/mellanox/mlx5/core/steering/dr_send.c | 51 ++-
.../ethernet/mellanox/mlx5/core/steering/dr_ste.c | 145 +++++++-
.../ethernet/mellanox/mlx5/core/steering/dr_ste.h | 31 +-
.../mellanox/mlx5/core/steering/dr_ste_v0.c | 366 ++++++++++++++++++---
.../mellanox/mlx5/core/steering/dr_ste_v1.c | 270 ++++++++++++++-
.../mellanox/mlx5/core/steering/dr_types.h | 101 +++++-
.../mellanox/mlx5/core/steering/mlx5_ifc_dr.h | 16 +-
include/linux/mlx5/device.h | 7 +-
include/linux/mlx5/mlx5_ifc.h | 43 ++-
17 files changed, 1339 insertions(+), 173 deletions(-)
next reply other threads:[~2021-04-20 3:20 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-20 3:20 Saeed Mahameed [this message]
2021-04-20 3:20 ` [net-next 01/15] net/mlx5e: Fix lost changes during code movements Saeed Mahameed
2021-04-20 23:30 ` patchwork-bot+netdevbpf
2021-04-20 3:20 ` [net-next 02/15] net/mlx5e: Fix possible non-initialized struct usage Saeed Mahameed
2021-04-20 3:20 ` [net-next 03/15] net/mlx5e: RX, Add checks for calculated Striding RQ attributes Saeed Mahameed
2021-04-20 3:20 ` [net-next 04/15] net/mlx5: DR, Rename an argument in dr_rdma_segments Saeed Mahameed
2021-04-20 3:20 ` [net-next 05/15] net/mlx5: DR, Fix SQ/RQ in doorbell bitmask Saeed Mahameed
2021-04-20 3:20 ` [net-next 06/15] net/mlx5: E-Switch, Improve error messages in term table creation Saeed Mahameed
2021-04-20 3:20 ` [net-next 07/15] net/mlx5: mlx5_ifc updates for flex parser Saeed Mahameed
2021-04-20 4:54 ` Samudrala, Sridhar
2021-04-20 17:07 ` Yevgeny Kliteynik
2021-04-21 15:08 ` Samudrala, Sridhar
2021-04-21 17:52 ` Yevgeny Kliteynik
2021-04-20 3:20 ` [net-next 08/15] net/mlx5: DR, Remove protocol-specific flex_parser_3 definitions Saeed Mahameed
2021-04-20 3:20 ` [net-next 09/15] net/mlx5: DR, Add support for dynamic flex parser Saeed Mahameed
2021-04-20 3:20 ` [net-next 10/15] net/mlx5: DR, Set STEv0 ICMP flex parser dynamically Saeed Mahameed
2021-04-20 3:20 ` [net-next 11/15] net/mlx5: DR, Add support for matching on geneve TLV option Saeed Mahameed
2021-04-20 3:20 ` [net-next 12/15] net/mlx5: DR, Set flex parser for TNL_MPLS dynamically Saeed Mahameed
2021-04-20 3:20 ` [net-next 13/15] net/mlx5: DR, Add support for matching tunnel GTP-U Saeed Mahameed
2021-04-20 3:20 ` [net-next 14/15] net/mlx5: DR, Add support for force-loopback QP Saeed Mahameed
2021-04-20 3:20 ` [net-next 15/15] net/mlx5: DR, Add support for isolate_vl_tc QP Saeed Mahameed
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=20210420032018.58639-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 \
--cc=tariqt@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).