OSDN Git Service

Merge branch 'nfp-ct-part-two'
authorDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:42:53 +0000 (12:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:42:53 +0000 (12:42 -0700)
commit1d24b6b4b092a510c1ade459ea814902954f404b
treed477e1bdfcea7242fe11e0cf3c1d4d77538bd531
parent63e96bc4e32811a2bc1e9172691e263e074a32ae
parent30c4a9f4fe3f47ffa5783329fa5553f8baef3a76
Merge branch 'nfp-ct-part-two'

Simon Horman says:

====================
Next set of conntrack patches for the nfp driver

Louis Peens says:

This follows on from the previous series of a similar nature.
Looking at the diagram as explained in the previous series
this implements changes up to the point where the merged
nft entries are saved. There are still bits of stubbed
out code where offloading of the flows will be implemented.

+-------------+                      +----------+
| pre_ct flow +--------+             | nft flow |
+-------------+        v             +------+---+
                  +----------+              |
                  | tc_merge +--------+     |
                  +----------+        v     v
+--------------+       ^           +-------------+
| post_ct flow +-------+       +---+nft_tc merge |
+--------------+               |   +-------------+
                               |
                               |
                               |
                               v
                        Offload to nfp
====================

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