Re: [PATCH/RFC net-next 0/2] net/sched: cls_flower: Support matching on ICMP

2016-12-02 Thread Simon Horman
On Fri, Dec 02, 2016 at 06:10:48PM +0100, Jiri Pirko wrote: > Fri, Dec 02, 2016 at 10:52:30AM CET, simon.hor...@netronome.com wrote: > >Hi, > > > >this series add supports for matching on ICMP type and code to cls_flower. > >This is modeled on existing support for matching on L4 ports. The updates

Re: [PATCH/RFC net-next 0/2] net/sched: cls_flower: Support matching on ICMP

2016-12-02 Thread Jiri Pirko
Fri, Dec 02, 2016 at 10:52:30AM CET, simon.hor...@netronome.com wrote: >Hi, > >this series add supports for matching on ICMP type and code to cls_flower. >This is modeled on existing support for matching on L4 ports. The updates >to the dissector are intended to allow for code and storage re-use.

[PATCH/RFC net-next 0/2] net/sched: cls_flower: Support matching on ICMP

2016-12-02 Thread Simon Horman
Hi, this series add supports for matching on ICMP type and code to cls_flower. This is modeled on existing support for matching on L4 ports. The updates to the dissector are intended to allow for code and storage re-use. Simon Horman (2): flow dissector: ICMP support net/sched: cls_flower: