Move pcap rx/tx trace code out of the dpdk plugin 28/17828/2
authorDave Barach <dave@barachs.net>
Mon, 25 Feb 2019 20:27:28 +0000 (15:27 -0500)
committerDamjan Marion <dmarion@me.com>
Tue, 26 Feb 2019 11:30:29 +0000 (11:30 +0000)
commit5ecd5a5d159332a964dd840fcdabe5f8d3111b0e
tree99c6fbcd96efce44215bb06363126acfa88f8fb0
parentf6defa113e2e10a70c5a92ce7e14b7a532154409
Move pcap rx/tx trace code out of the dpdk plugin

Moved code to the ethernet input node, and the interface output
path(s). Since we no longer skip ethernet-input, there's no reason
for device drivers to know anything about pcap rx tracing, etc.

Change-Id: I08d32fb1b90cbee1bd4f609837d533e047b36fa4
Signed-off-by: Dave Barach <dave@barachs.net>
src/plugins/dpdk/device/cli.c
src/plugins/dpdk/device/device.c
src/plugins/dpdk/device/dpdk.h
src/plugins/dpdk/device/node.c
src/vlib/main.h
src/vnet/ethernet/node.c
src/vnet/interface_cli.c
src/vnet/interface_output.c