[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210216222438.51678-1-saeed@kernel.org>
Date: Tue, 16 Feb 2021 14:24:38 -0800
From: Saeed Mahameed <saeed@...nel.org>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
Jason Gunthorpe <jgg@...dia.com>
Cc: netdev@...r.kernel.org, linux-rdma@...r.kernel.org
Subject: pull-request: mlx5-next 2021-02-16
Hi Dave, Jakub, Jason
The patches in this pr are already submitted and reviewed through the
netdev and rdma mailing lists.
The series includes mlx5 HW bits and definitions for mlx5 real time clock
translation and handling in the mlx5 driver clock module to enable and
support such mode [1]
[1] https://patchwork.kernel.org/project/netdevbpf/patch/20210212223042.449816-7-saeed@kernel.org/
The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:
Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux.git mlx5-next
for you to fetch changes up to 432119de33d9013467371fc85238d623f64ff67e:
net/mlx5: Add cyc2time HW translation mode support (2021-02-16 14:04:54 -0800)
----------------------------------------------------------------
Aharon Landau (1):
net/mlx5: Add new timestamp mode bits
Aya Levin (1):
net/mlx5: Add cyc2time HW translation mode support
Eran Ben Elisha (4):
net/mlx5: Add register layout to support real-time time-stamp
net/mlx5: Refactor init clock function
net/mlx5: Move all internal timer metadata into a dedicated struct
net/mlx5: Move some PPS logic into helper functions
Yishai Hadas (1):
net/mlx5: Expose ifc bits for query modify header
drivers/net/ethernet/mellanox/mlx5/core/en.h | 3 +
drivers/net/ethernet/mellanox/mlx5/core/en/ptp.c | 7 +-
drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h | 7 +
drivers/net/ethernet/mellanox/mlx5/core/en_main.c | 18 +-
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c | 11 +-
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c | 3 +-
.../net/ethernet/mellanox/mlx5/core/lib/clock.c | 431 ++++++++++++++++-----
.../net/ethernet/mellanox/mlx5/core/lib/clock.h | 36 +-
include/linux/mlx5/device.h | 5 +-
include/linux/mlx5/driver.h | 13 +-
include/linux/mlx5/mlx5_ifc.h | 96 ++++-
11 files changed, 501 insertions(+), 129 deletions(-)
Powered by blists - more mailing lists