Message ID | 20241029-airoha-en7581-tx-napi-work-v1-0-96ad1686b946@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | Simplify Tx napi logic in airoha_eth driver | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Tue, 29 Oct 2024 13:17:08 +0100 you wrote: > Simplify Tx napi logic relying on the packet index provided by > completion queue indicating the completed packet that can be removed > from the Tx DMA ring. > Read completion queue head and pending entry in airoha_qdma_tx_napi_poll(). > > --- > Lorenzo Bianconi (2): > net: airoha: Read completion queue data in airoha_qdma_tx_napi_poll() > net: airoha: Simplify Tx napi logic > > [...] Here is the summary with links: - [net-next,1/2] net: airoha: Read completion queue data in airoha_qdma_tx_napi_poll() https://git.kernel.org/netdev/net-next/c/3affa310de52 - [net-next,2/2] net: airoha: Simplify Tx napi logic https://git.kernel.org/netdev/net-next/c/0c729f53b8c3 You are awesome, thank you!