Re: [PATCH net-next v2 0/1] net: stmmac: add per-q coalesce support

2021-03-17 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Wed, 17 Mar 2021 09:01:22 +0800 you wrote: > Hi, > > This patch adds per-queue RX & TX coalesce control so that user can > adjust the RX & TX interrupt moderation per queue. This is beneficial for > mixed criticality co

[PATCH net-next v2 0/1] net: stmmac: add per-q coalesce support

2021-03-16 Thread Ong Boon Leong
Hi, This patch adds per-queue RX & TX coalesce control so that user can adjust the RX & TX interrupt moderation per queue. This is beneficial for mixed criticality control (according to VLAN priority) by user application. The v2 patch has been tested (with added negative tests) and results from t