RE: [PATCH 1/2] ethdev: add Rx packet type offload control flag

2024-09-25 Thread Chaoyong He
> On 9/24/2024 3:03 AM, Chaoyong He wrote: > >> On 6/19/2024 11:11 AM, Chaoyong He wrote: > >>> From: Long Wu > >>> > >>> The Rx packet type offload feature may affect the performance, so > >>> add a control flag for applications to turn it on or off. > >>> > >>> Signed-off-by: Long Wu > >>> ---

Re: [PATCH 1/2] ethdev: add Rx packet type offload control flag

2024-09-25 Thread Ferruh Yigit
On 9/24/2024 3:03 AM, Chaoyong He wrote: >> On 6/19/2024 11:11 AM, Chaoyong He wrote: >>> From: Long Wu >>> >>> The Rx packet type offload feature may affect the performance, so add >>> a control flag for applications to turn it on or off. >>> >>> Signed-off-by: Long Wu >>> --- >>> lib/ethdev/rt

RE: [PATCH 1/2] ethdev: add Rx packet type offload control flag

2024-09-23 Thread Chaoyong He
> On 6/19/2024 11:11 AM, Chaoyong He wrote: > > From: Long Wu > > > > The Rx packet type offload feature may affect the performance, so add > > a control flag for applications to turn it on or off. > > > > Signed-off-by: Long Wu > > --- > > lib/ethdev/rte_ethdev.h | 1 + > > 1 file changed, 1 in

Re: [PATCH 1/2] ethdev: add Rx packet type offload control flag

2024-09-22 Thread Ferruh Yigit
On 6/19/2024 11:11 AM, Chaoyong He wrote: > From: Long Wu > > The Rx packet type offload feature may affect the performance, > so add a control flag for applications to turn it on or off. > > Signed-off-by: Long Wu > --- > lib/ethdev/rte_ethdev.h | 1 + > 1 file changed, 1 insertion(+) > > di