Re: [PATCH net-next v7 4/4] virtio-net: support rx netdim

2023-12-10 Thread Heng Qi
-returns-whether-napi-is-complete/20231207-143044 base: net-next/main patch link: https://lore.kernel.org/r/9be20d1e86bea91b373f28401a96401b640ef4d1.1701929854.git.hengqi%40linux.alibaba.com patch subject: [PATCH net-next v7 4/4] virtio-net: support rx netdim config: nios2-randconfig-r064

Re: [PATCH net-next v7 4/4] virtio-net: support rx netdim

2023-12-09 Thread Michael S. Tsirkin
whether-napi-is-complete/20231207-143044 > base: net-next/main > patch link: > https://lore.kernel.org/r/9be20d1e86bea91b373f28401a96401b640ef4d1.1701929854.git.hengqi%40linux.alibaba.com > patch subject: [PATCH net-next v7 4/4] virtio-net: support rx netdim > config: n

Re: [PATCH net-next v7 4/4] virtio-net: support rx netdim

2023-12-08 Thread kernel test robot
/9be20d1e86bea91b373f28401a96401b640ef4d1.1701929854.git.hengqi%40linux.alibaba.com patch subject: [PATCH net-next v7 4/4] virtio-net: support rx netdim config: nios2-randconfig-r064-20231209 (https://download.01.org/0day-ci/archive/20231209/202312091132.7er6cbs9-...@intel.com/config) compiler: nios2

[PATCH net-next v7 4/4] virtio-net: support rx netdim

2023-12-06 Thread Heng Qi
By comparing the traffic information in the complete napi processes, let the virtio-net driver automatically adjust the coalescing moderation parameters of each receive queue. Signed-off-by: Heng Qi --- v6->v7: - Drop the patch titled "spin lock for ctrl cmd access" - Use rtnl_trylock to avoid th