Re: [PATCH v3 0/3] virtio-net: introduce features defined in the spec

2020-03-01 Thread Jason Wang
On 2020/3/2 上午4:06, Michael S. Tsirkin wrote: On Sun, Mar 01, 2020 at 04:32:59PM +0200, Yuri Benditovich wrote: This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT, VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. Changes from v2: reformatted structure in patch 1 Looks good but I

Re: [PATCH v3 0/3] virtio-net: introduce features defined in the spec

2020-03-01 Thread Michael S. Tsirkin
On Sun, Mar 01, 2020 at 04:32:59PM +0200, Yuri Benditovich wrote: > This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT, > VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. > > Changes from v2: reformatted structure in patch 1 Looks good but I cound a couple more nits. Sorry I missed

[PATCH v3 0/3] virtio-net: introduce features defined in the spec

2020-03-01 Thread Yuri Benditovich
This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT, VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT. Changes from v2: reformatted structure in patch 1 Yuri Benditovich (3): virtio-net: Introduce extended RSC feature virtio-net: Introduce RSS receive steering feature virtio-net: