Re: [dpdk-dev] [PATCH 1/2] eal/thread: fix return codes for rte_thread_setname()

2018-06-25 Thread Stojaczyk, DariuszX
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Monday, June 25, 2018 4:36 PM > To: Burakov, Anatoly > Cc: Stojaczyk, DariuszX ; dev@dpdk.org; > thomas.monja...@6wind.com; sta...@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/2] eal/thread: fix return code

[dpdk-dev] [PATCH] app/crypto-perf: compile with O3

2018-06-25 Thread Pablo de Lara
The crypto performance application was not being compiled with -O3, which means that the performance shown may not be optimal. Signed-off-by: Pablo de Lara --- app/test-crypto-perf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/app/test-crypto-perf/Makefile b/app/test-crypto-perf/M

Re: [dpdk-dev] [PATCH v3 1/6] lib/cryptodev: add asymmetric algos in cryptodev

2018-06-25 Thread De Lara Guarch, Pablo
Hi Shally, > -Original Message- > From: Verma, Shally [mailto:shally.ve...@cavium.com] > Sent: Friday, June 22, 2018 4:39 PM > To: De Lara Guarch, Pablo > Cc: Trahe, Fiona ; akhil.go...@nxp.com; > dev@dpdk.org; Athreya, Narayana Prasad > ; Sahu, Sunila > ; Gupta, Ashish > Subject: RE: [P

Re: [dpdk-dev] [PATCH v8] checkpatches.sh: Add checks for ABI symbol addition

2018-06-25 Thread Thomas Monjalon
14/06/2018 15:30, Neil Horman: > * found a way to eliminate the use of filterdiff (new awk rules) Thanks a lot for not requiring filterdiff dependency. [...] > + # Just inform the user of this occurrence, but > + # don't flag it as an error

Re: [dpdk-dev] [RFC 9/9] usertools/lib: add GRUB utility library for hugepage config

2018-06-25 Thread Kevin Wilson
Hi, Anatoly, Thanks for these patches, good work. Regarding "update-grub": IIRC, this is Ubuntu specific command (and also used in Debian/Debian based flavors). In Fedora (RedHat based) recent distros, you use grub2-mkconfig instead (and there is no "update-grub", IIRC). If this is true, I would c

Re: [dpdk-dev] [PATCH 0/8] Remove IPC threads

2018-06-25 Thread Zhang, Qi Z
Hi Anatoly and Thomas: Sorry for raise this late, but seems merge mp thread into interrupt thread gives problem to enable hotplug on secondary [1]. The issue is, when secondary want to attach a share device, it send request to primary Then primary is running in mp callback (mp thread) to attach

Re: [dpdk-dev] [RFC] net/ixgbe: fix Tx descriptor status api

2018-06-25 Thread Zhao1, Wei
Hi, Olivier Matz Will you commit fix patch for i40e and ixgbe and em? And the code " dd = (desc / txq->tx_rs_thresh + 1) * txq->tx_rs_thresh - 1;" Is only proper for tx function ixgbe_xmit_pkts_simple and ixgbe_xmit_pkts_vec (). But not proper for ixgbe_xmit_pkts (), the RS bit set rule is dif

[dpdk-dev] [PATCH v2] net/ixgbe: fix Tx check descriptor status APIs error

2018-06-25 Thread Wei Zhao
This is an issue involve RS bit set rule in ixgbe. Let us take function ixgbe_xmit_pkts_vec () as an example, in this function RS bit will be set for descriptor with index txq->tx_next_rs, and also descriptor free function ixgbe_tx_free_bufs() also check RS bit for descriptor with index txq->tx_nex

[dpdk-dev] [PATCH v2] crypto/virtio: fix iv physical address

2018-06-25 Thread Fan Zhang
The physical address of IV required by Virtio was computed using crypto operations' physical address plus the offset. However not all crypto ops will have physical address field initialized and compute it runtimely is costly. This patch fixes this problem by adding iv field in virtio_crypto_op_cook

Re: [dpdk-dev] [PATCH 5/6] cryptodev: remove old get session size functions

2018-06-25 Thread Verma, Shally
>-Original Message- >From: De Lara Guarch, Pablo [mailto:pablo.de.lara.gua...@intel.com] >Sent: 25 June 2018 22:10 >To: Verma, Shally ; Akhil Goyal >; Doherty, Declan ; >ravi1.ku...@amd.com; Jacob, Jerin ; >Zhang, Roy Fan ; Trahe, >Fiona ; t...@semihalf.com; jianjay.z...@huawei.com >Cc:

<    1   2