Re: [PATCH v3] net/nfp: implement the device packet type set interface

2024-09-27 Thread Ferruh Yigit
On 9/27/2024 4:10 AM, Chaoyong He wrote: > From: Long Wu > > Using the Rx packet offload flag rather than the device > capability to control the packet type offload configuration. > Also implement the device packet type set interface to > let application can set the Rx packet offload flag. > > S

[PATCH v3] net/nfp: implement the device packet type set interface

2024-09-26 Thread Chaoyong He
From: Long Wu Using the Rx packet offload flag rather than the device capability to control the packet type offload configuration. Also implement the device packet type set interface to let application can set the Rx packet offload flag. Signed-off-by: Long Wu Reviewed-by: Chaoyong He --- V3: