Re: Question about virtio-net: implement RX RSS processing

2020-07-03 Thread Vincent Li
Thank you for the answers and I will study the vhost-net patches set you mentioned On Fri, 3 Jul 2020, Jason Wang wrote: > > On 2020/7/3 上午1:07, Vincent Li wrote: > > Hi, > > > > I noticed the [PULL V2 02/33] virtio-net: implement RX RSS processing > > https://marc.info/?l=qemu-devel&m=159248

Re: Question about virtio-net: implement RX RSS processing

2020-07-02 Thread Jason Wang
On 2020/7/3 上午1:07, Vincent Li wrote: Hi, I noticed the [PULL V2 02/33] virtio-net: implement RX RSS processing https://marc.info/?l=qemu-devel&m=159248675403246&w=2 and cloned https://github.com/jasowang/qemu.git tags/net-pull-request for testing the RX RSS feature, but I am not clear how to

Question about virtio-net: implement RX RSS processing

2020-07-02 Thread Vincent Li
Hi, I noticed the [PULL V2 02/33] virtio-net: implement RX RSS processing https://marc.info/?l=qemu-devel&m=159248675403246&w=2 and cloned https://github.com/jasowang/qemu.git tags/net-pull-request for testing the RX RSS feature, but I am not clear how to test this feature and see if it mee