explicit shared code naming as base driver
authorThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Jun 2014 08:03:02 +0000 (10:03 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Jun 2014 05:15:46 +0000 (07:15 +0200)
commit2c8e687c549f08522ee79918d3cf3003503ca1c5
tree8af8a66f411e19ad6ad80aaed874a52ae98e9ba0
parentd2121ceccd291803af183b9be4ae096de7e0ffc8
explicit shared code naming as base driver

Intel PMDs are built on top of the base drivers which are provided by Intel
and shouldn't be modified to allow easy batch upgrade from Intel.

The base driver is a "shared code" between many projects. But in DPDK,
the "base driver" naming makes more sense.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_e1000/Makefile
lib/librte_pmd_e1000/igb_ethdev.c
lib/librte_pmd_i40e/Makefile
lib/librte_pmd_i40e/i40e_ethdev.c
lib/librte_pmd_ixgbe/Makefile
lib/librte_pmd_ixgbe/ixgbe_ethdev.c
lib/librte_pmd_vmxnet3/Makefile