All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull request][net-next 0/8] Mellanox, mlx5 updates 2018-10-18
@ 2018-10-18 20:38 Saeed Mahameed
  2018-10-18 20:39 ` [net-next 1/8] net/mlx5: Refactor fragmented buffer struct fields and init flow Saeed Mahameed
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Saeed Mahameed @ 2018-10-18 20:38 UTC (permalink / raw)
  To: David S. Miller, netdev; +Cc: Saeed Mahameed

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(-)

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

end of thread, other threads:[~2018-10-19  8:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-18 20:38 [pull request][net-next 0/8] Mellanox, mlx5 updates 2018-10-18 Saeed Mahameed
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

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.