Re: [PATCH] net/nfp: add quick exit logic for parse packet type

2023-11-03 Thread Ferruh Yigit
On 11/3/2023 6:19 AM, Chaoyong He wrote: > Add quick exit logic for parse packet type function, when the control > switch for this feature is off, the function can return quickly. > > Signed-off-by: Chaoyong He > Reviewed-by: Long Wu > Reviewed-by: Peng Zhang > Applied to dpdk-next-net/main, t

[PATCH] net/nfp: add quick exit logic for parse packet type

2023-11-02 Thread Chaoyong He
Add quick exit logic for parse packet type function, when the control switch for this feature is off, the function can return quickly. Signed-off-by: Chaoyong He Reviewed-by: Long Wu Reviewed-by: Peng Zhang --- drivers/net/nfp/nfp_rxtx.c | 11 +-- 1 file changed, 9 insertions(+), 2 del