af_packet: move to drivers/net/
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 15 May 2015 15:56:47 +0000 (16:56 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 22 May 2015 13:51:38 +0000 (15:51 +0200)
commitdf65e967a8756c5c2f6aa1333c6b6e55e47c4681
treedc285e94d496ba177954be18812a9a91d286d5ba
parent980ed498eb1dd0dc671e6796cbc9d3138250d0d9
af_packet: move to drivers/net/

move af_packet pmd to drivers/net directory

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>
13 files changed:
MAINTAINERS
doc/guides/prog_guide/source_org.rst
drivers/net/Makefile
drivers/net/af_packet/Makefile [new file with mode: 0644]
drivers/net/af_packet/rte_eth_af_packet.c [new file with mode: 0644]
drivers/net/af_packet/rte_eth_af_packet.h [new file with mode: 0644]
drivers/net/af_packet/rte_pmd_af_packet_version.map [new file with mode: 0644]
lib/Makefile
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_pmd_af_packet/Makefile [deleted file]
lib/librte_pmd_af_packet/rte_eth_af_packet.c [deleted file]
lib/librte_pmd_af_packet/rte_eth_af_packet.h [deleted file]
lib/librte_pmd_af_packet/rte_pmd_af_packet_version.map [deleted file]