[dpdk-dev] [PATCH v2] net/virtio: packed ring notification data feature support

2019-12-18 Thread Cheng Jiang
This patch supports the feature that the driver passes extra data (besides identifying the virtqueue) in its device notifications. Signed-off-by: Cheng Jiang --- v2: * Removed rte_unused attribute in *hw. * Added some comments on notify_data. drivers/net/virtio/virtio_ethdev.h | 3 ++- driver

Re: [dpdk-dev] [PATCH 2/2] devtools: add path to additional shared object files

2019-12-18 Thread David Marchand
On Wed, Dec 18, 2019 at 6:39 AM Ruifeng Wang wrote: > > librte_mempool_ring.so and librte_pmd_null.so are in 'drivers' folder. > Add 'drivers' into LD_LIBRARY_PATH so that testpmd can find and make > use of these shared libraries. > > Signed-off-by: Ruifeng Wang > Reviewed-by: Gavin Hu > --- >

Re: [dpdk-dev] [PATCH v2] net/i40e: always re-program promiscuous mode on VF interface

2019-12-18 Thread Eelco Chaudron
Thanks! On 18 Dec 2019, at 3:57, Ye Xiaolong wrote: On 12/18, Zhang, Xiao wrote: -Original Message- From: Eelco Chaudron [mailto:echau...@redhat.com] Sent: Tuesday, November 19, 2019 9:45 PM To: Xing, Beilei ; Zhang, Qi Z Cc: Zhang, Xiao ; dev@dpdk.org Subject: [PATCH v2] net/i4

Re: [dpdk-dev] [PATCH v3 24/36] net/i40e/base: make i40e_set_mac_type() public

2019-12-18 Thread Kwapulinski, Piotr
ACK -Original Message- From: Ye, Xiaolong Sent: Monday, December 16, 2019 3:43 AM To: Xing, Beilei ; Zhang, Qi Z Cc: dev@dpdk.org; Stillwell Jr, Paul M ; Ye, Xiaolong ; Kwapulinski, Piotr Subject: [PATCH v3 24/36] net/i40e/base: make i40e_set_mac_type() public Make i40e_set_mac_type

Re: [dpdk-dev] [PATCH v3 33/36] net/i40e/base: introduce firmware EMP reset register offsets

2019-12-18 Thread Kwapulinski, Piotr
ACK -Original Message- From: Ye, Xiaolong Sent: Monday, December 16, 2019 3:44 AM To: Xing, Beilei ; Zhang, Qi Z Cc: dev@dpdk.org; Stillwell Jr, Paul M ; Ye, Xiaolong ; Kwapulinski, Piotr Subject: [PATCH v3 33/36] net/i40e/base: introduce firmware EMP reset register offsets Introdu

Re: [dpdk-dev] [PATCH v2] net/virtio: packed ring notification data feature support

2019-12-18 Thread Gavin Hu
Hi Jiang, > -Original Message- > From: dev On Behalf Of Cheng Jiang > Sent: Wednesday, December 18, 2019 4:17 PM > To: maxime.coque...@redhat.com; tiwei@intel.com; > zhihong.w...@intel.com; yong@intel.com > Cc: dev@dpdk.org; Cheng Jiang > Subject: [dpdk-dev] [PATCH v2] net/virtio

[dpdk-dev] [PATCH 1/2] net/mlx5: fix setting of Rx hash fields

2019-12-18 Thread Dekel Peled
Rx hash fields were copied from input parameter into TIR attributes directly, with no translation. As result the copied value was wrong. This patch adds translation of value from input bitmap to the appropriate format. Fixes: dc9ceff73c99 ("net/mlx5: create advanced RxQ via DevX") Cc: sta...@dpdk

[dpdk-dev] [PATCH 2/2] net/mlx5: support RSS on SRC or DST fields only

2019-12-18 Thread Dekel Peled
This patch implements the feature described in RFC [1], adding support of RSS action on L3 and/or L4 source or destination only. [1] http://mails.dpdk.org/archives/dev/2019-December/152796.html Signed-off-by: Dekel Peled Acked-by: Matan Azrad --- doc/guides/nics/mlx5.rst | 2 +

[dpdk-dev] [PATCH 0/2] net/mlx5: update RSS action handling

2019-12-18 Thread Dekel Peled
This series includes 2 patches updating the RSS action handling. The first patch fixes an error in existing code. The second patch implements additional functionality. Dekel Peled (2): net/mlx5: fix setting of Rx hash fields net/mlx5: support RSS on SRC or DST fields only doc/guides/nics/mlx

Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix port can not link up in FreeBSD

