mbox series

[net,0/2] nfp: flower: a few small conntrack offload fixes

Message ID 20231208065956.11917-1-louis.peens@corigine.com (mailing list archive)
Headers show
Series nfp: flower: a few small conntrack offload fixes | expand

Message

Louis Peens Dec. 8, 2023, 6:59 a.m. UTC
This small series addresses two bugs in the nfp conntrack offloading
code.

The first patch is a check to prevent offloading for a case which is
currently not supported by the nfp.

The second patch fixes up parsing of layer4 mangling code so it can be
correctly offloaded.

Hui Zhou (2):
  nfp: flower: add hardware offload check for post ct entry
  nfp: flower: fix hardware offload for the transfer layer port

 .../ethernet/netronome/nfp/flower/conntrack.c | 42 +++++++++++++++++--
 1 file changed, 39 insertions(+), 3 deletions(-)