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<http://dpdk.org/ml/listinfo/dev>> Test-by: HuilongX Xu <huilongx.xu at int.com> Compile pass >>Compile OS: FC20 x86_64 >>Kernel version: 3.13.6-200 >>GCC version: 4.8.2 >>Server: Crownpass --- 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