On 13-03-17 16:28, Eric Dumazet wrote:
On Mon, 2017-03-13 at 15:36 +0100, Thierry Du Tre wrote:
+void vlan_dev_flush_egress_priority(const struct net_device *dev)
+{
+ struct vlan_dev_priv *vlan = vlan_dev_priv(dev);
+ struct vlan_priority_tci_mapping *mp;
+ int i
by vconfig or other applications.
Signed-off-by: Thierry Du Tre
---
Changes in v2:
- Move new vlan cmd values to end of enum list.
include/uapi/linux/if_vlan.h | 4 +++-
net/8021q/vlan.c | 16
net/8021q/vlan.h | 2 ++
net/8021q/vlan_dev.c |
by vconfig or other applications.
Signed-off-by: Thierry Du Tre
---
include/uapi/linux/if_vlan.h | 2 ++
net/8021q/vlan.c | 16
net/8021q/vlan.h | 2 ++
net/8021q/vlan_dev.c | 23 +++
4 files changed, 43 insertions(+)
diff --