aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-05-16 11:17:34 +0000
committerPeter Mikus <pmikus@cisco.com>2019-05-16 11:17:57 +0000
commit0903fff5fdd647e4b5357c107219142738d377e9 (patch)
treea83e60b039a4ba5aa443f23e721d54b7f6139b12 /resources
parent3fc1394954fbb06488e81102cc4cd9965ab15a22 (diff)
FIX: IPsec selection backend.
Change-Id: Ie4acaecf60e03fc4e843e29d8222fbf2f00bbf44 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/libraries/python/VppConfigGenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/VppConfigGenerator.py b/resources/libraries/python/VppConfigGenerator.py
index 883197f978..179e4a02c8 100644
--- a/resources/libraries/python/VppConfigGenerator.py
+++ b/resources/libraries/python/VppConfigGenerator.py
@@ -264,7 +264,7 @@ class VppConfigGenerator(object):
re.sub(r'\d.\d$', '1.'+str(i), cryptodev))
path = ['dpdk', cryptodev_config]
self.add_config_item(self._nodeconfig, '', path)
- self.add_dpdk_uio_driver('igb_uio')
+ self.add_dpdk_uio_driver('vfio-pci')
def add_dpdk_sw_cryptodev(self, sw_pmd_type, socket_id, count):
"""Add DPDK SW Crypto device configuration.