Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-07 Thread Stephen Hemminger
On Mon, 6 Feb 2017 09:44:00 +0100 Simon Horman wrote: > On Thu, Feb 02, 2017 at 06:27:48PM +0100, Jiri Pirko wrote: > > Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: > > >Allow matching on Neighbour Discovery target IP, and source and > > >destination link-layer address

Re: [oss-drivers] Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-06 Thread Simon Horman
On Mon, Feb 06, 2017 at 10:44:59AM +0100, Jiri Pirko wrote: > Mon, Feb 06, 2017 at 09:44:00AM CET, simon.hor...@netronome.com wrote: > >On Thu, Feb 02, 2017 at 06:27:48PM +0100, Jiri Pirko wrote: > >> Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: > >> >Allow matching on Nei

Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-06 Thread Jiri Pirko
Mon, Feb 06, 2017 at 09:44:00AM CET, simon.hor...@netronome.com wrote: >On Thu, Feb 02, 2017 at 06:27:48PM +0100, Jiri Pirko wrote: >> Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: >> >Allow matching on Neighbour Discovery target IP, and source and >> >destination link-laye

Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-06 Thread Simon Horman
On Thu, Feb 02, 2017 at 06:27:48PM +0100, Jiri Pirko wrote: > Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: > >Allow matching on Neighbour Discovery target IP, and source and > >destination link-layer addresses for neighbour solicitation and > >advertisement messages. > > >

Re: [PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-02 Thread Jiri Pirko
Thu, Feb 02, 2017 at 11:38:40AM CET, simon.hor...@netronome.com wrote: >Allow matching on Neighbour Discovery target IP, and source and >destination link-layer addresses for neighbour solicitation and >advertisement messages. > >Sample usage: > >tc qdisc add dev eth0 ingress > >tc filter add dev et

[PATCH iproute2/net-next 7/7] tc: flower: Support matching on ND

2017-02-02 Thread Simon Horman
Allow matching on Neighbour Discovery target IP, and source and destination link-layer addresses for neighbour solicitation and advertisement messages. Sample usage: tc qdisc add dev eth0 ingress tc filter add dev eth0 protocol ipv6 parent : flower \ indev eth0 ip_proto icmpv6 type 1