[dpdk-dev] [PATCH] lib/eventdev: fix null pointer dereferences coverity issue

2019-09-20 Thread Chaitanya Babu Talluri
One issue caught by Coverity 340075 *deref_ptr: Directly dereferencing pointer qp_info. In eca_enq_to_cryptodev() qp_info dereferenced without null check in both session and sessionless crypto ops. The fix is to access qp_info after null check. Coverity issue: 340075 Fixes: 7901eac340 ("eventdev

Re: [dpdk-dev] [PATCH v2 01/10] build: add an option to enable LTO build

2019-09-20 Thread Ray Kinsella
On 19/09/2019 16:16, Bruce Richardson wrote: > On Thu, Sep 19, 2019 at 02:28:04PM +0100, Ray Kinsella wrote: >> >> >> On 19/09/2019 13:35, Andrzej Ostruszka wrote: >>> On 9/18/19 3:32 PM, Ray Kinsella wrote: >> ...> >>> Compilation time is much longer. In a normal hack|fix/compile/repeat >>> cy

[dpdk-dev] [PATCH v5 1/6] examples/ioat: create sample app on ioat driver usage

2019-09-20 Thread Marcin Baran
From: Pawel Modrak A new sample app demonstrating use of driver for CBDMA. The app receives packets, performs software or hardware copy, changes packets' MAC addresses (if enabled) and forwards them. The change covers ports initialization, closing connection and argument parsing. Signed-off-by:

[dpdk-dev] [PATCH v5 2/6] examples/ioat: add software copy support

2019-09-20 Thread Marcin Baran
Added support for copying packets using software copy mode and MAC address changing. The copies are processed using one lcore. Signed-off-by: Marcin Baran Signed-off-by: Pawel Modrak --- examples/ioat/ioatfwd.c | 211 +++- 1 file changed, 188 insertions(+), 2

[dpdk-dev] [PATCH v5 0/6] examples/ioat: sample app on ioat driver usage

2019-09-20 Thread Marcin Baran
A new sample app demonstrating use of driver for CBDMA. The app receives packets, performs software or hardware copy, changes packets' MAC addresses (if enabled) and forwards them. The patch includes sample application as well as it's guide. v5: - change dependency name from 'pmd_ioat' to 'rawdev

[dpdk-dev] [PATCH v5 4/6] examples/ioat: add two threads configuration

2019-09-20 Thread Marcin Baran
From: Pawel Modrak Added possibility to use two lcores: first for packet receiving and copying, second for packets sending. Signed-off-by: Pawel Modrak Signed-off-by: Marcin Baran --- examples/ioat/ioatfwd.c | 92 ++--- 1 file changed, 67 insertions(+), 25

[dpdk-dev] [PATCH v5 3/6] examples/ioat: add rawdev copy mode support

2019-09-20 Thread Marcin Baran
Added support for copying packets using rawdev device. Each port's Rx queue is assigned DMA channel for copy. Signed-off-by: Marcin Baran Signed-off-by: Pawel Modrak --- examples/ioat/ioatfwd.c | 236 1 file changed, 189 insertions(+), 47 deletions(-) d

[dpdk-dev] [PATCH v5 6/6] doc/guides/: provide IOAT sample app guide

2019-09-20 Thread Marcin Baran
Added guide for IOAT sample app usage and code description. Signed-off-by: Marcin Baran --- doc/guides/sample_app_ug/index.rst | 1 + doc/guides/sample_app_ug/intro.rst | 4 + doc/guides/sample_app_ug/ioat.rst | 764 + 3 files changed, 769 insertions(+) create m

[dpdk-dev] [PATCH v5 5/6] examples/ioat: add stats printing for each port

2019-09-20 Thread Marcin Baran
Added printing stats of ports each second. The stats printing is done using master core. The information provided informs about packets received, dropped and send as well as statistics of rawdev devices. Signed-off-by: Marcin Baran Signed-off-by: Pawel Modrak --- examples/ioat/ioatfwd.c | 245 +

Re: [dpdk-dev] [PATCH v4 11/11] crypto/nitrox: add SHA224 and SHA256 HMAC algorithms

2019-09-20 Thread Akhil Goyal
Hi Nagadheeraj, > > Add SHA224 and SHA256 HMAC algorithms and it's corresponding tests. > > Signed-off-by: Nagadheeraj Rottela > --- Since your PMD is not merged, you should split this patch and squash it to relevant patches in this patchset.

Re: [dpdk-dev] [PATCH v4 01/11] crypto/nitrox: add Nitrox build and doc skeleton

2019-09-20 Thread Akhil Goyal
> > Add bare minimum Nitrox PMD library and doc build infrastructure and > claim responsibility by updating the maintainers file. > > Signed-off-by: Nagadheeraj Rottela > --- > diff --git a/drivers/crypto/nitrox/nitrox_device.c > b/drivers/crypto/nitrox/nitrox_device.c > new file mode 100644

Re: [dpdk-dev] [PATCH v4 01/11] crypto/nitrox: add Nitrox build and doc skeleton

2019-09-20 Thread Akhil Goyal
> -Original Message- > From: Akhil Goyal > Sent: Friday, September 20, 2019 2:26 PM > To: 'Nagadheeraj Rottela' ; > pablo.de.lara.gua...@intel.com; mattias.ronnb...@ericsson.com > Cc: dev@dpdk.org; Srikanth Jampala > Subject: RE: [PATCH v4 01/11] crypto/nitrox: add Nitrox build and doc

Re: [dpdk-dev] [PATCH v4 02/11] crypto/nitrox: add PCI probe and remove routines

2019-09-20 Thread Akhil Goyal
> > + > +static struct rte_pci_id pci_id_nitrox_map[] = { > + { > + /* Nitrox 5 VF */ > + RTE_PCI_DEVICE(0x177d, 0x13) I think these numbers should be macros. > + }, > + {.device_id = 0}, > +}; > +

Re: [dpdk-dev] PoC for Backporting

2019-09-20 Thread Yu, PingX
All, We finish the basic and performance test using this backported version on CVL 100 B0. The test result is the same as 19.08’s. SW configuration: DPDK version:18.11.2 Firmware version: 0.50 0x80001658 1.2186.0 Driver version: 0.11.2_rc9 PKG: ice-1.2.5.0.secure.pkg Basic test lists: uni_pkt: f

Re: [dpdk-dev] [PATCH v4 03/11] crypto/nitrox: create Nitrox symmetric cryptodev

2019-09-20 Thread Akhil Goyal
Hi Nagadheeraj, > > Add Nitrox symmetric cryptodev with no operations. Cryptodev > operations will be added in the next set of patches. Also, registered > nitrox log type. > > Signed-off-by: Nagadheeraj Rottela > --- > drivers/crypto/nitrox/Makefile| 2 + > drivers/crypto/nitrox/meson.

Re: [dpdk-dev] [PATCH v4 04/11] crypto/nitrox: add basic symmetric cryptodev operations

2019-09-20 Thread Akhil Goyal
Hi Nagadheeraj, > Add the following cryptodev operations, > - dev_configure > - dev_start > - dev_stop > - dev_close > - dev_infos_get > > Signed-off-by: Nagadheeraj Rottela > --- > doc/guides/cryptodevs/features/nitrox.ini | 38 > doc/guides/cryptodevs/nitrox.rst

Re: [dpdk-dev] [PATCH 2/4] compress/qat: add stateful decompression

2019-09-20 Thread Trahe, Fiona
> -Original Message- > From: Dybkowski, AdamX > Sent: Monday, August 26, 2019 8:45 AM > To: dev@dpdk.org; Trahe, Fiona ; akhil.go...@nxp.com; > Trybula, ArturX > > Cc: Dybkowski, AdamX > Subject: [PATCH 2/4] compress/qat: add stateful decompression > > This patch adds the stateful de

Re: [dpdk-dev] [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequeue operations

2019-09-20 Thread Akhil Goyal
> > Add burst enqueue and dequeue operations along with interface for > symmetric request manager. > > Signed-off-by: Nagadheeraj Rottela > --- I do not see any support of scatter gather in this patchset, but your feature list has that. Was it added by mistake or I have missed something? Co

Re: [dpdk-dev] [PATCH v4 11/11] crypto/nitrox: add SHA224 and SHA256 HMAC algorithms

2019-09-20 Thread Akhil Goyal
> > Hi Nagadheeraj, > > > > Add SHA224 and SHA256 HMAC algorithms and it's corresponding tests. > > > > Signed-off-by: Nagadheeraj Rottela > > --- > Since your PMD is not merged, you should split this patch and squash it to > relevant patches in this patchset. One more thing, I saw some extra

Re: [dpdk-dev] [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequeue operations

2019-09-20 Thread Nagadheeraj Rottela
Hi Akhil, > > > > > Add burst enqueue and dequeue operations along with interface for > > symmetric request manager. > > > > Signed-off-by: Nagadheeraj Rottela > > --- > > I do not see any support of scatter gather in this patchset, but your feature > list has that. > Was it added by mistake or

Re: [dpdk-dev] [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequeue operations

2019-09-20 Thread Akhil Goyal
> > Hi Akhil, > > > > > > > > > Add burst enqueue and dequeue operations along with interface for > > > symmetric request manager. > > > > > > Signed-off-by: Nagadheeraj Rottela > > > --- > > > > I do not see any support of scatter gather in this patchset, but your > > feature > > list has th

Re: [dpdk-dev] [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequeue operations

2019-09-20 Thread Nagadheeraj Rottela
> > > > > Hi Akhil, > > > > > > > > > > > > > Add burst enqueue and dequeue operations along with interface for > > > > symmetric request manager. > > > > > > > > Signed-off-by: Nagadheeraj Rottela > > > > --- > > > > > > I do not see any support of scatter gather in this patchset, but > > > your

Re: [dpdk-dev] [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequeue operations

2019-09-20 Thread Akhil Goyal
> -Original Message- > From: Nagadheeraj Rottela > Sent: Friday, September 20, 2019 4:54 PM > To: Akhil Goyal ; pablo.de.lara.gua...@intel.com; > mattias.ronnb...@ericsson.com > Cc: dev@dpdk.org; Srikanth Jampala > Subject: RE: [PATCH v4 08/11] crypto/nitrox: add burst enqueue and dequ

[dpdk-dev] [PATCH v2 0/3] compress/qat: add stateful decompression

2019-09-20 Thread Adam Dybkowski
This patchet adds the stateful decompression feature to the QAT PMD, together with the documentation updates and two new unit tests. Adam Dybkowski (3): common/qat: add QAT RAM bank definitions compress/qat: add stateful decompression test/compress: add stateful decompression tests app/tes

[dpdk-dev] [PATCH v2 1/3] common/qat: add QAT RAM bank definitions

2019-09-20 Thread Adam Dybkowski
This patch adds QAT RAM bank definitions and related macros. Signed-off-by: Adam Dybkowski --- drivers/common/qat/qat_adf/icp_qat_fw_comp.h | 73 1 file changed, 73 insertions(+) diff --git a/drivers/common/qat/qat_adf/icp_qat_fw_comp.h b/drivers/common/qat/qat_adf/icp_qat

[dpdk-dev] [PATCH v2 3/3] test/compress: add stateful decompression tests

2019-09-20 Thread Adam Dybkowski
This patch adds two new tests that cover the stateful decompression feature. Signed-off-by: Adam Dybkowski --- app/test/test_compressdev.c | 449 +++- 1 file changed, 394 insertions(+), 55 deletions(-) diff --git a/app/test/test_compressdev.c b/app/test/test_comp

[dpdk-dev] [PATCH v2 2/3] compress/qat: add stateful decompression

2019-09-20 Thread Adam Dybkowski
This patch adds the stateful decompression feature to the DPDK QAT PMD. Signed-off-by: Adam Dybkowski --- doc/guides/compressdevs/features/default.ini | 37 +-- doc/guides/compressdevs/features/qat.ini | 21 +- doc/guides/compressdevs/qat_comp.rst | 5 + doc/guides/rel_notes/rele

[dpdk-dev] [PATCH v2 09/22] net/hns3: add support for link_update operation

2019-09-20 Thread Wei Hu (Xavier)
This patch adds link_update operation to hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Add Link status feature into hns3.ini file according to Ferruh Y

[dpdk-dev] [PATCH v2 01/22] net/hns3: add hns3 build and doc infrastructure

2019-09-20 Thread Wei Hu (Xavier)
This patch adds build and doc infrastructure for hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Min Hu (Connor) Signed-off-by: Chunsong Feng Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: 1. Address Jerin Jacob Kollanukkaran's comments as follows:

[dpdk-dev] [PATCH v2 08/22] net/hns3: add support for some misc operations

2019-09-20 Thread Wei Hu (Xavier)
This patch adds the following operations defined in struct eth_dev_ops: mtu_set, infos_get and fw_version_get for hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2:

[dpdk-dev] [PATCH v2 12/22] net/hns3: add support for flow control of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for MAC PAUSE flow control and priority flow control(PFC). MAC PAUSE flow control features: All user priorities(up) are mapped to tc0. It supports settings of flow mode and pause time. DCB features: Up can be mapped to other tc driver permits according to business requirem

[dpdk-dev] [PATCH v2 03/22] net/hns3: add some definitions for data structure and macro

2019-09-20 Thread Wei Hu (Xavier)
This patch adds some data structure definitions, macro definitions and inline functions for hns3 PMD drivers. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Address Gavin Hu's c

[dpdk-dev] [PATCH v2 02/22] net/hns3: add hardware registers definition

2019-09-20 Thread Wei Hu (Xavier)
This patch adds hardware definition header file for hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- drivers/net/hns3/hns3_regs.h | 98

[dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-20 Thread Wei Hu (Xavier)
The Hisilicon Network Subsystem is a long term evolution IP which is supposed to be used in Hisilicon ICT SoCs such as Kunpeng 920. This series add DPDK rte_ethdev poll mode driver for Hisilicon Network Subsystem 3(hns3) network engine. Wei Hu (Xavier) (22): net/hns3: add hns3 build and doc inf

[dpdk-dev] [PATCH v2 06/22] net/hns3: add the initialization of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds the initialization of hns3 PF PMD driver. It gets configuration from IMP such as queue information, configures queue, inits mac, inits manage table, disables gro etc. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Ch

[dpdk-dev] [PATCH v2 05/22] net/hns3: add support for cmd of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for cmd of hns3 PMD driver, driver can interact with firmware through command to complete hardware configuration. Signed-off-by: Hao Chen Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Huisong Li --- v1 -> v2:

[dpdk-dev] [PATCH v2 07/22] net/hns3: add support for MAC address related operations

2019-09-20 Thread Wei Hu (Xavier)
This patch adds the following mac address related operations defined in struct eth_dev_ops: mac_addr_add, mac_addr_remove, mac_addr_set and set_mc_addr_list. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huison

[dpdk-dev] [PATCH v2 04/22] net/hns3: register hns3 PMD driver and add the log interface definition

2019-09-20 Thread Wei Hu (Xavier)
This patch registers hns3 PMD driver and adds the definition for log interfaces. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Address Ferruh Yigit's comments as follows:

[dpdk-dev] [PATCH v2 11/22] net/hns3: add support for RSS of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for RSS of hns3 PMD driver. It included the follow functions: In file hns3_rss.c: 1) Set/query hash key, rss_hf by .rss_hash_update/.rss_hash_conf_get ops callback functions. 2) Set/query redirection table by .reta_update/.reta_query. ops callback functions. 3) Set/que

[dpdk-dev] [PATCH v2 10/22] net/hns3: add support for flow directory of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for rte_flow_ops operation and flow directory of hns3 PMD driver. Flow directory feature is only supported in hns3 PF driver. It supports the network L2\L3\L4 and tunnel packet creation, deletion, flushing, and querying hit statistics. Signed-off-by: Chunsong Feng Signed-o

[dpdk-dev] [PATCH v2 19/22] net/hns3: add abnormal interrupt process for hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds abnormal interrupt process for hns3 PMD driver, the interrupt reported by NIC hardware. Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Wei Hu (Xavier) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- drivers/net/hns3/Makefile | 1 +

[dpdk-dev] [PATCH v2 15/22] net/hns3: add support for hns3 VF PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for hns3 VF PMD driver. In current version, we only support VF device is bound to vfio_pci or igb_uio and then driven by DPDK driver when PF is driven by kernel mode hns3 ethdev driver, VF is not supported when PF is driven by DPDK driver. Signed-off-by: Wei Hu (Xavier) S

[dpdk-dev] [PATCH v2 16/22] net/hns3: add RX/TX package burst and queue related operation

2019-09-20 Thread Wei Hu (Xavier)
This patch adds queue related operation, package sending and receiving function codes. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Wang (Jushui) Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Address F

[dpdk-dev] [PATCH v2 18/22] net/hns3: add dump register ops for hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds get_reg related function codes for hns3 PMD driver. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- drivers/net/hns3/Makefile | 1 + drivers/net/hns3/hns3_ethdev.c|

[dpdk-dev] [PATCH v2 13/22] net/hns3: add support for vlan of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for vlan related operation of hns3 PMD driver. Signed-off-by: Min Hu (Connor) Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Add VLAN filter and VLAN offload feature into hns3.ini file

[dpdk-dev] [PATCH v2 20/22] net/hns3: add stats related ops for hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds stats_get, stats_reset, xstats_get, xstats_get_names xstats_reset, xstats_get_by_id and xstats_get_names_by_id related function codes. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Hao Chen Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Huisong Li -

[dpdk-dev] [PATCH v2 14/22] net/hns3: add support for mailbox of hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds support for mailbox of hns3 PMD driver, mailbox is used for communication between PF and VF driver. Signed-off-by: Min Hu (Connor) Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Hao Chen Signed-off-by: Huisong Li --- v1 -> v2: Address Ferruh

[dpdk-dev] [PATCH v2 17/22] net/hns3: add start stop configure promiscuous ops

2019-09-20 Thread Wei Hu (Xavier)
This patch adds dev_start, dev_stop, dev_configure, promiscuous_enable, promiscuous_disable, allmulticast_enable, allmulticast_disable, dev_infos_get related function codes. Signed-off-by: Wei Hu (Xavier) Signed-off-by: Chunsong Feng Signed-off-by: Min Hu (Connor) Signed-off-by: Hao Chen Signe

[dpdk-dev] [PATCH v2 22/22] net/hns3: add multiple process support for hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds multiple process support for hns3 PMD driver. Multi-process support selection queue by configuring RSS or flow director. The primary process supports various management ops, and the secondary process only supports queries ops. The primary process notifies the secondary processes to

[dpdk-dev] [PATCH v2 21/22] net/hns3: add reset related process for hns3 PMD driver

2019-09-20 Thread Wei Hu (Xavier)
This patch adds reset related process for hns3 PMD driver. The following three scenarios will trigger the reset process, and the driver settings will be restored after the reset is successful: 1. Receive a reset interrupt 2. PF receives a hardware error interrupt 3. VF is notified by PF to reset S

Re: [dpdk-dev] [RFC] app/testpmd: support multiple raw encap/decap

2019-09-20 Thread Jack Min
Hey, Anyone has any comments? -Jack On Sat, 19-08-31, 16:28, Xiaoyu Min wrote: > In some scenarios, the raw_encap/raw_decap actions could be multiple in > one single flow (e,g. hirepin flow): > > ... actions raw_decap / raw_encap / raw_decap / raw_encap / ... > > This requires the testpmd su

[dpdk-dev] [PATCH v2 0/3] net/atlantic: Atlantic PMD updates

2019-09-20 Thread Pavel Belous
From: Pavel Belous This patchset provides the various fixes for Atlantic Driver. v2 changes: - compile errors on some environments fixed Pavel Belous (3): net/atlantic: exclude MACSEC counters from xstats net/atlantic: fix reported flow control mode net/atlantic: add FW mailbox guard mute

[dpdk-dev] [PATCH v2 1/3] net/atlantic: exclude MACSEC counters from xstats

2019-09-20 Thread Pavel Belous
From: Pavel Belous Currently, driver always return full set of xstats counters, including MACSEC counters. But this driver also supports AQC100 chips, which does not have MACSEC feature. This fix adds checking for MACSEC availability (based on FW capability bits) and returns xstats without MACSEC

[dpdk-dev] [PATCH v2 3/3] net/atlantic: add FW mailbox guard mutex

2019-09-20 Thread Pavel Belous
From: Pavel Belous Driver uses the Firmware mailbox to read statistics and configure some features. This patch introduces a mutex to provide consistent access to the FW mailbox to prevent potential data corruption. Fixes: 86d36773bd42 ("net/atlantic: implement firmware operations") Signed-off-b

[dpdk-dev] [PATCH v2 2/3] net/atlantic: fix reported flow control mode

2019-09-20 Thread Pavel Belous
From: Pavel Belous Driver reports current flow control mode based on internal flow control settings. Currently this logic works incorrectly. Fixes: 921eb6b8ce31 ("net/atlantic: fix flow control by sync settings on Rx") Cc: sta...@dpdk.org Signed-off-by: Pavel Belous Signed-off-by: Igor Russkikh

Re: [dpdk-dev] [RFC] hash: introduce resizable hash list

2019-09-20 Thread Wang, Yipeng1
Hi, Bing, I am sorry for the late reply: >> >1.8.3.1 >> >> [Wang, Yipeng] >> >> Hi, Bing, >> >> Table resizing is very important and I think it is a critical feature to have >> in DPDK's hash library. Thanks a lot for putting effort on this and I hope >> we could work out a solution based on your

Re: [dpdk-dev] [PATCH v2 00/22] add hns3 ethernet PMD driver

2019-09-20 Thread Wei Hu (Xavier)
Hi, Ferruh Yigit I sent out patch V2 yesterday. And I found that the following page indicates that there is a compilation error. http://mails.dpdk.org/archives/test-report/2019-September/098385.html The relevant sections in the log: <...> *Meson Build Failed #1: OS: FC30-64 Target:build-g

Re: [dpdk-dev] [PATCH] mbuf: support dynamic fields and flags

2019-09-20 Thread Wang, Haiyue
> -Original Message- > From: Olivier Matz [mailto:olivier.m...@6wind.com] > Sent: Thursday, September 19, 2019 00:55 > To: dev@dpdk.org > Cc: Thomas Monjalon ; Wang, Haiyue > ; Stephen Hemminger > ; Andrew Rybchenko ; > Wiles, Keith > ; Jerin Jacob Kollanukkaran > Subject: [PATCH] mbuf: