Re: VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Cornelia Huck
On Mon, 27 Apr 2020 12:52:26 +0300 Yuri Benditovich wrote: > I'd suggest to do the single change in virtio-net.c with RSC definitions > from updated linux headers. > I can send respective patch if you want Hm, I already sent something out before I saw your mail... can you please look at that one

Re: VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Yuri Benditovich
I'd suggest to do the single change in virtio-net.c with RSC definitions from updated linux headers. I can send respective patch if you want On Mon, Apr 27, 2020 at 12:18 PM Michael S. Tsirkin wrote: > On Mon, Apr 27, 2020 at 11:10:29AM +0200, Cornelia Huck wrote: > > On Mon, 27 Apr 2020 16:41:3

Re: VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Michael S. Tsirkin
On Mon, Apr 27, 2020 at 11:10:29AM +0200, Cornelia Huck wrote: > On Mon, 27 Apr 2020 16:41:30 +0800 > Jason Wang wrote: > > > > > On 2020/4/27 下午3:33, Cornelia Huck wrote: > > > Hi, > > > > > > I'm currently trying to prepare a linux-headers update to 5.7-rc3, > > > which adds the definition of

Re: VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Cornelia Huck
On Mon, 27 Apr 2020 16:41:30 +0800 Jason Wang wrote: > > On 2020/4/27 下午3:33, Cornelia Huck wrote: > > Hi, > > > > I'm currently trying to prepare a linux-headers update to 5.7-rc3, > > which adds the definition of VIRTIO_NET_HDR_F_RSC_INFO. > > > > Unfortunately, this breaks the build of virtio

Re: VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Jason Wang
On 2020/4/27 下午3:33, Cornelia Huck wrote: Hi, I'm currently trying to prepare a linux-headers update to 5.7-rc3, which adds the definition of VIRTIO_NET_HDR_F_RSC_INFO. Unfortunately, this breaks the build of virtio-net, because now virtio_net_rsc_ext_num_{packets,dupacks} are undefined (they

VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update

2020-04-27 Thread Cornelia Huck
Hi, I'm currently trying to prepare a linux-headers update to 5.7-rc3, which adds the definition of VIRTIO_NET_HDR_F_RSC_INFO. Unfortunately, this breaks the build of virtio-net, because now virtio_net_rsc_ext_num_{packets,dupacks} are undefined (they are guarded by existence of VIRTIO_NET_HDR_F_