Re: [dpdk-dev] [PATCH 1/5] net/virtio: fix vector Rx break caused by rxq flushing

2017-12-07 Thread Fischetti, Antonio
t and testpmd in the guest and it works fine. I'm using DPDK v17.11 + this patch and I see traffic is now flowing through the VM. Tested-by: Antonio Fischetti > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fischetti, Antonio > Sent: Thursday, De

Re: [dpdk-dev] [PATCH 1/5] net/virtio: fix vector Rx break caused by rxq flushing

2017-12-07 Thread Fischetti, Antonio
Thanks Tiwei for working on this, I'll give it a try soon. Antonio > -Original Message- > From: Maxime Coquelin [mailto:maxime.coque...@redhat.com] > Sent: Thursday, December 7, 2017 9:15 AM > To: Bie, Tiwei ; y...@fridaylinux.org; dev@dpdk.org > Cc: Fischetti, Anton

Re: [dpdk-dev] [PATCH v2] net/virtio: fix an incorrect behavior of device stop/start

2017-12-05 Thread Fischetti, Antonio
> -Original Message- > From: Bie, Tiwei > Sent: Tuesday, December 5, 2017 3:12 AM > To: Fischetti, Antonio > Cc: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com; > jfreim...@redhat.com; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/vir

Re: [dpdk-dev] [PATCH v2] net/virtio: fix an incorrect behavior of device stop/start

2017-12-04 Thread Fischetti, Antonio
> -Original Message- > From: Bie, Tiwei > Sent: Monday, December 4, 2017 7:20 AM > To: Fischetti, Antonio > Cc: dev@dpdk.org; y...@fridaylinux.org; maxime.coque...@redhat.com; > jfreim...@redhat.com; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/vir

Re: [dpdk-dev] [PATCH v2] net/virtio: fix an incorrect behavior of device stop/start

2017-12-01 Thread Fischetti, Antonio
hanks, Antonio > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fischetti, Antonio > Sent: Tuesday, November 14, 2017 5:39 PM > To: Bie, Tiwei ; dev@dpdk.org > Cc: y...@fridaylinux.org; maxime.coque...@redhat.com; > jfreim...@redhat.com; sta...

Re: [dpdk-dev] [PATCH v2] net/virtio: fix an incorrect behavior of device stop/start

2017-11-14 Thread Fischetti, Antonio
Hi Tiwei, I'm doing some regression tests with v17.11-rc4. I ran into a hitch with testpmd running into a guest VM. It happens that no packet gets forwarded by testpmd. The issue seems to appear after this patch was upstreamed. I saw there's a way to make it work, ie by avoiding to increment t

[dpdk-dev] [PATCH v3] ixgbe: add check for tx queue number

2016-03-26 Thread Fischetti, Antonio
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Thursday, March 24, 2016 3:18 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v3] ixgbe: add check for tx queue number > > From: Wenzhuo

[dpdk-dev] [PATCH v4 3/3] ixgbe: fix incorrect max tx queue number

2016-03-26 Thread Fischetti, Antonio
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Mcnamara, John > Sent: Thursday, March 24, 2016 4:58 PM > To: De Lara Guarch, Pablo ; dev at dpdk.org > Cc: Lu, Wenzhuo ; Richardson, Bruce > ; De Lara Guarch, Pablo > > Subject: Re: [dpdk-dev] [PATCH v4 3/3]

[dpdk-dev] [PATCH v2] ixgbe: add check for tx queue number

2016-03-24 Thread Fischetti, Antonio
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Pablo de Lara > Sent: Wednesday, March 23, 2016 3:29 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo ; De Lara Guarch, Pablo > > Subject: [dpdk-dev] [PATCH v2] ixgbe: add check for tx queue number > > IXGBE suppor

[dpdk-dev] [PATCH v2] ixgbe: add check for tx queue number

2016-03-24 Thread Fischetti, Antonio
Hi, I tested this patch with OVS+DPDK on a 72 lcores board with an Intel 82599ES 10 Gb NIC. It works fine. Now when I call 'rte_eth_dev_info_get()' it returns correctly the number of available Tx queues for the default mode, i.e. 64 when no VT and no DCB is set. Also, if I attempt to request more