Re: [PATCH v2 iproute2] tc: f_u32: Add support for skip_hw and skip_sw flags

2016-06-08 Thread Stephen Hemminger
On Wed, 8 Jun 2016 16:16:01 -0700 Sridhar Samudrala wrote: > On devices that support TC U32 offloads, these flags enable a filter to be > added only to HW or only to SW. skip_sw and skip_hw are mutually exclusive > flags. By default without any flags, the filter is

[PATCH v2 iproute2] tc: f_u32: Add support for skip_hw and skip_sw flags

2016-06-08 Thread Sridhar Samudrala
On devices that support TC U32 offloads, these flags enable a filter to be added only to HW or only to SW. skip_sw and skip_hw are mutually exclusive flags. By default without any flags, the filter is added to both HW and SW, but no error checks are done in case of failure to add to HW. With