[dpdk-dev] [PATCH] timer: fix incorrect pending-list manipulation

2016-07-17 Thread Hiroyuki Mikita
This commit fixes incorrect pending-list manipulation when getting list of expired timers in rte_timer_manage(). When timer_get_prev_entries() sets pending_head on prev, the pending-list is broken. The next of pending_head always becomes NULL. In this depth level, it is not need to manipulate the

[dpdk-dev] SRIOV hot unplug

2016-07-17 Thread Iremonger, Bernard
Hi Eli, The DPDK application in the VM should remove the slave device from the bond device, stop, close and detach the device in the VM before doing "virsh detach-device" from the host. Regards, Bernard. > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of E

[dpdk-dev] [PATCH v3] doc: flow bifurcation guide on Linux

2016-07-17 Thread Mcnamara, John
> -Original Message- > From: Wu, Jingjing > Sent: Thursday, July 14, 2016 9:04 AM > To: Mcnamara, John > Cc: dev at dpdk.org; Wu, Jingjing ; Liu, Yong > ; Zhang, Helin > Subject: [PATCH v3] doc: flow bifurcation guide on Linux > > Flow bifurcation is a mechanism which depends the advance

[dpdk-dev] [PATCH v2 1/2] doc: live migration of VM with vhost_user on host

2016-07-17 Thread Mcnamara, John
> -Original Message- > From: Iremonger, Bernard > Sent: Wednesday, July 13, 2016 4:36 PM > To: Mcnamara, John ; dev at dpdk.org > Cc: Liu, Yong ; Xu, Qian Q ; > yuanhan.liu at linux.intel.com; Iremonger, Bernard > > Subject: [PATCH v2 1/2] doc: live migration of VM with vhost_user on host

[dpdk-dev] [PATCH] i40e:Fix for wrong publish of card speed (was mixed between 10G and 40G)

2016-07-17 Thread Ido Barnea (ibarnea)
Signed-off-by: Ido Barnea --- drivers/net/i40e/i40e_ethdev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/i40e/i40e_ethdev.c b/drivers/net/i40e/i40e_ethdev.c index 3f9f05e..64d60ef 100644 --- a/drivers/net/i40e/i40e_ethdev.c +++ b/drivers/net/i40e/i40e_eth

[dpdk-dev] [PATCH v1] doc: update sphinx installation instructions

2016-07-17 Thread John McNamara
Update the Sphinx installation instructions in the documentation contributors guide to reflect the fact that in the 1.4+ versions of Sphinx the ReadTheDocs theme must also be installed. Previously, in version 1.3.x, it was installed by default. Also change 'yum' to 'dnf' for package installations.

[dpdk-dev] [PATCH v1] doc: fix sphinx highlighting warnings

2016-07-17 Thread John McNamara
Fix warnings raised by Python Sphinx 1.4.5: guides/sample_app_ug/ip_pipeline.rst:334: WARNING: Could not lex literal_block as "ini". Highlighting skipped. guides/sample_app_ug/l2_forward_real_virtual.rst:467: WARNING: Could not lex literal_block as "c". Highlighting skipped.

[dpdk-dev] [PATCH] examples/distributor: fix Rx thread logic for zero packets

2016-07-17 Thread Liu, Yong
Tested-by: Marvin Liu > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Reshma Pattan > Sent: Thursday, July 14, 2016 11:49 PM > To: dev at dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH] examples/distributor: fix Rx thread logic for > zero packets

[dpdk-dev] [PATCH v2] doc: autogenerate nic overview table from ini files

2016-07-17 Thread John McNamara
Convert the NIC feature table in the overview doc into a set of ini files and add functions into the Sphinx conf.py file to auto-generate them back into an RST table. The reason for doing this is to make it easier for PMD maintainers to update the feature matrix that makes up the table and to avoi

[dpdk-dev] SRIOV hot unplug

2016-07-17 Thread Eli Britstein
Hello, A DPDK application with a DPDK bond device, with 2 slaves: one vnic, and another is a SRIOV VF connected as a pathrough. The bond device is configured as ACTIVE/BACKUP, and the primary is the VF slave. Now, I do "virsh detach-device" from the host, and the DPDK process in the VM gets segm