]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'nfp-introduce-flower-offload-capabilities'
authorDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 15:51:33 +0000 (08:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Jul 2017 15:51:33 +0000 (08:51 -0700)
commit13834451950f557cbbc3129426e72e763f2d63ee
tree5109cd619f1b021f2b6d281c1ef60a629ba65fa3
parent7f304b9efabbad584b093289d135bebdc09b222e
parent81f3ddf2547d40c3d4878aa66ce837177665ce3c
Merge branch 'nfp-introduce-flower-offload-capabilities'

Simon Horman says:

====================
nfp: introduce flower offload capabilities

this series adds flower offload to the NFP driver. It builds on recent
work to add representor and a skeleton flower app - now the app does what
its name says.

In general the approach taken is to allow some flows within
the universe of possible flower matches and tc actions to be offloaded.
It is planned that this support will grow over time but the support
offered by this patch-set seems to be a reasonable starting point.

Key Changes since v2:
* Revised flow structures to simplify setup/teardown and locking of stats
* Addressed other code-change review of v2

Other review questions regarding v2 have been answered on netdev.
====================

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