qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update
@ 2020-04-27  7:33 Cornelia Huck
  2020-04-27  8:41 ` Jason Wang
  0 siblings, 1 reply; 6+ messages in thread
From: Cornelia Huck @ 2020-04-27  7:33 UTC (permalink / raw)
  To: Michael S. Tsirkin, Yuri Benditovich; +Cc: Jason Wang, qemu-devel

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_RSC_INFO).

What is the right way to fix this? Remove the constants that are now
provided by the header and keep the definitions of
virtio_net_rsc_ext_num_{packets,dupacks}?

[I'd like to queue a headers update as soon as possible, as the whole
s390 protected virt stuff depends on it...]



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-04-27 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-27  7:33 VIRTIO_NET_HDR_F_RSC_INFO in virtio-net vs headers update Cornelia Huck
2020-04-27  8:41 ` Jason Wang
2020-04-27  9:10   ` Cornelia Huck
2020-04-27  9:18     ` Michael S. Tsirkin
2020-04-27  9:52       ` Yuri Benditovich
2020-04-27 10:38         ` Cornelia Huck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).