bond: move to drivers/net/
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 May 2015 15:56:48 +0000 (16:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 May 2015 13:51:38 +0000 (15:51 +0200)
commit3eb6bdd89e49db7ca1b9b5827b8aa194ecfb2e60
tree0d5404be6a30b37292293c105a6388f04af850d8
parentdf65e967a8756c5c2f6aa1333c6b6e55e47c4681
bond: move to drivers/net/

Move bonded ethdev pmd to drivers/net

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
29 files changed:
MAINTAINERS
doc/api/doxy-api.conf
doc/guides/prog_guide/source_org.rst
drivers/net/Makefile
drivers/net/bonding/Makefile [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond.h [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_8023ad.c [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_8023ad.h [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_8023ad_private.h [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_alb.c [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_alb.h [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_api.c [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_args.c [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_pmd.c [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_private.h [new file with mode: 0644]
drivers/net/bonding/rte_eth_bond_version.map [new file with mode: 0644]
lib/Makefile
lib/librte_pmd_bond/Makefile [deleted file]
lib/librte_pmd_bond/rte_eth_bond.h [deleted file]
lib/librte_pmd_bond/rte_eth_bond_8023ad.c [deleted file]
lib/librte_pmd_bond/rte_eth_bond_8023ad.h [deleted file]
lib/librte_pmd_bond/rte_eth_bond_8023ad_private.h [deleted file]
lib/librte_pmd_bond/rte_eth_bond_alb.c [deleted file]
lib/librte_pmd_bond/rte_eth_bond_alb.h [deleted file]
lib/librte_pmd_bond/rte_eth_bond_api.c [deleted file]
lib/librte_pmd_bond/rte_eth_bond_args.c [deleted file]
lib/librte_pmd_bond/rte_eth_bond_pmd.c [deleted file]
lib/librte_pmd_bond/rte_eth_bond_private.h [deleted file]
lib/librte_pmd_bond/rte_eth_bond_version.map [deleted file]