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 0/9] mlx5 fixes 2021-03-31
Date: Wed, 31 Mar 2021 13:14:15 -0700 [thread overview]
Message-ID: <20210331201424.331095-1-saeed@kernel.org> (raw)
From: Saeed Mahameed <saeedm@nvidia.com>
Hi Dave, Jakub,
This series introduces some fixes to mlx5 driver.
Please pull and let me know if there is any problem.
Thanks,
Saeed.
---
The following changes since commit 61431a5907fc36d0738e9a547c7e1556349a03e9:
net: ensure mac header is set in virtio_net_hdr_to_skb() (2021-03-30 17:40:46 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2021-03-31
for you to fetch changes up to 3ff3874fa0b261ef74f2bfb008a82ab1601c11eb:
net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQ (2021-03-31 13:12:24 -0700)
----------------------------------------------------------------
mlx5-fixes-2021-03-31
----------------------------------------------------------------
Ariel Levkovich (1):
net/mlx5e: Fix mapping of ct_label zero
Aya Levin (1):
net/mlx5e: Fix ethtool indication of connector type
Daniel Jurgens (1):
net/mlx5: Don't request more than supported EQs
Dima Chumak (1):
net/mlx5e: Consider geneve_opts for encap contexts
Maor Dickman (2):
net/mlx5: Delete auxiliary bus driver eth-rep first
net/mlx5: E-switch, Create vport miss group only if src rewrite is supported
Tariq Toukan (3):
net/mlx5e: kTLS, Fix TX counters atomicity
net/mlx5e: kTLS, Fix RX counters atomicity
net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQ
drivers/net/ethernet/mellanox/mlx5/core/dev.c | 4 +-
drivers/net/ethernet/mellanox/mlx5/core/en.h | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 36 +++++++++---
.../net/ethernet/mellanox/mlx5/core/en/tc_tun.h | 10 ++++
.../ethernet/mellanox/mlx5/core/en/tc_tun_encap.c | 23 +++-----
.../ethernet/mellanox/mlx5/core/en/tc_tun_geneve.c | 29 +++++++++
.../ethernet/mellanox/mlx5/core/en/tc_tun_gre.c | 1 +
.../mellanox/mlx5/core/en/tc_tun_mplsoudp.c | 1 +
.../ethernet/mellanox/mlx5/core/en/tc_tun_vxlan.c | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 6 ++
.../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 40 ++++++-------
.../ethernet/mellanox/mlx5/core/en_accel/ktls_tx.c | 5 +-
.../net/ethernet/mellanox/mlx5/core/en_accel/tls.h | 3 +
.../mellanox/mlx5/core/en_accel/tls_stats.c | 49 ++++++++++------
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 22 +++----
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 21 ++++++-
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 10 ----
drivers/net/ethernet/mellanox/mlx5/core/en_stats.h | 6 --
drivers/net/ethernet/mellanox/mlx5/core/eq.c | 13 ++++-
.../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 68 +++++++++++++---------
20 files changed, 227 insertions(+), 122 deletions(-)
next reply other threads:[~2021-03-31 20:17 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-31 20:14 Saeed Mahameed [this message]
2021-03-31 20:14 ` [net 1/9] net/mlx5e: Fix mapping of ct_label zero Saeed Mahameed
2021-03-31 22:00 ` patchwork-bot+netdevbpf
2021-03-31 20:14 ` [net 2/9] net/mlx5: Delete auxiliary bus driver eth-rep first Saeed Mahameed
2021-03-31 20:14 ` [net 3/9] net/mlx5e: Fix ethtool indication of connector type Saeed Mahameed
2021-03-31 20:14 ` [net 4/9] net/mlx5: E-switch, Create vport miss group only if src rewrite is supported Saeed Mahameed
2021-03-31 20:14 ` [net 5/9] net/mlx5e: kTLS, Fix TX counters atomicity Saeed Mahameed
2021-03-31 20:14 ` [net 6/9] net/mlx5e: kTLS, Fix RX " Saeed Mahameed
2021-03-31 20:14 ` [net 7/9] net/mlx5: Don't request more than supported EQs Saeed Mahameed
2021-03-31 20:14 ` [net 8/9] net/mlx5e: Consider geneve_opts for encap contexts Saeed Mahameed
2021-03-31 20:14 ` [net 9/9] net/mlx5e: Guarantee room for XSK wakeup NOP on async ICOSQ 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=20210331201424.331095-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 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.