numam-dpdk/lib
Neil Horman 3660cdf990 pcap: convert to use of PMD_REGISTER_DRIVER and fix linking
Convert the pcap driver to use the PMD_REGISTER_DRIVER macro and fix up the
Makefile so that its linkage is only done if we are building static libraries.
This means that the test applications now have no reference to the pcap library
when building DSO's and must specify its use on the command line with the -d
option.  Static linking will still initalize the driver automatically.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2014-05-20 14:28:16 +02:00
..
librte_cmdline add FreeBSD support 2014-02-25 21:29:18 +01:00
librte_eal eal: add PMD_REGISTER_DRIVER macro 2014-05-20 14:27:59 +02:00
librte_ether ethdev: introduce if_index in device info 2014-02-26 11:07:28 +01:00
librte_hash hash: make arg for jhash2 const 2014-03-24 18:58:25 +01:00
librte_ivshmem ivshmem: fix build 2014-05-19 14:59:56 +02:00
librte_kni spelling fixes 2014-05-16 16:02:55 +02:00
librte_kvargs devargs: use a comma instead of semicolon to separate key/values 2014-04-10 15:50:11 +02:00
librte_lpm update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_malloc add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
librte_mbuf add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
librte_mempool mempool: add iterator function 2014-05-16 16:02:55 +02:00
librte_meter update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_net app/testpmd: add engine that replies to ARP and ICMP echo requests 2014-05-16 13:25:16 +02:00
librte_pmd_e1000 spelling fixes 2014-05-16 16:02:55 +02:00
librte_pmd_ixgbe spelling fixes 2014-05-16 16:02:55 +02:00
librte_pmd_pcap pcap: convert to use of PMD_REGISTER_DRIVER and fix linking 2014-05-20 14:28:16 +02:00
librte_pmd_ring spelling fixes 2014-05-16 16:02:55 +02:00
librte_pmd_virtio spelling fixes 2014-05-16 16:02:55 +02:00
librte_pmd_vmxnet3 spelling fixes 2014-05-16 16:02:55 +02:00
librte_pmd_xenvirt spelling fixes 2014-05-16 16:02:55 +02:00
librte_power update Intel copyright years to 2014 2014-02-25 21:29:14 +01:00
librte_ring add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
librte_sched sched: use common macro RTE_DIM 2014-02-25 21:29:18 +01:00
librte_timer add FILE argument to debug functions 2014-05-16 16:02:55 +02:00
Makefile kvargs: add a new library to parse key/value arguments 2014-02-26 11:01:13 +01:00