Files
kernel_xiaomi_sm8250/include/uapi/linux
Rusty Russell ed9ecb0415 virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined.
In particular, the virtio header always has the u16 num_buffers field.
We define a new 'struct virtio_net_hdr_v1' for this (rather than
simply calling it 'struct virtio_net_hdr', to avoid nasty type errors
if some parts of a project define VIRTIO_NET_NO_LEGACY and some don't.

Transitional devices (which can't define VIRTIO_NET_NO_LEGACY) will
have to keep using struct virtio_net_hdr_mrg_rxbuf, which has the same
byte layout as struct virtio_net_hdr_v1.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-02-13 17:15:54 +10:30
..
2014-11-24 17:31:46 -05:00
2014-12-09 13:34:10 -05:00
2014-11-19 14:48:02 -06:00
2014-12-08 12:55:57 +08:00
2014-12-16 11:19:42 -05:00
2014-12-22 16:12:36 -05:00
2014-12-02 13:52:53 -07:00
2014-11-21 18:07:33 +01:00
2014-12-22 16:12:36 -05:00
2014-12-13 12:42:52 -08:00
2014-12-10 17:41:10 -08:00
2014-12-09 14:10:41 +08:00
2014-12-09 12:06:31 +02:00
2014-12-09 12:05:24 +02:00