Re: [PATCH] vlan tag match

2008-02-05 Thread Stephen Hemminger
On Tue, 05 Feb 2008 15:26:07 +0100 Patrick McHardy <[EMAIL PROTECTED]> wrote: > David Miller wrote: > > From: Stephen Hemminger <[EMAIL PROTECTED]> > > Date: Thu, 31 Jan 2008 21:50:25 -0800 > > > >> On Fri, 01 Feb 2008 06:34:34 +0100 > >> Patrick McHardy <[EMAIL PROTECTED]> wrote: > >> > >>> Step

Re: [PATCH] vlan tag match

2008-02-05 Thread Patrick McHardy
David Miller wrote: From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 31 Jan 2008 21:50:25 -0800 On Fri, 01 Feb 2008 06:34:34 +0100 Patrick McHardy <[EMAIL PROTECTED]> wrote: Stephen Hemminger wrote: Provide a way to use tc filters on vlan tag even if tag is buried in skb due to hardwar

Re: [PATCH] vlan tag match

2008-02-05 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 31 Jan 2008 21:50:25 -0800 > On Fri, 01 Feb 2008 06:34:34 +0100 > Patrick McHardy <[EMAIL PROTECTED]> wrote: > > > Stephen Hemminger wrote: > > > Provide a way to use tc filters on vlan tag even if tag is buried in > > > skb due to hardware a

Re: [PATCH] vlan tag match

2008-02-05 Thread David Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Thu, 31 Jan 2008 21:07:32 -0800 > Provide a way to use tc filters on vlan tag even if tag is buried in > skb due to hardware acceleration. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks. -- To unsubscribe from this list:

Re: [PATCH] vlan tag match

2008-01-31 Thread Stephen Hemminger
On Fri, 01 Feb 2008 06:34:34 +0100 Patrick McHardy <[EMAIL PROTECTED]> wrote: > Stephen Hemminger wrote: > > Provide a way to use tc filters on vlan tag even if tag is buried in > > skb due to hardware acceleration. > > Looks reasonable. Would you like to add the same feature to the > flow classi

Re: [PATCH] vlan tag match

2008-01-31 Thread Patrick McHardy
Stephen Hemminger wrote: Provide a way to use tc filters on vlan tag even if tag is buried in skb due to hardware acceleration. Looks reasonable. Would you like to add the same feature to the flow classifier? -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a

[PATCH] vlan tag match

2008-01-31 Thread Stephen Hemminger
Provide a way to use tc filters on vlan tag even if tag is buried in skb due to hardware acceleration. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- include/linux/pkt_cls.h |3 ++- include/linux/tc_ematch/tc_em_meta.h |1 + net/sched/em_meta.c |