diff options
author | 2025-01-14 11:16:14 +0100 | |
---|---|---|
committer | 2025-01-14 11:16:14 +0100 | |
commit | 2a3c98274a6dd858dc054f69011e30804e4b6bb3 (patch) | |
tree | 541df9fdfe48bca26a358c12aadde6dadf060600 /resources/libraries/python/Constants.py | |
parent | 39e81b75d0029f74c024fd681cf90d8b8e610407 (diff) |
feat(avf): Migrate to plugins/dev_iavf
Change-Id: I4f4f17560f4c65a8f308e1f394207b7cec474b96
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python/Constants.py')
-rw-r--r-- | resources/libraries/python/Constants.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/libraries/python/Constants.py b/resources/libraries/python/Constants.py index 5ec3fcf377..8fb354fc8d 100644 --- a/resources/libraries/python/Constants.py +++ b/resources/libraries/python/Constants.py @@ -1,4 +1,4 @@ -# Copyright (c) 2024 Cisco and/or its affiliates. +# Copyright (c) 2025 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: @@ -428,7 +428,7 @@ class Constants: # Each driver needs different plugin to work. NIC_DRIVER_TO_PLUGINS = { "vfio-pci": "dpdk_plugin.so", - "avf": "avf_plugin.so", + "avf": "dev_iavf_plugin.so", "rdma-core": "rdma_plugin.so", "mlx5_core": "dpdk_plugin.so", "af_xdp": "af_xdp_plugin.so", |