summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cavium/Kconfig
diff options
context:
space:
mode:
authorSunil Goutham <sgoutham@cavium.com>2018-01-15 18:44:57 +0600
committerDavid S. Miller <davem@davemloft.net>2018-01-16 14:31:14 -0500
commit4a8755096466d1002236ac7293eae821b6de87ba (patch)
tree8eaf366be7af579511c08ba91d1f991d155f7ec7 /drivers/net/ethernet/cavium/Kconfig
parent8c56df372bc1371504bf3cc29fbb3c09967cafff (diff)
downloadop-kernel-dev-4a8755096466d1002236ac7293eae821b6de87ba.zip
op-kernel-dev-4a8755096466d1002236ac7293eae821b6de87ba.tar.gz
net: thunderx: add timestamping support
This adds timestamping support for both receive and transmit paths. On the receive side no filters are supported i.e either all pkts will get a timestamp appended infront of the packet or none. On the transmit side HW doesn't support timestamp insertion but only generates a separate CQE with transmitted packet's timestamp. Also HW supports only one packet at a time for timestamping on the transmit side. Signed-off-by: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: Aleksey Makarov <aleksey.makarov@cavium.com> Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/cavium/Kconfig')
-rw-r--r--drivers/net/ethernet/cavium/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/cavium/Kconfig b/drivers/net/ethernet/cavium/Kconfig
index 96586c0..043e3c1 100644
--- a/drivers/net/ethernet/cavium/Kconfig
+++ b/drivers/net/ethernet/cavium/Kconfig
@@ -27,6 +27,7 @@ config THUNDER_NIC_PF
config THUNDER_NIC_VF
tristate "Thunder Virtual function driver"
+ imply CAVIUM_PTP
depends on 64BIT
---help---
This driver supports Thunder's NIC virtual function
OpenPOWER on IntegriCloud