[dpdk-dev] [PATCH v3 4/4] bonding: remove memcpy from burst functions

2016-09-11 Thread Yuanhan Liu
On Sun, Jun 12, 2016 at 06:11:29PM +0100, Bernard Iremonger wrote: > Now that the queue spinlocks have been added to the rx and > tx burst functions the memcpy of the slave data is no > longer necessary, so it has been removed. > > Signed-off-by: Bernard Iremonger > Acked-by: Konstantin Ananyev

[dpdk-dev] [PATCH v2] examples/exception_path: fix shift operation in lcore setup

2016-09-11 Thread Yuanhan Liu
On Tue, Aug 09, 2016 at 02:37:15PM +0200, Daniel Mrzyglod wrote: > The operaton may have an undefined behavior or yield to an unexpected result. > A bit shift operation has a shift amount which is too large or has a negative > value. > > As was mentioned in mailing list core list was limited to 6

[dpdk-dev] [RFC PATCH v2 5/5] app/test_pmd: add tests for new API's

2016-09-11 Thread Yuanhan Liu
On Fri, Aug 26, 2016 at 10:10:20AM +0100, Bernard Iremonger wrote: > add test for vf vlan anti spoof > add test for vf mac anti spoof > add test for vf ping > add test for vf vlan strip > add test for vf vlan insert > add test for tx loopback > add test for all queues drop enable bit > add test for

[dpdk-dev] [PATCH] net/bnxt: make driver less verbose

2016-09-11 Thread Yuanhan Liu
On Thu, Aug 25, 2016 at 12:05:47PM +0100, Ferruh Yigit wrote: > This line printed for every application even if driver is not used at > all. Removing the line to reduce the noise. > > Signed-off-by: Ferruh Yigit > --- > drivers/net/bnxt/bnxt_ethdev.c | 1 - > 1 file changed, 1 deletion(-) > > d

[dpdk-dev] [PATCH 1/2] librte_ether: ensure not overwrite device data in mp app

2016-09-11 Thread Yuanhan Liu
On Fri, Sep 02, 2016 at 10:58:29AM +0200, Marcin Kerlin wrote: > Added prevention not overwrite device data in array rte_eth_dev_data[]. > Secondary process appends in the first free place rather than at the > beginning. This behavior prevents overwriting devices of primary process > by secondary p

[dpdk-dev] [RFC][PATCH V2 1/3] examples/vhost: Add vswitch (generic switch) framework

2016-09-11 Thread Yuanhan Liu
On Mon, Sep 05, 2016 at 04:24:29PM +0530, Pankaj Chauhan wrote: > Introduce support for a generic framework for handling of switching between > physical and vhost devices. The vswitch framework introduces the following > concept: > > 1. vswitch_dev: Vswitch device is a logical switch which can hav

[dpdk-dev] [PATCH] vhost: add back support for concurrent enqueue

2016-09-11 Thread Yuanhan Liu
On Mon, Aug 15, 2016 at 01:00:24PM -0700, Rich Lane wrote: > Concurrent enqueue is an important performance optimization when the number > of cores used for switching is different than the number of vhost queues. > I've observed a 20% performance improvement compared to a strategy that > binds queu

[dpdk-dev] [PATCH 1/5] eal: make enum rte_kernel_driver non-PCI specific

2016-09-11 Thread Yuanhan Liu
On Thu, Sep 01, 2016 at 10:11:51AM +0530, Shreyansh Jain wrote: > From: Jan Viktorin > > From: Jan Viktorin > > Signed-off-by: Jan Viktorin > Signed-off-by: Shreyansh Jain Hi, FYI, my testrobot caught some errors when this patch is applied. --yliu --- i686-native-linuxapp-gcc: con

[dpdk-dev] [PATCH 1/2] examples/tep_term: fix offload on VXLAN failure

2016-09-11 Thread Yuanhan Liu
On Thu, Aug 04, 2016 at 07:58:48AM +, Jianfeng Tan wrote: > Based on previous fix of offload on VXLAN using i40e, applications > need to set proper tunneling type on ol_flags so that i40e driver > can pass it to NIC. > > Fixes: a50245ede72a ("examples/tep_term: initialize VXLAN sample") > > S

[dpdk-dev] [PATCH v9 17/25] drivers: convert PMD_VDEV drivers to use rte_vdev_driver

2016-09-11 Thread Yuanhan Liu
On Wed, Sep 07, 2016 at 07:38:09PM +0530, Shreyansh Jain wrote: > All PMD_VDEV drivers can now use rte_vdev_driver instead of the > rte_driver (which is embedded in the rte_vdev_driver). > > Signed-off-by: Jan Viktorin > Signed-off-by: Shreyansh Jain Hi, FYI, my testrobot caught some errors wh

[dpdk-dev] [PATCH] kni: unregister an unregisterd net_device could cause a kernel crash

2016-09-11 Thread zhouyangchao
Signed-off-by: zhouyangchao --- lib/librte_eal/linuxapp/kni/kni_misc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/librte_eal/linuxapp/kni/kni_misc.c b/lib/librte_eal/linuxapp/kni/kni_misc.c index 67e9b7d..5c58a83 100644 --- a/lib/librte_eal/linuxapp/kni/kni_misc.c +++ b/lib/librte