mbox

[v2,0/6] fix the set flow actions

Message ID 20230221103513.412-1-chaoyong.he@corigine.com (mailing list archive)
Headers

Message

Chaoyong He Feb. 21, 2023, 10:35 a.m. UTC
  The former logic of set flow actions don't consider the mask filed
of control message passed to the firmware, and this caused the
firmware skip the set action logic wrongly.
This patch series aims to fix this problem.

--
v2:
* fix the compile warning.
--

Chaoyong He (6):
  net/nfp: fix the set MAC flow action
  net/nfp: fix the set IPv4 flow action
  net/nfp: fix the set IPv6 flow action
  net/nfp: fix the set TP flow action
  net/nfp: fix the set TTL flow action
  net/nfp: fix the set IPv4/v6 DSCP flow action

 drivers/net/nfp/nfp_flow.c | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)