]> git.dujemihanovic.xyz Git - linux.git/commit
Merge branch 'nfp-flower-ct-offload'
authorDavid S. Miller <davem@davemloft.net>
Thu, 22 Jul 2021 09:22:37 +0000 (02:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Jul 2021 09:22:37 +0000 (02:22 -0700)
commit552a2a3f3dc7909ea2aeeb349b32671bd7e68cd1
treec921454ee74a0f7c9f4b230898d7070632291b70
parent802a76affb09263ab6bca9a6ff4765b3a0c40137
parent40c10bd9be3fec47062cd9c074d83854832fe825
Merge branch 'nfp-flower-ct-offload'

Simon Horman says:

====================
nfp: flower: conntrack offload

Louis Peens says:

This series takes the preparation from previous two series
and finally creates the structures and control messages
to offload the conntrack flows to the card. First we
do a bit of refactoring in the existing functions
to make them re-usable for the conntrack implementation,
after which the control messages are compiled and
transmitted to the card. Lastly we add stats handling
for the conntrack flows.
====================

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