On Mon, 22 Aug 2016 13:24:53 +0300
Hadar Hen Zion <had...@mellanox.com> wrote:

> iff --git a/include/linux/tc_act/tc_vlan.h b/include/linux/tc_act/tc_vlan.h
> index 31151ff..26ae695 100644
> --- a/include/linux/tc_act/tc_vlan.h
> +++ b/include/linux/tc_act/tc_vlan.h
> @@ -16,6 +16,9 @@
>  
>  #define TCA_VLAN_ACT_POP     1
>  #define TCA_VLAN_ACT_PUSH    2
> +#define VLAN_PRIO_MASK               0x7
> +#define VLAN_VID_MASK                0x0fff
> +
>  
>  struct tc_vlan {
>       tc_gen;

I was going to apply this, it looks fine. But there is an issue
you need to address first.

All headers in iproute2 come from sanitized version of the kernel headers.
This header does not match the version in net-next.

net-next$ grep VLAN_PRIO_MASK usr/include/linux/tc_act/tc_vlan.h

Please update the kernel header first, then resubmit the patch.

Reply via email to