2019-12-18 Thread Ananyev, Konstantin
> In FreeBSD environment, nic_uio drivers do not support interrupts, > rte_intr_callback_register() will fail to register interrupts. > We can not make link status to change from down to up by interrupt > callback. So we need to wait for the controller to acquire link > when ports start. Through

[dpdk-dev] 18.11.6 (LTS) patches review and test

2019-12-18 Thread Kevin Traynor
Hi all, Here is a list of patches targeted for LTS release 18.11.6. The planned date for the final release is 31st January. Please help with testing and validation of your use cases and report any issues/results with reply-all to this mail. For the final release the fixes and reported validation

[dpdk-dev] [PATCH v4] app/test: fix build when ring PMD is disabled

2019-12-18 Thread Reshma Pattan
Some unit tests has dependency on RING PMD, so this patch is trying to fix those and other closely related issues. 1)pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter unit tests are dependent on ring PMD, so compile those tests only when ring PMD is enabled else ignore. 2)get rid of

Re: [dpdk-dev] [PATCH 2/2] devtools: add path to additional shared object files

2019-12-18 Thread Laatz, Kevin
On 18/12/2019 08:23, David Marchand wrote: On Wed, Dec 18, 2019 at 6:39 AM Ruifeng Wang wrote: librte_mempool_ring.so and librte_pmd_null.so are in 'drivers' folder. Add 'drivers' into LD_LIBRARY_PATH so that testpmd can find and make use of these shared libraries. Signed-off-by: Ruifeng Wang

Re: [dpdk-dev] [EXT] Re: [PATCH] ethdev: allow multiple security sessions to use one rte flow

2019-12-18 Thread Medvedkin, Vladimir
Hi Anoob, On 18/12/2019 03:54, Anoob Joseph wrote: Hi Vladimir, Please see inline. Thanks, Anoob -Original Message- From: Medvedkin, Vladimir Sent: Tuesday, December 17, 2019 11:14 PM To: Anoob Joseph ; Ananyev, Konstantin ; Akhil Goyal ; Adrien Mazarguil ; Doherty, Declan ; Yigit,

[dpdk-dev] [PATCH] net/mlx5: fix item flag on GENEVE item validation

2019-12-18 Thread Dekel Peled
On validation of GENEVE item, the wrong flag is used. This patch sets the correct bit in item_flags bitmap. Fixes: e59a5dbcfd07 ("net/mlx5: add flow match on GENEVE item") Cc: sta...@dpdk.org Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5_flow_dv.c | 2 +- 1 file changed, 1 insertion(+),

Re: [dpdk-dev] [PATCH] net/mlx5: fix item flag on GENEVE item validation

2019-12-18 Thread Matan Azrad
From: Dekel Peled > On validation of GENEVE item, the wrong flag is used. > This patch sets the correct bit in item_flags bitmap. > > Fixes: e59a5dbcfd07 ("net/mlx5: add flow match on GENEVE item") > Cc: sta...@dpdk.org > > Signed-off-by: Dekel Peled Acked-by: Matan Azrad

Re: [dpdk-dev] [PATCH 2/2] devtools: add path to additional shared object files

2019-12-18 Thread David Marchand
On Wed, Dec 18, 2019 at 2:43 PM Laatz, Kevin wrote: > > On 18/12/2019 08:23, David Marchand wrote: > > On Wed, Dec 18, 2019 at 6:39 AM Ruifeng Wang wrote: > >> librte_mempool_ring.so and librte_pmd_null.so are in 'drivers' folder. > >> Add 'drivers' into LD_LIBRARY_PATH so that testpmd can find a

Re: [dpdk-dev] [PATCH 2/2] devtools: add path to additional shared object files

2019-12-18 Thread Richardson, Bruce
> -Original Message- > From: David Marchand > Sent: Wednesday, December 18, 2019 3:32 PM > To: Laatz, Kevin > Cc: Ruifeng Wang ; Richardson, Bruce > ; Aaron Conole ; Michael > Santana ; Thomas Monjalon > ; Yigit, Ferruh ; Andrew > Rybchenko ; dev ; Gavin Hu > ; Honnappa Nagarahalli ; >

[dpdk-dev] [PATCH v2 1/5] ipsec: move ipsec sad name length into .h

2019-12-18 Thread Vladimir Medvedkin
Move IPSEC_SAD_NAMESIZE into public header and rename it to RTE_IPSEC_SAD_NAMESIZE Signed-off-by: Vladimir Medvedkin --- lib/librte_ipsec/ipsec_sad.c | 20 ++-- lib/librte_ipsec/rte_ipsec_sad.h | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/lib/libr

