projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35da47f
)
selftests/tc-testing: add ptp_mock Kconfig dependency
author
Vladimir Oltean
<vladimir.oltean@nxp.com>
Mon, 7 Aug 2023 19:33:22 +0000
(22:33 +0300)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 9 Aug 2023 22:59:21 +0000
(15:59 -0700)
For offloaded tc-taprio testing with netdevsim, the mock-up PHC driver
is used.
Suggested-by: Victor Nogueira <victor@mojatatu.com>
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link:
https://lore.kernel.org/r/20230807193324.4128292-10-vladimir.oltean@nxp.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/tc-testing/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/tc-testing/config
b/tools/testing/selftests/tc-testing/config
index
7170619
..
5aa8705
100644
(file)
--- a/
tools/testing/selftests/tc-testing/config
+++ b/
tools/testing/selftests/tc-testing/config
@@
-96,10
+96,11
@@
CONFIG_NET_SCH_FIFO=y
CONFIG_NET_SCH_ETS=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_FQ_PIE=m
-CONFIG_NETDEVSIM=m
#
## Network testing
#
CONFIG_CAN=m
CONFIG_ATM=y
+CONFIG_NETDEVSIM=m
+CONFIG_PTP_1588_CLOCK_MOCK=m