[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1632851026-5415-1-git-send-email-sbhatta@marvell.com>
Date: Tue, 28 Sep 2021 23:13:44 +0530
From: Subbaraya Sundeep <sbhatta@...vell.com>
To: <davem@...emloft.net>, <kuba@...nel.org>, <netdev@...r.kernel.org>
CC: <sgoutham@...vell.com>, <hkelam@...vell.com>, <gakula@...vell.com>,
<naveenm@...vell.com>, <rsaladi2@...vell.com>,
Subbaraya Sundeep <sbhatta@...vell.com>
Subject: [net-next PATCH 0/2] Add PTP support for VFs
PTP is a shared hardware block which can prepend
RX timestamps to packets before directing packets to
PFs or VFs and can notify the TX timestamps to PFs or VFs
via TX completion queue descriptors. Hence adding PTP
support for VFs is exactly similar to PFs with minimal changes.
This patchset adds that PTP support for VFs.
Patch 1 - When an interface is set in promisc/multicast
the same setting is not retained when changing mtu or channels.
This is due to toggling of the interface by driver but not
calling set_rx_mode in the down-up sequence. Since setting
an interface to multicast properly is required for ptp this is
addressed in this patch.
Patch 2 - Changes in VF driver for registering timestamping
ethtool ops and ndo_ioctl.
Thanks,
Sundeep
Naveen Mamindlapalli (1):
octeontx2-nicvf: Add PTP hardware clock support to NIX VF
Rakesh Babu (1):
octeontx2-pf: Enable promisc/allmulti match MCAM entries.
.../net/ethernet/marvell/octeontx2/af/rvu_cgx.c | 3 +
.../net/ethernet/marvell/octeontx2/nic/Makefile | 2 +-
.../ethernet/marvell/octeontx2/nic/otx2_common.h | 3 +
.../ethernet/marvell/octeontx2/nic/otx2_ethtool.c | 1 +
.../net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 84 ++++++++++++----------
.../net/ethernet/marvell/octeontx2/nic/otx2_ptp.c | 5 ++
.../net/ethernet/marvell/octeontx2/nic/otx2_vf.c | 6 ++
7 files changed, 66 insertions(+), 38 deletions(-)
--
2.7.4
Powered by blists - more mailing lists