[dpdk-dev] [PATCH v2 0/5] integrate librte_ipsec SAD into ipsec-secgw

2019-12-18 Thread Vladimir Medvedkin
This series integrates SA database (SAD) capabilities from ipsec library. The goal is to make ipsec-secgw RFC compliant regarding inbound SAD. Also patch series removes hardcoded limitation for maximum number of SA's and SP's. v2: - get rid of maximum sp limitation Vladimir Medvedkin (5): ipse

[dpdk-dev] [PATCH v2 2/5] examples/ipsec-secgw: implement inbound SAD

2019-12-18 Thread Vladimir Medvedkin
Add initial support for librte_ipsec SAD library Signed-off-by: Vladimir Medvedkin --- examples/ipsec-secgw/ipsec.h | 11 ++ examples/ipsec-secgw/sad.c | 90 examples/ipsec-secgw/sad.h | 74 3 files changed

[dpdk-dev] [PATCH v2 3/5] examples/ipsec-secgw: integrate inbound SAD

2019-12-18 Thread Vladimir Medvedkin
Integrate ipsec SAD support into secgw app: 1. Use SAD library for inbound SA lookup 2. Changes in struct sa_ctx: - sa array allocates dynamically depending on number of configured sa - All SA's are kept one by one without using SPI2IDX 3. SP's userdata now contain index of SA in sa_ctx instea

[dpdk-dev] [PATCH v2 4/5] examples/ipsec-secgw: get rid of maximum sa limitation

2019-12-18 Thread Vladimir Medvedkin
Parse config file and save SA's into linked list instead of flat array with predefined size. Signed-off-by: Vladimir Medvedkin --- examples/ipsec-secgw/sa.c | 78 +-- 1 file changed, 48 insertions(+), 30 deletions(-) diff --git a/examples/ipsec-secgw/

[dpdk-dev] [PATCH v2 5/5] examples/ipsec-secgw: get rid of maximum sp limitation

2019-12-18 Thread Vladimir Medvedkin
Parse config file and save SP rules into linked list instead of flat array with predefined size. Signed-off-by: Vladimir Medvedkin --- examples/ipsec-secgw/sp4.c | 121 ++--- examples/ipsec-secgw/sp6.c | 118 +++ 2 f

Re: [dpdk-dev] [PATCH v4] app/test: fix build when ring PMD is disabled

2019-12-18 Thread Bruce Richardson
On Wed, Dec 18, 2019 at 11:58:31AM +, Reshma Pattan wrote: > Some unit tests has dependency on RING PMD, > so this patch is trying to fix those and other > closely related issues. > > 1)pdump, latency, bitrate, ring PMD and test_event_eth_tx_adapter > unit tests are dependent on ring PMD, so c

Re: [dpdk-dev] [PATCH v4] app/test: fix build when ring PMD is disabled

