summaryrefslogtreecommitdiff
path: root/tests/system-afxdp-macros.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-afxdp-macros.at')
-rw-r--r--tests/system-afxdp-macros.at7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/system-afxdp-macros.at b/tests/system-afxdp-macros.at
index f0683c0a9..5ee2ceb1a 100644
--- a/tests/system-afxdp-macros.at
+++ b/tests/system-afxdp-macros.at
@@ -30,10 +30,3 @@ m4_define([CONFIGURE_VETH_OFFLOADS],
AT_CHECK([ethtool -K $1 txvlan off], [0], [ignore], [ignore])
]
)
-
-# OVS_START_L7([namespace], [protocol])
-#
-# AF_XDP doesn't work with TCP over virtual interfaces for now.
-#
-m4_define([OVS_START_L7],
- [AT_SKIP_IF([:])])