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
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
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:
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
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
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
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
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
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 +
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.
>
> 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
> -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
>
> +
> +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},
> +};
> +
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
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.
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
> -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
>
> 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
>
> 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
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
>
> 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
>
> >
> > 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
> -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
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
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
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
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
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
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:
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:
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
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
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
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
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
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:
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
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:
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
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
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 +
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
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
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|
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
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
-
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
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
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
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
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
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
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
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
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
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
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
> -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:
58 matches
Mail list logo