pcap: add new driver
authorIntel <intel.com>
Wed, 18 Sep 2013 10:00:00 +0000 (12:00 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 9 Oct 2013 14:16:14 +0000 (16:16 +0200)
commit4c173302c307ba5b7c2c4368cd59f2d12866378b
treeaba122553ba5cfcd2e1d4371282dcd402dbf0398
parente1e4017751f1a7ed4807269559b8a9bedb9cd73a
pcap: add new driver

This PMD uses libpcap to send/receive packets to/from any NIC.
It can also read/write to/from a file.

Signed-off-by: Intel
15 files changed:
app/test-pmd/Makefile
config/defconfig_i686-default-linuxapp-gcc
config/defconfig_i686-default-linuxapp-icc
config/defconfig_x86_64-default-linuxapp-gcc
config/defconfig_x86_64-default-linuxapp-icc
lib/Makefile
lib/librte_eal/common/eal_common_nonpci_devs.c
lib/librte_eal/common/eal_common_whitelist.c
lib/librte_eal/linuxapp/eal/Makefile
lib/librte_pmd_pcap/Makefile [new file with mode: 0644]
lib/librte_pmd_pcap/rte_eth_pcap.c [new file with mode: 0644]
lib/librte_pmd_pcap/rte_eth_pcap.h [new file with mode: 0644]
lib/librte_pmd_pcap/rte_eth_pcap_arg_parser.c [new file with mode: 0644]
lib/librte_pmd_pcap/rte_eth_pcap_arg_parser.h [new file with mode: 0644]
mk/rte.app.mk