Re: [PATCH net-next v5 13/15] idpf: add singleq start_xmit and napi poll
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-08-18 18:47:45
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-08-18 18:47:45
On Tue, 15 Aug 2023 17:43:03 -0700 Tony Nguyen wrote:
Add the start_xmit, TX and RX napi poll support for the single queue model. Unlike split queue model, single queue uses same queue to post buffer descriptors and completed descriptors.
Acked-by: Jakub Kicinski <kuba@kernel.org>