Re: [dpdk-dev] [dpdk-stable] [PATCH] eventdev: fix eth port in eth Rx adapter internal function

2018-06-03 Thread Rao, Nikhil
On 5/25/2018 2:25 AM, Thomas Monjalon wrote: 23/05/2018 07:51, Jerin Jacob: -Original Message- Date: Wed, 23 May 2018 02:36:42 +0530 From: Nikhil Rao To: jerin.ja...@caviumnetworks.com CC: dev@dpdk.org, Nikhil Rao , sta...@dpdk.org Subject: [PATCH] eventdev: fix eth port in eth Rx adap

Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-03 Thread Shahaf Shuler
Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: > Subject: [PATCH] ethdev: force RSS offload rules again > > PMDs should provide supported RSS hash functions via > dev_info.flow_type_rss_offloads variable. > > There is a check in ethdev if requested RSS hash function is supported by > PMD or not. >

[dpdk-dev] [PATCH] eventdev: fix missing update to Rx adaper WRR position

2018-06-03 Thread Nikhil Rao
After dequeuing Rx packets and enqueueing them to the temporary buffer towards eventdev, the packet Rx loop exits if the temporary buffer is full but the current WRR position is not saved. Save away the current value of the WRR position, so packets are dequeued from the correct Rx queue in the nex

[dpdk-dev] [PATCH] eventdev: add event buffer flush in Rx adapter

2018-06-03 Thread Nikhil Rao
Add an event buffer flush when the current invocation of the Rx adapter is completed. This patch provides lower latency in case there is a BATCH_SIZE of events in the event buffer. Suggested-by: Narender Vangati Signed-off-by: Nikhil Rao Cc: sta...@dpdk.org --- lib/librte_eventdev/rte_event_et

[dpdk-dev] [PATCH] eventdev: fix internal event port logic in Rx event adapter

2018-06-03 Thread Nikhil Rao
Set the internal_event_port flag when the ethdev-eventdev packet transfer is implemented in hardware and add a check for the flag to ignore the connection when setting up the WRR polling sequence. Fixes: 9c38b704d280 ("eventdev: add eth Rx adapter implementation") Signed-off-by: Nikhil Rao CC: st

Re: [dpdk-dev] [PATCH] ethdev: force RSS offload rules again

2018-06-03 Thread Ferruh Yigit
On 6/3/2018 11:41 AM, Shahaf Shuler wrote: > Thursday, May 31, 2018 4:23 PM, Ferruh Yigit: >> Subject: [PATCH] ethdev: force RSS offload rules again >> >> PMDs should provide supported RSS hash functions via >> dev_info.flow_type_rss_offloads variable. >> >> There is a check in ethdev if requested

[dpdk-dev] [RFC] net/mlx5: add support 32bit build

2018-06-03 Thread Moti Haimovsky
This RFC and patch aim to add support for building mlx5 PMD on 32bit archs such as i686. The attached patch was not tested on 32bit environments and is given here for explanatory purposes. Prerequisites: * RDMA-core with 32bit support libraries. * compile and build tools for 32bit systems accordin

Re: [dpdk-dev] [RFC] hot plug failure handle mechanism

2018-06-03 Thread Guo, Jia
hi,bruce On 5/29/2018 7:20 PM, Bruce Richardson wrote: On Thu, May 24, 2018 at 07:55:43AM +0100, Guo, Jia wrote: The hot plug failure handle mechanism should be come across as bellow: 1. Add a new bus ops “handle_hot-unplug”in bus to handle bus read/write error, it is bus-sp

[dpdk-dev] [PATCH] bus/dpaa: fix compilation issue with meson build

2018-06-03 Thread Jerin Jacob
ccache gcc -Idrivers/drivers@@tmp_rte_pmd_dpaa_sec@sta -Idrivers In file included from ../drivers/bus/dpaa/include/fsl_usd.h:11, from ../drivers/crypto/dpaa_sec/dpaa_sec.c:27: ../drivers/bus/dpaa/include/compat.h:53: error: "__packed" redefined [-Werror] #define __packed __rte_pa

Re: [dpdk-dev] [dpdk-stable] [PATCH] eventdev: fix eth port in eth Rx adapter internal function

2018-06-03 Thread Jerin Jacob
-Original Message- > Date: Sun, 3 Jun 2018 12:53:39 +0530 > From: "Rao, Nikhil" > To: Thomas Monjalon , Jerin Jacob > > CC: sta...@dpdk.org, dev@dpdk.org, nikhil@intel.com > Subject: Re: [dpdk-stable] [PATCH] eventdev: fix eth port in eth Rx adapter > internal function > User-Agent:

Re: [dpdk-dev] [PATCH] doc/event: improve eventdev library documentation

2018-06-03 Thread Jerin Jacob
-Original Message- > Date: Thu, 31 May 2018 15:23:42 -0500 > From: Honnappa Nagarahalli > To: jerin.ja...@caviumnetworks.com > CC: dev@dpdk.org, Honnappa Nagarahalli > Subject: [PATCH] doc/event: improve eventdev library documentation > X-Mailer: git-send-email 2.7.4 > > Add small amount

Re: [dpdk-dev] [RFC] eventdev: event tx adapter APIs

2018-06-03 Thread Jerin Jacob
-Original Message- > Date: Fri, 1 Jun 2018 23:47:00 +0530 > From: "Rao, Nikhil" > To: Jerin Jacob > CC: hemant.agra...@nxp.com, dev@dpdk.org, narender.vang...@intel.com, > abhinandan.guj...@intel.com, gage.e...@intel.com, nikhil@intel.com > Subject: Re: [RFC] eventdev: event tx adapt

Re: [dpdk-dev] Regression tests for stable releases from companies involved in DPDK

2018-06-03 Thread Shreyansh Jain
Hello Luca > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Luca Boccassi > Sent: Thursday, May 31, 2018 3:57 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; tho...@monjalon.net > Subject: [dpdk-dev] Regression tests for stable releases from companies > involved in

[dpdk-dev] [PATCH v3] memory: fix segfault on rte_mem_virt2memseg() call with invalid addr

2018-06-03 Thread Dariusz Stojaczyk
When trying to use it with an address that's not managed by DPDK it would segfault due to a missing check. The doc says this function returns either a pointer or NULL, so let it do so. Fixes: 66cc45e293ed ("mem: replace memseg with memseg lists") Cc: anatoly.bura...@intel.com Cc: sta...@dpdk.org

Re: [dpdk-dev] [PATCH v5 2/2] doc: add a guide doc for cross compiling from x86

2018-06-03 Thread Gavin Hu
See my inline comments: > -Original Message- > From: Jerin Jacob > Sent: Thursday, May 31, 2018 3:36 AM > To: Gavin Hu > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v5 2/2] doc: add a guide doc for cross > compiling from x86 > > -Original Message- > > Date: Tue, 29 May 2018