[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-06 Thread Maxime Coquelin
On 09/05/2016 11:08 PM, Stephen Hemminger wrote: > On Mon, 5 Sep 2016 16:24:13 +0200 > Maxime Coquelin wrote: > >> Thanks Pierre for sending the fix. >> >> Minor comments below: >> >> On 09/05/2016 08:52 AM, Pierre Pfister (ppfister) wrote: >>> Indirect descriptors support was disabled by commit

[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-06 Thread Stephen Hemminger
On Tue, 6 Sep 2016 06:49:26 + "Pierre Pfister (ppfister)" wrote: > > Le 5 sept. 2016 ? 23:08, Stephen Hemminger > > a ?crit : > > > > On Mon, 5 Sep 2016 16:24:13 +0200 > > Maxime Coquelin wrote: > > > >> Thanks Pierre for sending the fix. > >> > >> Minor comments below: > >> > >> On

[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-06 Thread Pierre Pfister (ppfister)
> Le 5 sept. 2016 ? 23:08, Stephen Hemminger a > ?crit : > > On Mon, 5 Sep 2016 16:24:13 +0200 > Maxime Coquelin wrote: > >> Thanks Pierre for sending the fix. >> >> Minor comments below: >> >> On 09/05/2016 08:52 AM, Pierre Pfister (ppfister) wrote: >>> Indirect descriptors support was dis

[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-05 Thread Maxime Coquelin
Thanks Pierre for sending the fix. Minor comments below: On 09/05/2016 08:52 AM, Pierre Pfister (ppfister) wrote: > Indirect descriptors support was disabled by commit 4a92b67151be11, > presumably by accident as it was correctly supported. > > This patch simply adds VIRTIO_RING_F_INDIRECT_DESC ba

[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-05 Thread Stephen Hemminger
On Mon, 5 Sep 2016 16:24:13 +0200 Maxime Coquelin wrote: > Thanks Pierre for sending the fix. > > Minor comments below: > > On 09/05/2016 08:52 AM, Pierre Pfister (ppfister) wrote: > > Indirect descriptors support was disabled by commit 4a92b67151be11, > > presumably by accident as it was corre

[dpdk-dev] [PATCH v2] virtio: enable indirect descriptors feature

2016-09-05 Thread Pierre Pfister (ppfister)
Indirect descriptors support was disabled by commit 4a92b67151be11, presumably by accident as it was correctly supported. This patch simply adds VIRTIO_RING_F_INDIRECT_DESC back to the supported features bit mask, hence enabling the use of indirect descriptors when the feature is negociated with t