[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20160829111410.1a23a4bc@xeon-e3>
Date: Mon, 29 Aug 2016 11:14:10 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Hadar Hen Zion <hadarh@...lanox.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>,
Jiri Pirko <jiri@...lanox.com>,
Amir Vadai <amirva@...lanox.com>,
Or Gerlitz <ogerlitz@...lanox.com>
Subject: Re: [PATCH iproute2 1/2] tc: flower: Introduce vlan support
On Mon, 22 Aug 2016 13:24:53 +0300
Hadar Hen Zion <hadarh@...lanox.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.
Powered by blists - more mailing lists