diff options
author | pmikus <pmikus@cisco.com> | 2021-05-26 16:06:02 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2021-06-04 06:45:23 +0000 |
commit | 4a0b0f2b633bb9fd15a7dc8357650a9ac7846edd (patch) | |
tree | 71151a129bfc83d9da837283c78972f0f72125ee /resources/libraries/python/topology.py | |
parent | 5468f3b23b892541026ab29aa37b5131e7e30a82 (diff) |
Performance: Add AF_XDP tests
- enabling for fortville, columbiaville
- enabling experimental for mlx
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I1b7ceb54769f4a0089ac7309350499e60c5cca0a
Diffstat (limited to 'resources/libraries/python/topology.py')
-rw-r--r-- | resources/libraries/python/topology.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/topology.py b/resources/libraries/python/topology.py index c39e5afabb..e829700b22 100644 --- a/resources/libraries/python/topology.py +++ b/resources/libraries/python/topology.py @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Cisco and/or its affiliates. +# Copyright (c) 2021 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -174,7 +174,7 @@ class Topology: port_types = ( u"subinterface", u"vlan_subif", u"memif", u"tap", u"vhost", u"loopback", u"gre_tunnel", u"vxlan_tunnel", u"eth_bond", - u"eth_avf", u"eth_rdma", u"geneve_tunnel" + u"eth_avf", u"eth_rdma", u"geneve_tunnel", u"eth_af_xdp" ) for node_data in nodes.values(): |