On 4/1/2024 7:56 AM, Chaoyong He wrote: > From: Long Wu <long...@corigine.com> > > 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-off-by: Long Wu <long...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> >
Applied to dpdk-next-net/main, thanks.