Thu, Mar 03, 2016 at 03:55:51PM CET, a...@vadai.me wrote: >This patch is based on a patch made by John Fastabend. >It adds support for offloading cls_flower. >when NETIF_F_HW_TC is on: > flags = 0 => Rule will be processed twice - by hardware, and if > still relevant, by software. > flags = SKIP_HW => Rull will be processed by software only > >If hardare fail/not capabale to apply the rule, operation will fail. > >Suggested-by: John Fastabend <john.r.fastab...@intel.com> >Signed-off-by: Amir Vadai <a...@vadai.me>
Acked-by: Jiri Pirko <j...@mellanox.com>