Renaming the igb_uio_bind script to dpdk_nic_bind to have a generic name since we're now supporting two drivers.
Signed-off-by: Anatoly Burakov <anatoly.burakov at intel.com> --- tools/{igb_uio_bind.py => dpdk_nic_bind.py} | 0 1 files changed, 0 insertions(+), 0 deletions(-) rename tools/{igb_uio_bind.py => dpdk_nic_bind.py} (100%) diff --git a/tools/igb_uio_bind.py b/tools/dpdk_nic_bind.py similarity index 100% rename from tools/igb_uio_bind.py rename to tools/dpdk_nic_bind.py -- 1.7.0.7