Re: [patch iproute2 1/2] tc: Add support for the matchall traffic classifier.

2016-08-29 Thread Jiri Pirko
Mon, Aug 29, 2016 at 08:03:21PM CEST, step...@networkplumber.org wrote: >On Mon, 22 Aug 2016 13:56:25 +0200 >Jiri Pirko wrote: > >> From: Yotam Gigi >> >> The matchall classifier matches every packet and allows the user to apply >> actions on it. In addition, it supports the skip_sw and skip_hw

Re: [patch iproute2 1/2] tc: Add support for the matchall traffic classifier.

2016-08-29 Thread Stephen Hemminger
On Mon, 22 Aug 2016 13:56:25 +0200 Jiri Pirko wrote: > From: Yotam Gigi > > The matchall classifier matches every packet and allows the user to apply > actions on it. In addition, it supports the skip_sw and skip_hw (as can > be found on u32 and flower filter) that direct the kernel to skip the

[patch iproute2 1/2] tc: Add support for the matchall traffic classifier.

2016-08-22 Thread Jiri Pirko
From: Yotam Gigi The matchall classifier matches every packet and allows the user to apply actions on it. In addition, it supports the skip_sw and skip_hw (as can be found on u32 and flower filter) that direct the kernel to skip the software/hardware processing of the actions. This filter is ver