2019-12-18 Thread Pattan, Reshma
> -Original Message- > From: Bruce Richardson > > > foreach arg : fast_test_names > > + if (get_option('default_library') == 'shared' and > > + arg == 'event_eth_tx_adapter_autotest') > > + foreach drv:dpdk_drivers > > + test_args += ['-d', d

Re: [dpdk-dev] [PATCH] event/octeontx2: use wfe while waiting for head

2019-12-18 Thread Honnappa Nagarahalli
> >> >> > >> >> static __rte_always_inline void > >> >> -otx2_ssogws_head_wait(struct otx2_ssogws *ws, const uint8_t > >> >wait_flag) > >> >> +otx2_ssogws_head_wait(struct otx2_ssogws *ws) > >> >> { > >> >> - while (wait_flag && !(otx2_read64(ws->tag_op) & > >> >BIT_ULL(35))) > >> >> +#if

[dpdk-dev] ipsec-secgw app error

2019-12-18 Thread Shah, Rahul R
Hi, There is a type/error (port vs portid) on line 75 in the ipsec-secgw/ipsec-secgw.c file. Line 75: #define UNPROTECTED_PORT(port) (unprotected_port_mask & (1 << portid)) Thanks, Rahul Shah Software Engineer - NASE/NPG/DPG Intel Corporation Email: rahul.r.s...@intel.com

Re: [dpdk-dev] [PATCH v1] net/ice: add new device IDs

2019-12-18 Thread Ye Xiaolong
On 12/18, Ting Xu wrote: >This patch added new device IDs for C822N. > >Signed-off-by: Ting Xu >--- > drivers/net/ice/ice_ethdev.c | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/drivers/net/ice/ice_ethdev.c b/drivers/net/ice/ice_ethdev.c >index de189daba..2cbd82c94 100644 >--- a/drivers

Re: [dpdk-dev] [PATCH 2/2] devtools: add path to additional shared object files

2019-12-18 Thread Ruifeng Wang
> -Original Message- > From: David Marchand > Sent: Wednesday, December 18, 2019 23:32 > To: Laatz, Kevin > Cc: Ruifeng Wang ; Bruce Richardson > ; Aaron Conole ; > Michael Santana ; tho...@monjalon.net; Yigit, > Ferruh ; Andrew Rybchenko > ; dev ; Gavin Hu > ; Honnappa Nagarahalli > ; n

Re: [dpdk-dev] [EXT] Re: [PATCH] ethdev: allow multiple security sessions to use one rte flow

2019-12-18 Thread Anoob Joseph
Hi Vladimir, Please see inline. Thanks, Anoob > -Original Message- > From: dev On Behalf Of Medvedkin, Vladimir > Sent: Wednesday, December 18, 2019 7:22 PM > To: Anoob Joseph ; Ananyev, Konstantin > ; Akhil Goyal ; > Adrien Mazarguil ; Doherty, Declan > ; Yigit, Ferruh ; Jerin > Jacob

[dpdk-dev] [PATCH] net/ixgbe: fix flow ctrl mode setting

2019-12-18 Thread Sun GuinanX
When the port starts, the hw register is reset first, and then the required parameters are set again. If the parameters to be used are not set after resetting the register, a read register error will occur. This patch is used to fix the problem. Fixes: af75078fece3 ("first public release") Cc: sta

Re: [dpdk-dev] [PATCH 0/2] drivers/net: set fixed flag for exact link speed

2019-12-18 Thread Xu, Ting
> -Original Message- > From: dev On Behalf Of Guinan Sun > Sent: Wednesday, December 4, 2019 12:59 AM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Xing, Beilei ; Sun, GuinanX > > Subject: [dpdk-dev] [PATCH 0/2] drivers/net: set fixed flag for exact link > speed > > Setting

[dpdk-dev] [PATCH] net/iavf: fix virtual channel return value error

2019-12-18 Thread Yahui Cao
Original virtual channel return value is overwritten by _clear_cmd(). Fixes: 22b123a36d07 ("net/avf: initialize PMD") Cc: sta...@dpdk.org Signed-off-by: Yahui Cao --- drivers/net/iavf/iavf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/iavf/iavf.h b/drivers/net/iavf/iavf.h ind

Re: [dpdk-dev] [PATCH v4] doc: introduce openwrt how-to guide

2019-12-18 Thread Zhang, Xiao
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Xiaolong Ye > Sent: Monday, December 16, 2019 11:01 AM > To: Mcnamara, John ; Kovacevic, Marko > > Cc: dev@dpdk.org; Richardson, Bruce ; Stephen > Hemminger ; Ye, Xiaolong > > Subject: [dpdk-dev] [PATCH v4] doc

Re: [dpdk-dev] [PATCH v1 2/6] raw/octeontx2_ep: add device configuration

2019-12-18 Thread Mahipal Challa
Hi Gavin, Thanks for your suggestions, please see the response inline. From: Gavin Hu (Arm Technology China) Sent: Saturday, December 14, 2019 9:34 PM To: Mahipal Challa ; dev@dpdk.org Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju Athreya ; Subrahmanyam

Re: [dpdk-dev] [PATCH v1 5/6] raw/octeontx2_ep: add dequeue operation

2019-12-18 Thread Mahipal Challa
Hi Gavin, Please see response inline. From: Gavin Hu (Arm Technology China) Sent: Saturday, December 14, 2019 9:48 PM To: Mahipal Challa ; dev@dpdk.org Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju Athreya ; Subrahmanyam Nilla ; Venkateshwarlu Nalla ; nd

Re: [dpdk-dev] [PATCH v1 4/6] raw/octeontx2_ep: add enqueue operation

2019-12-18 Thread Mahipal Challa
Hi Gavin, Please see the response inline. From: Gavin Hu (Arm Technology China) Sent: Saturday, December 14, 2019 9:54 PM To: Mahipal Challa ; dev@dpdk.org Cc: Jerin Jacob Kollanukkaran ; Narayana Prasad Raju Athreya ; Subrahmanyam Nilla ; Venkateshwarlu Nalla