[dpdk-dev] [PATCH v2] net/ring: remove unnecessary NULL check

2016-11-02 Thread Fulvio Risso
Dear Ferruh, Maybe I'm wrong, but I cannot see your point. The code is absolutely the same, only the following line if (eth_dev->data) { is actually removed. fulvio On 02/11/2016 12:38, Ferruh Yigit wrote: > Hi Mauricio, > > On 11/1/2016 7:55 PM, Mauricio Vasquez B wrote: >>

[dpdk-dev] Does PCI hotplug work with IVSHMEM?

2015-07-21 Thread Fulvio Risso
Dear all, we're adding dynamically an IVSHMEM device on a VM that is already running, but apparently this is not visible in DPDK, while it is correctly recognized by the Guest OS. This is the list of steps we execute: 1) Launch a new Guest VM with Qemu 2) Create a new IVSHMEM metadata file

[dpdk-dev] Is Flow Director supported on the x540 chipset?

2014-01-16 Thread Fulvio Risso
Dear all, by digging into the DPDK code it seems to me that FDIR is not supported on the x540 chipset, while it is supported on 82599. Another message seems to mention the same problem here: http://dpdk.org/ml/archives/dev/2013-November/000806.html Is there any plan to support FDIR to the

[dpdk-dev] Any sample on VMDq?

2014-01-03 Thread Fulvio Risso
Dear all, I would like to use VMDq to select traffic based on "arbitrary" parameters (such as IP addresses) and send it directly to a specific virtual machine. However, this apparently doesn't work or (more likely) I'm making some mistake in the code. Is there anybody that succeeded in doing