[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated

2014-10-01 Thread Thomas Monjalon
2014-09-29 18:09, Damjan Marion: > On 17 Sep 2014, at 09:32, Olivier MATZ wrote: > > On 09/12/2014 12:25 AM, damarion at cisco.com wrote: > > > If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL > > > > > > Signed-off-by: Damjan Marion > > > --- > > > lib/librte_pmd_virtio/virtio_rx

[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated

2014-09-29 Thread Damjan Marion (damarion)
On 17 Sep 2014, at 09:32, Olivier MATZ wrote: > Hello, > > On 09/12/2014 12:25 AM, damarion at cisco.com wrote: >> From: Damjan Marion >> >> If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL >> >> Signed-off-by: Damjan Marion >> --- >> lib/librte_pmd_virtio/virtio_rxtx.c | 6

[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated

2014-09-17 Thread Olivier MATZ
Hello, On 09/12/2014 12:25 AM, damarion at cisco.com wrote: > From: Damjan Marion > > If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL > > Signed-off-by: Damjan Marion > --- > lib/librte_pmd_virtio/virtio_rxtx.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > Ac

[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated

2014-09-12 Thread Ouyang, Changchun
Hi > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of > damarion at cisco.com > Sent: Friday, September 12, 2014 6:25 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not > negotiated >

[dpdk-dev] [PATCH] virtio: fix crash if VIRTIO_NET_F_CTRL_VQ is not negotiated

2014-09-11 Thread damar...@cisco.com
From: Damjan Marion If VIRTIO_NET_F_CTRL_VQ is not negotiated hw->cvq will be NULL Signed-off-by: Damjan Marion --- lib/librte_pmd_virtio/virtio_rxtx.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/librte_pmd_virtio/virtio_rxtx.c b/lib/librte_pmd_virtio/virtio_