Re: [dpdk-dev] [PATCH] ethdev: save VLAN filter setting

2017-07-09 Thread Thomas Monjalon
09/07/2017 03:44, Gaetan Rivet: > 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

[dpdk-dev] [PATCH] ethdev: save VLAN filter setting

2017-07-08 Thread Gaetan Rivet
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 --- I'm removing this patch from the