Re: [PATCH net-next v3 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
From: Jakub Kicinski
Date: Thu Jan 16 2025 - 20:17:04 EST
On Wed, 15 Jan 2025 16:18:56 +0100 Alexander Lobakin wrote:
> + empty = __ptr_ring_empty(rcpu->queue);
> + if (packets += n >= NAPI_POLL_WEIGHT || empty) {
please remove the assignment from the condition