mbox series

[net-next,0/2] Add PTP support for VFs

Message ID 1632851026-5415-1-git-send-email-sbhatta@marvell.com (mailing list archive)
Headers show
Series Add PTP support for VFs | expand

Message

Subbaraya Sundeep Sept. 28, 2021, 5:43 p.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Sept. 29, 2021, 9:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (refs/heads/master):

On Tue, 28 Sep 2021 23:13:44 +0530 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] octeontx2-pf: Enable promisc/allmulti match MCAM entries.
    https://git.kernel.org/netdev/net-next/c/ffd2f89ad05c
  - [net-next,2/2] octeontx2-nicvf: Add PTP hardware clock support to NIX VF
    https://git.kernel.org/netdev/net-next/c/43510ef4ddad

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html