]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'cls_u32_hw_sw'
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:30:57 +0000 (13:30 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 May 2016 17:30:57 +0000 (13:30 -0400)
commit4a0d6c444078ae401922c476643fceedc1e55ae5
tree79482667c26a1d1dcc54fc8147a27ddb92be5cea
parent7a29780eb3b043b08d0e4c3fc7ea7fd2482c1924
parentaea4f73962277898551bdbc8020349d83e2cac1d
Merge branch 'cls_u32_hw_sw'

Sridhar Samudrala says:

====================
Enable SW only or HW only offloads with u32 classifier

This set of patches export TCA_CLS_FLAGS_SKIP_HW to userspace and also
introduces another flag TCA_CLS_FLAGS_SKIP_SW. These flags enable offloading
u32 filters to either SW or HW only.

The default semantics with no flags is to add the filter to HW if possible and
also into SW.
With SKIP_HW flag, the filter is only added to SW.
With SKIP_SW flag, the filter is added to HW and an error is returned
to user on failure.
These flags are mutually exclusive.
There was an earlier discussion on these semantics in the following email
thread.
http://thread.gmane.org/gmane.linux.network/401733
====================

Signed-off-by: David S. Miller <davem@davemloft.net>