Re: [PATCH] net/mana: implement RX CQE coalescing

2023-05-19 Thread Ferruh Yigit
On 5/6/2023 2:33 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > With RX coalescing, one CQE entry can be used to indicate up to 4 packets > on the receive queue. This saves processing time and PCI bandwidth over > the CQ. > > Cc: sta...@dpdk.org > Signed-off-by: Long Li > Backport to

Re: [PATCH] net/mana: implement RX CQE coalescing

2023-05-19 Thread Ferruh Yigit
On 5/6/2023 2:33 AM, lon...@linuxonhyperv.com wrote: > From: Long Li > > With RX coalescing, one CQE entry can be used to indicate up to 4 packets > on the receive queue. This saves processing time and PCI bandwidth over > the CQ. > > Signed-off-by: Long Li > Applied to dpdk-next-net/main, tha

[PATCH] net/mana: implement RX CQE coalescing

2023-05-05 Thread longli
From: Long Li With RX coalescing, one CQE entry can be used to indicate up to 4 packets on the receive queue. This saves processing time and PCI bandwidth over the CQ. Cc: sta...@dpdk.org Signed-off-by: Long Li --- drivers/net/mana/mana.h | 4 +++ drivers/net/mana/rx.c | 71