[dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread wangyunjian
From: Yunjian Wang Now sending 0 packet it doesn't consider for LACPDUs, but the LACPDUs should be checked and sended. Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Cc: sta...@dpdk.org Reported-by: Hui Zhao Signed-off-by: Yunjian Wang --- drivers/net/bonding/rte_eth_bond_p

[dpdk-dev] [PATCH] compress/isal: add ISA-L lib version display

2019-02-11 Thread Tomasz Cel
Display information about ISA-L lib version in UTs. Signed-off-by: Tomasz Cel --- drivers/compress/isal/isal_compress_pmd.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/compress/isal/isal_compress_pmd.c b/drivers/compress/isal/isal_compress_pmd.c index 4748238..8879a42 10

Re: [dpdk-dev] [PATCH] compress/isal: add ISA-L lib version display

2019-02-11 Thread Daly, Lee
Hi Tomasz, Looks good to me. > -Original Message- > From: Cel, TomaszX > Sent: Monday, February 11, 2019 9:19 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Trahe, Fiona ; Daly, Lee > ; De Lara Guarch, Pablo > ; Jozwiak, TomaszX > ; Cel, TomaszX > Subject: [PATCH] compress/isal: add

Re: [dpdk-dev] [EXT] [PATCH v1] hash: optimize signature compare by using neon intrinsic

2019-02-11 Thread Ruifeng Wang (Arm Technology China)
Hi Jerin, > -Original Message- > From: Jerin Jacob Kollanukkaran > Sent: Monday, February 11, 2019 15:49 > To: Ruifeng Wang (Arm Technology China) ; > yipeng1.w...@intel.com > Cc: Honnappa Nagarahalli ; nd > ; dev@dpdk.org > Subject: Re: [EXT] [PATCH v1] hash: optimize signature compare b

Re: [dpdk-dev] [PATCH] doc/qat: fix table of kernel drivers

2019-02-11 Thread Jozwiak, TomaszX
> -Original Message- > From: Trahe, Fiona > Sent: Thursday, February 7, 2019 7:46 PM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Jozwiak, TomaszX > ; Kusztal, ArkadiuszX > ; akhil.go...@nxp.com; sta...@dpdk.org > Subject: [PATCH] doc/qat: fix table of kernel drivers > > Added missing line i

Re: [dpdk-dev] [PATCH] app/testbbdev: fix sprintf with snprintf

2019-02-11 Thread Mokhtar, Amr
> -Original Message- > From: Poornima, PallantlaX > Sent: Monday 4 February 2019 07:16 > To: dev@dpdk.org > Cc: Pattan, Reshma ; Mokhtar, Amr > ; Poornima, PallantlaX > ; sta...@dpdk.org > Subject: [PATCH] app/testbbdev: fix sprintf with snprintf > > sprintf function is not secure as it

Re: [dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread Chas Williams
How strange. I was just looking at this issue this weekend. I think we can just move the control packet handling before the data packet handling. That avoids the goto and is a little more sensible -- we should try to prioritize control traffic (even if we can't guarantee there will be space it's b

[dpdk-dev] [PATCH] net/bonding: fix transmit in 802.3ad mode

2019-02-11 Thread Chas Williams
We can transmit if there is at least one distributing slave. Fixes: 09150784a776 ("net/bonding: burst mode hash calculation") Cc: sta...@dpdk.org Signed-off-by: Chas Williams --- drivers/net/bonding/rte_eth_bond_pmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/n

[dpdk-dev] [Bug 205] make test fails with DPDK 19.02 (KeyError: 'Command')

2019-02-11 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=205 Bug ID: 205 Summary: make test fails with DPDK 19.02 (KeyError: 'Command') Product: DPDK Version: 19.02 Hardware: x86 OS: Linux Status: CONFIRMED Severity: normal

[dpdk-dev] [PATCH] test: fix broken "make test"

2019-02-11 Thread Rami Rosen
This patch fixes a broken build; when running make test we get the following error: ... Traceback (most recent call last): File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in num_fails = runner.run_all_tests() File "/work/src/dpdk-19.02/test/test/autotest_runner.py", line 345, i

[dpdk-dev] [PATCH ] mbuf: fix a typo

2019-02-11 Thread Rami Rosen
This trivial patch fixes a typo in rte_mbuf.h. Fixes: f20b50b946da ("mbuf: optimize refcnt update") Cc: sta...@dpdk.org Signed-off-by: Rami Rosen --- lib/librte_mbuf/rte_mbuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/librte_mbuf/rte_mbuf.h b/lib/librte_mbuf/rte_m

Re: [dpdk-dev] [PATCH] net/bonding: fix slave tx burst for mode 4

2019-02-11 Thread wangyunjian
I agree with you. Can you fix it? Thanks Yunjian > -Original Message- > From: Chas Williams [mailto:3ch...@gmail.com] > Sent: Monday, February 11, 2019 11:35 PM > To: wangyunjian ; dev@dpdk.org > Cc: ch...@att.com; xudingke ; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/b

Re: [dpdk-dev] [PATCH 0/3] adding op-type crt sign and decrypt

2019-02-11 Thread Shally Verma
HI Arek, From: Kusztal, ArkadiuszX Sent: 11 February 2019 17:11 To: Ayuj Verma ; Trahe, Fiona ; Shally Verma Cc: akhil.go...@nxp.com Subject: [EXT] RE: [PATCH 0/3] adding op-type crt sign and decrypt External Email Hi Ayuj, Few comments from me.  So

Re: [dpdk-dev] [PATCH 1/2] net/ixgbe: do not start on unsupported loopback mode

2019-02-11 Thread Zhao1, Wei
Hi, Meunier Only a little change need for this patch. Acked-by: Wei Zhao > -Original Message- > From: Julien Meunier [mailto:julien.meun...@nokia.com] > Sent: Friday, February 8, 2019 1:30 AM > To: Ananyev, Konstantin ; Lu, Wenzhuo > ; Zhao1, Wei ; Zhang, Qi Z > > Cc: dev@dpdk.org

Re: [dpdk-dev] [PATCH 2/2] net/ixgbe: add support of loopback for X540/X550

2019-02-11 Thread Zhao1, Wei
HI, Meunier && qi > -Original Message- > From: Julien Meunier [mailto:julien.meun...@nokia.com] > Sent: Friday, February 8, 2019 1:30 AM > To: Ananyev, Konstantin ; Lu, Wenzhuo > ; Zhao1, Wei ; Zhang, Qi Z > > Cc: dev@dpdk.org > Subject: [PATCH 2/2] net/ixgbe: add support of loopback for

[dpdk-dev] [PATCH v2] hash: optimize signature compare by using neon intrinsic

2019-02-11 Thread Ruifeng Wang
Implemented signature compare function based on neon intrinsic. Hash bulk lookup had 3% - 6% performance gain after optimization. Signed-off-by: Ruifeng Wang Reviewed-by: Gavin Hu --- v2: * Use 'rte_vect.h' instead of 'arm_neon.h'. * Moved down variable declaration to avoid extra #ifdef. lib/l