Re: [dpdk-dev] [RFC] net/virtio: remove prefix from virtqueue struct fields

2019-03-22 Thread Tiwei Bie
On Thu, Mar 21, 2019 at 03:17:22PM +0100, Maxime Coquelin wrote: > On 3/21/19 3:02 PM, Jens Freimann wrote: > > On Thu, Mar 21, 2019 at 02:45:20PM +0100, Maxime Coquelin wrote: > > > Most of 'virtqueue' struct fields are prefixed with 'vq_'. > > > This redundant, this patch removes them all. > > >

Re: [dpdk-dev] [RFC] net/virtio: remove prefix from virtqueue struct fields

2019-03-21 Thread Maxime Coquelin
On 3/21/19 3:02 PM, Jens Freimann wrote: On Thu, Mar 21, 2019 at 02:45:20PM +0100, Maxime Coquelin wrote: Most of 'virtqueue' struct fields are prefixed with 'vq_'. This redundant, this patch removes them all. Signed-off-by: Maxime Coquelin --- Hi, Following our discussions on removing the

Re: [dpdk-dev] [RFC] net/virtio: remove prefix from virtqueue struct fields

2019-03-21 Thread Jens Freimann
On Thu, Mar 21, 2019 at 02:45:20PM +0100, Maxime Coquelin wrote: Most of 'virtqueue' struct fields are prefixed with 'vq_'. This redundant, this patch removes them all. Signed-off-by: Maxime Coquelin --- Hi, Following our discussions on removing the 'vq_' prefix, I did the patch to see how it

[dpdk-dev] [RFC] net/virtio: remove prefix from virtqueue struct fields

2019-03-21 Thread Maxime Coquelin
Most of 'virtqueue' struct fields are prefixed with 'vq_'. This redundant, this patch removes them all. Signed-off-by: Maxime Coquelin --- Hi, Following our discussions on removing the 'vq_' prefix, I did the patch to see how it would look like. It looks like it does not prevent any lines to be