Re: [PATCH] net/nfp: use Tx ring pointer write back

2024-04-18 Thread Ferruh Yigit
On 4/1/2024 7:56 AM, Chaoyong He wrote: > From: Long Wu > > This follows the mainline Linux kernel commit > 0dcf7f500b0a (nfp: use TX ring pointer write back) by Jakub Kicinski. > > This will speed up Tx completions, because we avoid a read from > device memory (replacing PCIe read with DMA read

[PATCH] net/nfp: use Tx ring pointer write back

2024-03-31 Thread Chaoyong He
From: Long Wu This follows the mainline Linux kernel commit 0dcf7f500b0a (nfp: use TX ring pointer write back) by Jakub Kicinski. This will speed up Tx completions, because we avoid a read from device memory (replacing PCIe read with DMA read), and it works on CoreNIC firmware with NFDk. Signed