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
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
2 matches
Mail list logo