kvargs: use the new library in pmd_pcap
authorOlivier Matz <olivier.matz@6wind.com>
Tue, 28 Jan 2014 15:06:35 +0000 (16:06 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:13 +0000 (11:01 +0100)
commit07f7d55dd235c2ad590f86a34eb699fe12b2ec7d
treec08bb020a493d72f911b773944dedc8e4e045a3c
parente1a00536c8ed65bee4e86976a0805fdc65faa741
kvargs: use the new library in pmd_pcap

The rte_kvargs library is a reworked copy of rte_eth_pcap_arg_parser,
so it provides the same service. Therefore we can use it and remove the
code of rte_eth_pcap_arg_parser.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_pcap/Makefile
lib/librte_pmd_pcap/rte_eth_pcap.c
lib/librte_pmd_pcap/rte_eth_pcap_arg_parser.c [deleted file]
lib/librte_pmd_pcap/rte_eth_pcap_arg_parser.h [deleted file]