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

2020-03-01 Thread Michael S. Tsirkin
On Sun, Mar 01, 2020 at 02:47:41PM +0200, Yuri Benditovich wrote: > On Sun, Mar 1, 2020 at 1:32 PM Michael S. Tsirkin wrote: > > > > On Sun, Mar 01, 2020 at 01:07:30PM +0200, Yuri Benditovich wrote: > > > This series introduce virtio-net features VIRTIO_NET_F_RSC_EXT, > > > VIRTIO_NET_F_RSS and

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

2020-03-01 Thread Yuri Benditovich
On Sun, Mar 1, 2020 at 1:32 PM Michael S. Tsirkin wrote: > > On Sun, Mar 01, 2020 at 01:07:30PM +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 v1: > > __virtio -> __le > >

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

2020-03-01 Thread Michael S. Tsirkin
On Sun, Mar 01, 2020 at 01:07:30PM +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 v1: > __virtio -> __le > maximal -> maximum > minor style fixes Looks good to me - sent a bit of

[PATCH v2 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 v1: __virtio -> __le maximal -> maximum minor style fixes Yuri Benditovich (3): virtio-net: Introduce extended RSC feature virtio-net: Introduce RSS receive steering