From: Saeed Mahameed <saeedm@mellanox.com>
To: "David S. Miller" <davem@davemloft.net>, netdev@vger.kernel.org
Cc: Saeed Mahameed <saeedm@mellanox.com>
Subject: [pull request][net-next 0/8] Mellanox, mlx5 updates 2018-10-18
Date: Thu, 18 Oct 2018 13:38:59 -0700 [thread overview]
Message-ID: <20181018203907.25149-1-saeedm@mellanox.com> (raw)
Hi Dave,
This pull request provides some misc updates to mlx5 core and netdevice
driver.
For more details please see tag log below.
Please pull and let me know if there's any problem.
Thanks,
Saeed.
---
The following changes since commit 3a3295bfa6f484bba91de0a804c1d0bf7d31dbd3:
Merge branch 'sctp-fix-sk_wmem_queued-and-use-it-to-check-for-writable-space' (2018-10-18 11:23:47 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-updates-2018-10-18
for you to fetch changes up to 4cb4e98e5bba6dce058582d78cc993fef6f0755a:
net/mlx5e: Added 'raw_errors_laneX' fields to ethtool statistics (2018-10-18 13:32:57 -0700)
----------------------------------------------------------------
mlx5-updates-2018-10-18
This series provides misc updates to mlx5 core and netdevice driver.
1) From Tariq Toukan: Refactor fragmented buffer struct fields and init flow.
2) From Vlad Buslov, Flow counters cache improvements and fixes follow up.
as a follow up work for the previous series of the mlx5 flow counters,
Vlad provides two fixes:
2.1) Take fs_counters dellist before addlist
Fixes: 6e5e22839136 ("net/mlx5: Add new list to store deleted flow counters")
2.2) Remove counter from idr after removing it from list
Fixes: 12d6066c3b29 ("net/mlx5: Add flow counters idr")
>From Shay Agroskin,
3) Add FEC set/get FW commands and FEC ethtool callbacks support
4) Add new ethtool statistics to cover errors on rx, such as FEC errors.
----------------------------------------------------------------
Shay Agroskin (5):
net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) reg
net/mlx5e: Add port FEC get/set functions
net/mlx5e: Ethtool driver callback for query/set FEC policy
net/mlx5: Added "per_lane_error_counters" cap bit to PCAM
net/mlx5e: Added 'raw_errors_laneX' fields to ethtool statistics
Tariq Toukan (1):
net/mlx5: Refactor fragmented buffer struct fields and init flow
Vlad Buslov (2):
net/mlx5: Take fs_counters dellist before addlist
net/mlx5: Remove counter from idr after removing it from list
drivers/infiniband/hw/mlx5/cq.c | 31 ++-
drivers/infiniband/hw/mlx5/mlx5_ib.h | 1 +
drivers/net/ethernet/mellanox/mlx5/core/en/port.c | 208 +++++++++++++++++++++
drivers/net/ethernet/mellanox/mlx5/core/en/port.h | 12 ++
.../net/ethernet/mellanox/mlx5/core/en_ethtool.c | 128 ++++++++++++-
drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 46 ++++-
.../net/ethernet/mellanox/mlx5/core/fs_counters.c | 31 ++-
drivers/net/ethernet/mellanox/mlx5/core/wq.c | 120 +++++-------
include/linux/mlx5/driver.h | 23 +--
include/linux/mlx5/mlx5_ifc.h | 42 +++--
10 files changed, 508 insertions(+), 134 deletions(-)
next reply other threads:[~2018-10-19 4:42 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-18 20:38 Saeed Mahameed [this message]
2018-10-18 20:39 ` [net-next 1/8] net/mlx5: Refactor fragmented buffer struct fields and init flow Saeed Mahameed
2018-10-18 20:39 ` [net-next 2/8] net/mlx5: Take fs_counters dellist before addlist Saeed Mahameed
2018-10-18 20:39 ` [net-next 3/8] net/mlx5: Remove counter from idr after removing it from list Saeed Mahameed
2018-10-18 20:39 ` [net-next 4/8] net/mlx5: Add FEC fields to Port Phy Link Mode (PPLM) reg Saeed Mahameed
2018-10-18 20:39 ` [net-next 5/8] net/mlx5e: Add port FEC get/set functions Saeed Mahameed
2018-10-18 20:39 ` [net-next 6/8] net/mlx5e: Ethtool driver callback for query/set FEC policy Saeed Mahameed
2018-10-18 20:39 ` [net-next 7/8] net/mlx5: Added "per_lane_error_counters" cap bit to PCAM Saeed Mahameed
2018-10-18 20:39 ` [net-next 8/8] net/mlx5e: Added 'raw_errors_laneX' fields to ethtool statistics Saeed Mahameed
2018-10-19 0:02 ` [pull request][net-next 0/8] Mellanox, mlx5 updates 2018-10-18 David Miller
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=20181018203907.25149-1-saeedm@mellanox.com \
--to=saeedm@mellanox.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
/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