Re: [PATCH] net/nfp: fix add redundant read configure operations

2023-06-20 Thread Ferruh Yigit
On 6/14/2023 6:51 AM, Chaoyong He wrote: > From: Qin Ke > > Performance is reduced because of adding redundant read configure > operations in nfp_net_parse_ptype() called by nfp_net_recv_pkts(), > which cause every received packet to spend more time. > > Fix the performance issue by deleting the

[PATCH] net/nfp: fix add redundant read configure operations

2023-06-13 Thread Chaoyong He
From: Qin Ke Performance is reduced because of adding redundant read configure operations in nfp_net_parse_ptype() called by nfp_net_recv_pkts(), which cause every received packet to spend more time. Fix the performance issue by deleting the redundant code directly. Fixes: 2e7c36128be ("net/nfp