drivers/net: build some vdev PMDs with meson
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 30 Aug 2017 10:18:49 +0000 (11:18 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 30 Jan 2018 16:49:16 +0000 (17:49 +0100)
commitefd5d1a8d8dd1afe9fb65536ae5f7b6e0dfae15e
treee88e7984ccff7b8ab5363f81a08adbb9ab6c65ef
parentaab5e7895f1a37998365ee0428f872c7736f3fbd
drivers/net: build some vdev PMDs with meson

Add the af_packet, null, pcap and ring PMDs to the meson build.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Harry van Haaren <harry.van.haaren@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
Acked-by: Luca Boccassi <luca.boccassi@gmail.com>
config/rte_config.h
drivers/net/af_packet/meson.build [new file with mode: 0644]
drivers/net/meson.build
drivers/net/null/meson.build [new file with mode: 0644]
drivers/net/pcap/meson.build [new file with mode: 0644]
drivers/net/ring/meson.build [new file with mode: 0644]