search for: _no_legacy

Displaying 5 results from an estimated 5 matches for "_no_legacy".

2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...t; > #define VRING_SPLIT_AVAIL_F_NO_INTERRUPT 0 > > > > #define VRING_PACKED_DESC_F_NEXT 0 > > #define VRING_PACKED_DESC_F_WRITE 1 > > #define VRING_PACKED_DESC_F_INDIRECT 2 > > As we aren't sharing code I think I prefer the second form. > Maybe add VRING_NO_LEGACY so people can audit their code > for assumptions? Maybe it's better to name it as VIRTIO_RING_NO_LEGACY which is more consistent with the names in other files. > > We also want to guard layout definitions at the end of that file > I think. Do you mean guard the definitions of `s...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
...t; > #define VRING_SPLIT_AVAIL_F_NO_INTERRUPT 0 > > > > #define VRING_PACKED_DESC_F_NEXT 0 > > #define VRING_PACKED_DESC_F_WRITE 1 > > #define VRING_PACKED_DESC_F_INDIRECT 2 > > As we aren't sharing code I think I prefer the second form. > Maybe add VRING_NO_LEGACY so people can audit their code > for assumptions? Maybe it's better to name it as VIRTIO_RING_NO_LEGACY which is more consistent with the names in other files. > > We also want to guard layout definitions at the end of that file > I think. Do you mean guard the definitions of `s...
2018 Nov 30
0
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
..._NO_INTERRUPT 0 > > > > > > #define VRING_PACKED_DESC_F_NEXT 0 > > > #define VRING_PACKED_DESC_F_WRITE 1 > > > #define VRING_PACKED_DESC_F_INDIRECT 2 > > > > As we aren't sharing code I think I prefer the second form. > > Maybe add VRING_NO_LEGACY so people can audit their code > > for assumptions? > > Maybe it's better to name it as VIRTIO_RING_NO_LEGACY > which is more consistent with the names in other files. OK > > > > We also want to guard layout definitions at the end of that file > > I think. &...
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
On Fri, Nov 30, 2018 at 08:52:42AM -0500, Michael S. Tsirkin wrote: > On Fri, Nov 30, 2018 at 02:01:06PM +0100, Maxime Coquelin wrote: > > On 11/30/18 1:47 PM, Michael S. Tsirkin wrote: > > > On Fri, Nov 30, 2018 at 05:53:40PM +0800, Tiwei Bie wrote: > > > > On Fri, Nov 30, 2018 at 04:10:55PM +0800, Jason Wang wrote: > > > > > > > > > >
2018 Nov 30
2
[PATCH net-next v3 01/13] virtio: add packed ring types and macros
On Fri, Nov 30, 2018 at 08:52:42AM -0500, Michael S. Tsirkin wrote: > On Fri, Nov 30, 2018 at 02:01:06PM +0100, Maxime Coquelin wrote: > > On 11/30/18 1:47 PM, Michael S. Tsirkin wrote: > > > On Fri, Nov 30, 2018 at 05:53:40PM +0800, Tiwei Bie wrote: > > > > On Fri, Nov 30, 2018 at 04:10:55PM +0800, Jason Wang wrote: > > > > > > > > > >