ethdev: save VLAN filter setting
authorGaetan Rivet <gaetan.rivet@6wind.com>
Sun, 9 Jul 2017 01:44:45 +0000 (03:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 9 Jul 2017 22:46:38 +0000 (00:46 +0200)
commit4188620d02f088a93867ae7d13dd8b7f13533bfc
treefb188e446c44b0a17634aaa50a6fe19e70bf889e
parent2cb89ccd0a59424b248b23ee229fbe1014b2356d
ethdev: save VLAN filter setting

In order to be able to replicate a configuration onto a second port,
device configuration should be fully described and available.
Other configuration items (i.e. MAC addresses) are stored within
rte_eth_dev_data, but not this one.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
lib/librte_ether/rte_ethdev.c
lib/librte_ether/rte_ethdev.h