diff options
author | Yuri Benditovich <yuri.benditovich@daynix.com> | 2019-01-03 15:12:30 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-01-17 21:10:57 -0500 |
commit | d47e5e31c37be43dc11a7a29d168f535589dbebd (patch) | |
tree | 81dd092bce6239251a10d920e85ab4f4958a93b4 /hw/net | |
parent | 2974e916df8790fa4db2edac99627f5e3c79d7a7 (diff) |
virtio-net: changed VIRTIO_NET_F_RSC_EXT to be 61
Allocated feature bit changed in spec draft per TC request.
Signed-off-by: Yuri Benditovich <yuri.benditovich@daynix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/net')
-rw-r--r-- | hw/net/virtio-net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 9e5fb1ed62..3f319ef723 100644 --- a/hw/net/virtio-net.c +++ b/hw/net/virtio-net.c @@ -66,7 +66,7 @@ #if !defined(VIRTIO_NET_HDR_F_RSC_INFO) #define VIRTIO_NET_HDR_F_RSC_INFO 4 /* rsc_ext data in csum_ fields */ -#define VIRTIO_NET_F_RSC_EXT 38 +#define VIRTIO_NET_F_RSC_EXT 61 static inline __virtio16 *virtio_net_rsc_ext_num_packets( struct virtio_net_hdr *hdr) |