Re: [virtio-dev] [PATCH v8 0/8] Rename queue index to queue number

2023-03-28 Thread David Edmondson
Parav Pandit writes: > 1. Currently, virtqueue is identified between driver and device > interchangeably using either number of index terminology. "number or index" > > 2. Between PCI and MMIO transport the queue size (depth) is > defined as queue_size and QueueNum respectively. > > To avoid co

[virtio-dev] [PATCH v8 0/8] Rename queue index to queue number

2023-03-27 Thread Parav Pandit
1. Currently, virtqueue is identified between driver and device interchangeably using either number of index terminology. 2. Between PCI and MMIO transport the queue size (depth) is defined as queue_size and QueueNum respectively. To avoid confusion and to have consistency, unify them to use as N

[virtio-dev] [PATCH v8 0/8] Rename queue index to queue number

2023-03-27 Thread Parav Pandit
1. Currently, virtqueue is identified between driver and device interchangeably using either number of index terminology. 2. Between PCI and MMIO transport the queue size (depth) is defined as queue_size and QueueNum respectively. To avoid confusion and to have consistency, unify them to use as N