Re: [PATCH] net/nfp: fix TP flow action for UDP

2023-06-09 Thread Ferruh Yigit
On 6/9/2023 7:22 AM, Chaoyong He wrote: > The former logic can't distinguish the TCP and UDP set action, and > only send a TCP type ctrl message to firmware, which cause the set > action of UDP can't offload. > > Fixes: fc185097bbe6 ("net/nfp: support TP source flow action") > Fixes: 87986df09d75

[PATCH] net/nfp: fix TP flow action for UDP

2023-06-08 Thread Chaoyong He
The former logic can't distinguish the TCP and UDP set action, and only send a TCP type ctrl message to firmware, which cause the set action of UDP can't offload. Fixes: fc185097bbe6 ("net/nfp: support TP source flow action") Fixes: 87986df09d75 ("net/nfp: support TP destination flow action") Cc: