From: Kiran Kumar K
This patch reserves 2 bits as input selection to select Inner and
outer layers for RSS computation. It is combined with existing
ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
This functionality already exists in rte_flow through level parameter in
RSS action con
From: Kiran Kumar K
Add support to choose rss hash level from ethdev rss config.
Signed-off-by: Kiran Kumar K
---
drivers/net/octeontx2/otx2_ethdev.h | 4 +++-
drivers/net/octeontx2/otx2_rss.c| 9 +++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/drivers/net/octeont
Hi, Jerin Jacob
On 2020/8/18 13:07, Jerin Jacob wrote:
On Tue, Aug 18, 2020 at 9:11 AM Ruifeng Wang wrote:
Hi,
-Original Message-
From: Wei Hu (Xavier)
Sent: Tuesday, August 18, 2020 10:44 AM
To: dev@dpdk.org
Cc: xavier.hu...@huawei.com; nd ; Honnappa Nagarahalli
; Ruifeng Wang
; je
Hi, Ruifeng Wang
On 2020/8/18 11:41, Ruifeng Wang wrote:
Hi,
-Original Message-
From: Wei Hu (Xavier)
Sent: Tuesday, August 18, 2020 10:44 AM
To: dev@dpdk.org
Cc: xavier.hu...@huawei.com; nd ; Honnappa Nagarahalli
; Ruifeng Wang
; jerinjac...@gmail.com
Subject: [PATCH v3] eal/arm64: u
From: "Wei Hu (Xavier)"
This patch adds new flags into the test_cpuflags() functions for ARM64
platform, such as RTE_CPUFLAG_SVE, etc.
Signed-off-by: Wei Hu (Xavier)
---
app/test/test_cpuflags.c | 39 +++
1 file changed, 39 insertions(+)
diff --git a/app/te
From: "Wei Hu (Xavier)"
This series updates CPU flags for arm64 platform.
Wei Hu (Xavier) (2):
eal/arm64: update CPU flags
test/cpuflag: add new flags for ARM64 platform
app/test/test_cpuflags.c | 39
lib/librte_eal/arm/include/rte_cpuflags_64.h | 1
From: "Wei Hu (Xavier)"
ARM64 Linux kernel updated the CPU flags using the HWCAP scheme.
The related marco definition can be found in linux kernel:
arch/arm64/include/uapi/asm/hwcap.h
This patch incorporates those changes to the eal library.
Signed-off-by: Chengwen Feng
Signed-off-by: Wei Hu
On 17/08/2020 11:18, Ferruh Yigit wrote:
> Remove ABI versioning for APIs:
> 'rte_meter_trtcm_rfc4115_profile_config()'
> 'rte_meter_trtcm_rfc4115_config()'
>
> The alias was introduced in
> commit 60197bda97a0 ("meter: provide experimental alias for matured API")
>
> Signed-off-by: Ferruh Yig
On Tue, Aug 18, 2020 at 12:52 PM wrote:
>
> From: Kiran Kumar K
>
> Add support to choose rss hash level from ethdev rss config.
>
> Signed-off-by: Kiran Kumar K
> ---
> drivers/net/octeontx2/otx2_ethdev.h | 4 +++-
> drivers/net/octeontx2/otx2_rss.c| 9 +++--
> 2 files changed, 10 inse
> -Original Message-
> From: Jerin Jacob
> Sent: Tuesday, August 18, 2020 3:34 PM
> To: Kiran Kumar Kokkilagadda
> Cc: Jerin Jacob Kollanukkaran ; Nithin Kumar Dabilpuram
> ; dpdk-dev ; Thomas Monjalon
> ; Ferruh Yigit ; Andrew
> Rybchenko ; Ori Kam ;
> Ziyang Xuan ; Xiaoyun Wang
> ; Gu
From: Kiran Kumar K
This patch reserves 2 bits as input selection to select Inner and
outer layers for RSS computation. It is combined with existing
ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
This functionality already exists in rte_flow through level parameter in
RSS action con
From: Kiran Kumar K
Add support to choose rss hash level from ethdev rss config.
Signed-off-by: Kiran Kumar K
---
V4 Changes:
* Replace ETH_RSS_LEVEL_OUTER | ETH_RSS_LEVEL_INNER_OUTER with
ETH_RSS_LEVEL_MASK
drivers/net/octeontx2/otx2_ethdev.h | 2 +-
drivers/net/octeontx2/otx2_rss.c| 9 +
Hey Ciara,
The doc's should include a reference to the build instructions for meson build.
Louise Kilheeney.
> -Original Message-
> From: dev On Behalf Of Ciara Power
> Sent: Friday 7 August 2020 13:30
> To: dev@dpdk.org
> Cc: Richardson, Bruce ; tho...@monjalon.net;
> Power, Ciara
>
We further debugged and we observed that while running ipsec-secgw
application in transport-mode dpdk-19.02/11, we found that inline packet
processing is not happening.
We observed that ol_flags is not setting from driver level. We are
expecting that , because of ol_flags not set , inline packet pr
hi, kiran
On 8/18/2020 6:31 PM, kirankum...@marvell.com wrote:
From: Kiran Kumar K
This patch reserves 2 bits as input selection to select Inner and
outer layers for RSS computation. It is combined with existing
ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
This functionality al
Hi Satya,
Are you attempting to enable inline protocol (IPsec) functionality? If yes,
which PMD (& h/w) are you using for the same?
Thanks,
Anoob
> -Original Message-
> From: dev On Behalf Of satyavalli rama
> Sent: Tuesday, August 18, 2020 4:08 PM
> To: dev@dpdk.org; us...@dpdk.org
>
On Fri, Aug 07, 2020 at 01:30:00PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/freebsd_gsg/intro.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/linux_gsg/build_dpdk.rst | 58 ---
> doc/guides/linux_gsg/
Hi Jeff,
> -Original Message-
> From: Jeff Guo
> Sent: Tuesday, August 18, 2020 4:22 PM
> To: Kiran Kumar Kokkilagadda ; Wenzhuo Lu
> ; Beilei Xing ; Bernard
> Iremonger ; Thomas Monjalon
> ; Ferruh Yigit ; Andrew
> Rybchenko
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ;
> or...@mella
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/bbdevs/fpga_5gnr_fec.rst | 5 +
doc/guides/bbdevs/fpga_lte_fec.rst | 5 +
doc/guides/bbdevs/turbo_sw.
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/cryptodevs/aesni_gcm.rst | 2 --
doc/guides/cryptodevs/aesni_mb.rst | 2 --
doc/guides/cryptodevs/armv8.rst
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/eventdevs/dpaa.rst | 20
doc/guides/eventdevs/dpaa2.rst | 20
On 07/08/2020 13:29, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/compressdevs/isal.rst | 4
doc/guides/compressdevs/octeontx.rst | 16
doc/guides/comp
On 07/08/2020 13:30, Ciara Power wrote:
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.
Signed-off-by: Ciara Power
---
doc/guides/rawdevs/dpaa2_cmdif.rst | 21 -
doc/guides/rawdevs/dpaa2_qdma.rst| 21 -
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/linux_gsg/build_dpdk.rst | 58 ---
> doc/guides/linux_gsg/
This series are minor fixes for testpmd application.
Chengchang Tang (3):
app/testpmd: fix missing verification of port id
app/testpmd: fix VLAN offload configuration when config fail
app/testpmd: fix packet header in txonly mode
Huisong Li (1):
app/testpmd: fix displaying Rx Tx queues in
From: Chengchang Tang
To set Tx vlan offloads, it is required to stop port firstly. But before
checking whether the port is stopped, the port id entered by the user
is not checked for validity. When the port id is illegal, it would lead
to a segmentation fault since it attempts to access a member
From: Chengchang Tang
In txonly forward mode, the packet header is fixed by the initial
setting, including the packet length and checksum. So when the packets
varies, this may cause a packet header error. Currently, there are two
methods in txonly mode to randomly change the packets.
1. Set txspl
From: Huisong Li
Currently, the information of Rx/Tx queues from PMD driver is not displayed
exactly in the rxtx_config_display function. Because "ports[pid].rx_conf"
and "ports[pid].tx_conf" maintained in testpmd application may be not the
value actually used by PMD driver. For instance, user do
From: Chengchang Tang
When failing to configure VLAN offloads after the port was started, there
is no need to update the port configuration. Currently, when user
configure an unsupported VLAN offloads and fails, and then restart the
port, it will fails since the configuration has been refreshed.
This patch updates fips validation GCM test capabilities:
- In NIST GCMVS spec GMAC test vectors are the GCM ones with
plaintext length as 0 and uses AAD as input data. Originally
fips_validation tests treats them both as GCM test vectors.
This patch introduce automatic test type recognition betwe
This patchset adds SGL and GMAC support to fips_validation sample
application. The added cmdline option allows user to split the input
data into multiple mbuf segments to test SGL feature of the target
cryptodev PMD; The NIST GCMVS compliant GMAC test method support is also
added in this patchset.
This patch adds SGL support to FIPS sample application.
Originally the application allocates single mbuf of 64KB - 1
bytes data room. With the change the user may reduce the
mbuf dataroom size by using the add cmdline option. If the
input test data is longer than the user provided data room
size th
dpdk-setup has been used for a long time in order to compile and
configure dpdk along with running some basic applications. dpdk-setup
uses the make build system to compile which is now deprecated. In addition
to this it has been discussed on the mailing list a few times that
dpdk-setup UI is quite
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/linux_gsg/build_dpdk.rst | 58 ---
> doc/guides/linux_gsg/
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/linux_gsg/build_dpdk.rst | 58 ---
> doc/guides/linux_gsg/
From: Michal Krawczyk
This patch adds a missing LLQ-related check in the
ena_com_is_doorbell_needed() routine, which is relevant for the feature
supported by the next generation HW of the ENA.
Fixes: b2b02edeb0d6 ("net/ena/base: upgrade HAL for new HW features")
CC: sta...@dpdk.org
Signed-off-b
Hello,
While we are running ipsec-secgw application in transport-mode on
dpdk-19.02, we found that inline packet processing is not happening.
And also we are not observing any encrypt/decrypt packets on pdump before
sending packets out from tx-port(rte_eth_tx_burst()).
Please help us on how to p
Problem - Standard Tx packets are not going out and found broken
due to cleanup malfunctioning whereever below mentioned macro is
used.
RootCause - Here inside Macro 'ASSIGN_UNLESS_EQUAL(var, val)'
assignment to 'var' argument passed is always failing as assignment
done using 'var_' having loc
Greetings of the day,
My name is Utkarsh Kathuria. I am new to DPDK and trying to run the
application l2fwd.
After I write the command ./examples/l2fwd/build/l2fwd -c 0x4 -n 1 -- -p
0x3, it shows error cause not enough cores.
Please help me.
Thank you
Regards
Utkarsh Kathuria
Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always
failing as assignment done using var_ having local scope only.
This leads to TX packets not going out and found broken due to cleanup
malfunctioning. This patch fixes the wrong variable assignment.
Fixes: 57f90f894588 ("net/vi
Hi Javin
FYI
http://patches.dpdk.org/patch/75476/
The mentioned fix you are trying to submit is already addressed and in review
with Xia chenbo since 10th august.
Hope you can discard your patch as I have already sent the patch to dpdk
community.
Regards
Vipul
-Original Message-
From:
Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always
failing as assignment done using var_ having local scope only.
This leads to TX packets not going out and found broken due to cleanup
malfunctioning. This patch fixes the wrong variable assignment.
Fixes: 57f90f894588 ("net/vi
Hi All
I tried twice uploading this same patch but it is still not listed under
http://patches.dpdk.org/project/dpdk/list/.
Please let me know if I am missing something and required to do some additional
steps to submit my patch.
Thanks to Xia for reviewing this code!
Regards
Vipul
-Orig
Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always
failing as assignment done using var_ having local scope only.
This leads to TX packets not going out and found broken due to cleanup
malfunctioning. This patch fixes the wrong variable assignment.
Fixes: 57f90f894588 ("net/vi
Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always
failing as assignment done using var_ having local scope only.
This leads to TX packets not going out and found broken due to cleanup
malfunctioning. This patch fixes the wrong variable assignment.
Fixes: 57f90f894588 ("net/vi
Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always
failing as assignment done using var_ having local scope only.
This leads to TX packets not going out and found broken due to cleanup
malfunctioning. This patch fixes the wrong variable assignment.
Fixes: 57f90f894588 ("net/vi
On Mon, Aug 10, 2020 at 4:11 PM Eugenio Pérez wrote:
>
> Bugzilla bug: 523
>
> Using testpmd as a vhost-user with iommu:
>
> /home/dpdk/build/app/dpdk-testpmd -l 1,3 \
> --vdev net_vhost0,iface=/tmp/vhost-user1,queues=1,iommu-support=1 \
> -- --auto-start --stats-period 5 --forward
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
> ---
> doc/guides/linux_gsg/build_dpdk.rst | 58 ---
> doc/guides/linux_gsg/
On 8/14/2020 7:03 AM, Ruifeng Wang wrote:
> Flags are used to distinguish different platform architectures.
> These flags can be used to pick different code paths for different
> architectures at compile time.
> For Arm platforms, there are 3 flags in use: RTE_ARCH_ARM,
> RTE_ARCH_ARMv7 and RTE_ARC
On Fri, Aug 07, 2020 at 01:30:02PM +0100, Ciara Power wrote:
> Make is no longer supported for compiling DPDK, references are now
> removed in the documentation.
>
> Signed-off-by: Ciara Power
Apologies for the multiple emails, but to review this properly I'm
reviewing the text section by sectio
On Thu, Aug 13, 2020 at 03:00:36PM +0800, Utkarsh Kathuria wrote:
> Greetings of the day,
> My name is Utkarsh Kathuria. I am new to DPDK and trying to run the
> application l2fwd.
> After I write the command ./examples/l2fwd/build/l2fwd -c 0x4 -n 1 -- -p
> 0x3, it shows error cause not enough core
On Tue, Aug 18, 2020 at 03:36:00PM +0100, Ferruh Yigit wrote:
> On 8/14/2020 7:03 AM, Ruifeng Wang wrote:
> > Flags are used to distinguish different platform architectures.
> > These flags can be used to pick different code paths for different
> > architectures at compile time.
> > For Arm platfor
On 8/13/2020 7:07 PM, Marcin Wojtas wrote:
> Hi,
>
> śr., 12 sie 2020 o 18:37 Artur Rojek napisał(a):
>>
>> From: Michal Krawczyk
>>
>> This patch adds a missing LLQ-related check in the
>> ena_com_is_doorbell_needed() routine, which is relevant for the feature
>> supported by the next generatio
On 8/17/2020 4:08 AM, Xing, Beilei wrote:
>
>
>> -Original Message-
>> From: Wang, Haiyue
>> Sent: Saturday, August 15, 2020 12:31 AM
>> To: dev@dpdk.org
>> Cc: Zhang, Qi Z ; Yang, Qiming
>> ; Wang, Haiyue ; Wu,
>> Jingjing ; Xing, Beilei ; Ray
>> Kinsella ; Neil Horman
>> Subject: [PAT
On Tue, 11 Aug 2020 09:24:19 +0300, Fady Bader wrote:
> Added needed changes in order to get ethdev compiling under windows.
>
> Depends-on: series-10382 ("compile librte_net for windows")
>
> v5: fixed style issues.
>
> v4: added comments to #else and fixed code issue.
>
> v3: rebased on curre
Direct crypto data-path service are a set of APIs that especially provided for
the external libraries/applications who want to take advantage of the rich
features provided by cryptodev, but not necessarily depend on cryptodev
operations, mempools, or mbufs in the their data-path implementations.
T
This patch adds data-path service APIs for enqueue and dequeue
operations to cryptodev. The APIs support flexible user-define
enqueue and dequeue behaviors and operation mode.
Signed-off-by: Fan Zhang
Signed-off-by: Piotr Bronowski
---
lib/librte_cryptodev/rte_crypto.h | 9 +
lib/
This patch adds the QAT test to use cryptodev symmetric crypto
direct APIs.
Signed-off-by: Fan Zhang
---
app/test/test_cryptodev.c | 354 --
app/test/test_cryptodev.h | 6 +
app/test/test_cryptodev_blockcipher.c | 50 ++--
3 files changed, 373 i
This patch updates QAT PMD to add crypto service API support.
Signed-off-by: Fan Zhang
---
drivers/common/qat/Makefile| 1 +
drivers/crypto/qat/meson.build | 1 +
drivers/crypto/qat/qat_sym.h | 13 +
drivers/crypto/qat/qat_sym_hw_dp.c | 923 +
d
This patch updates programmer's guide to demonstrate the usage
and limitations of cryptodev symmetric crypto data-path service
APIs.
Signed-off-by: Fan Zhang
---
doc/guides/prog_guide/cryptodev_lib.rst | 90 +
1 file changed, 90 insertions(+)
diff --git a/doc/guides/prog
On Tue, 18 Aug 2020 17:39:19 +0500
Sarosh Arif wrote:
> dpdk-setup has been used for a long time in order to compile and
> configure dpdk along with running some basic applications. dpdk-setup
> uses the make build system to compile which is now deprecated. In addition
> to this it has been discu
Add vfio support for device.
Signed-off-by: Vikas Gupta
---
drivers/crypto/bcmfs/Makefile | 1 +
drivers/crypto/bcmfs/bcmfs_device.c | 5 ++
drivers/crypto/bcmfs/bcmfs_device.h | 6 ++
drivers/crypto/bcmfs/bcmfs_vfio.c | 94 +
drivers/crypto/bcmfs/bcmfs_vfi
Add Broadcom FlexSparc(FS) device creation driver which registers to a
vdev and create a device. Add APIs for logs, supportive documention and
maintainers file.
Signed-off-by: Vikas Gupta
---
MAINTAINERS | 7 +
config/common_base|
Hi,
This patchset contains support for Crypto offload on Broadcom’s
Stingray/Stingray2 SoCs having FlexSparc unit.
BCMFS is an acronym for Broadcom FlexSparc device used in the patchest.
The patchset progressively adds major modules as below.
a) Detection of platform-device based on the known reg
Add queue pair management APIs which will be used by Crypto device to
manage h/w queues. A bcmfs device structure owns multiple queue-pairs
based on the mapped address allocated to it.
Signed-off-by: Vikas Gupta
---
drivers/crypto/bcmfs/Makefile| 28 ---
drivers/crypto/bcmfs/bcmfs_devic
Create a symmetric crypto device and supported cryptodev ops.
Signed-off-by: Vikas Gupta
---
drivers/crypto/bcmfs/bcmfs_device.c | 15 ++
drivers/crypto/bcmfs/bcmfs_device.h | 9 +
drivers/crypto/bcmfs/bcmfs_qp.c | 37 +++
drivers/crypto/bcmfs/bcmfs_qp.h | 16 ++
drivers/crypto/
Add session handling and capabilities supported by crypto h/w
accelerator.
Signed-off-by: Vikas Gupta
---
doc/guides/cryptodevs/bcmfs.rst | 46 ++
doc/guides/cryptodevs/features/bcmfs.ini | 56 ++
drivers/crypto/bcmfs/bcmfs_sym_capabilities.c | 764 ++
driver
Add queue pair operations exported by supported devices.
Signed-off-by: Vikas Gupta
---
drivers/crypto/bcmfs/bcmfs_dev_msg.h | 29 +
drivers/crypto/bcmfs/bcmfs_device.c | 51 ++
drivers/crypto/bcmfs/bcmfs_device.h | 16 +
drivers/crypto/bcmfs/bcmfs_qp.c | 1 +
dri
Add crypto h/w module to process crypto op. Crypto op is processed via
sym_engine module before submitting the crypto request to h/w queues.
Signed-off-by: Vikas Gupta
---
drivers/crypto/bcmfs/bcmfs_sym.c| 316
drivers/crypto/bcmfs/bcmfs_sym_defs.h | 16 +
drivers/crypto/bcmf
Add test suites for supported algorithms by bcmfs crypto pmd
Signed-off-by: Vikas Gupta
---
app/test/test_cryptodev.c | 261 ++
app/test/test_cryptodev.h | 1 +
2 files changed, 262 insertions(+)
diff --git a/app/test/test_cryptodev.c b/app/test/test_crypto
Hi all,
Here is a list of patches targeted for stable release 19.11.4.
The planned date for the final release is August 31st.
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 validati
On 8/14/2020 9:30 PM, Gaëtan Rivet wrote:
> On 14/08/20 22:28 +0200, Gaëtan Rivet wrote:
>> On 14/08/20 10:39 -0700, Stephen Hemminger wrote:
>>> Already get a newline from WARN() macro call.
>>>
>>> Fixes: 9dda3e3393c2 ("net/failsafe: add timestamp to stats snapshot")
>>> Cc: ma...@mellanox.com
>>
On 8/14/2020 6:23 AM, Vipul Ashri wrote:
> Hi All
>
> I tried twice uploading this same patch but it is still not listed under
> http://patches.dpdk.org/project/dpdk/list/.
> Please let me know if I am missing something and required to do some
> additional steps to submit my patch.
Mail list is
On 8/18/2020 3:53 PM, Bruce Richardson wrote:
> On Tue, Aug 18, 2020 at 03:36:00PM +0100, Ferruh Yigit wrote:
>> On 8/14/2020 7:03 AM, Ruifeng Wang wrote:
>>> Flags are used to distinguish different platform architectures.
>>> These flags can be used to pick different code paths for different
>>> a
On Tue, Aug 18, 2020 at 12:22 AM wrote:
> From: Kiran Kumar K
>
> This patch reserves 2 bits as input selection to select Inner and
> outer layers for RSS computation. It is combined with existing
> ETH_RSS_* to choose Inner or outer layers for L2, L3 and L4.
> This functionality already exists
v2: includes clean up from latest CI checks.
This set includes a new PMD for the accelerator
ACC100 for 4G+5G FEC in 20.11.
Documentation is updated as well accordingly.
Existing unit tests are all still supported.
Nicolas Chautru (11):
drivers/baseband: add PMD for ACC100
baseband/acc100:
Add in the list of registers for the device and related
HW specs definitions.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/acc100_pf_enum.h | 1068 ++
drivers/baseband/acc100/acc100_vf_enum.h | 73 ++
drivers/baseband/acc100/rte_acc100_pmd.h | 490 +++
Adding function to create and configure queues for
the device. Still no capability.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 420 ++-
drivers/baseband/acc100/rte_acc100_pmd.h | 45
2 files changed, 464 insertions(+), 1 deleti
Add in the "info_get" function to the driver, to allow us to query the
device.
No processing capability are available yet.
Linking bbdev-test to support the PMD with null capability.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/Makefile | 3 +
app/test-bbdev/meson.build
Additional support for HARQ memory loopback
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 158 +++
1 file changed, 158 insertions(+)
diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c
b/drivers/baseband/acc100/rte_acc100_pmd.c
inde
Add stubs for the ACC100 PMD
Signed-off-by: Nicolas Chautru
---
config/common_base | 4 +
doc/guides/bbdevs/acc100.rst | 233 +
doc/guides/bbdevs/index.rst| 1 +
doc/guides/rel_notes/release_20_
Adding LDPC decode and encode processing operations
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 1625 +-
drivers/baseband/acc100/rte_acc100_pmd.h |3 +
2 files changed, 1626 insertions(+), 2 deletions(-)
diff --git a/drivers/base
Adding capability for 4G encode and decoder processing
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 1010 --
1 file changed, 943 insertions(+), 67 deletions(-)
diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c
b/drivers/baseband/
Add configure function to configure the PF from within
the bbdev-test itself without external application
configuration the device.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 72 +++
drivers/baseband/acc100/Makefile | 3 +
drivers
Debug functions to validate the input API from user
Only enabled in DEBUG mode at build time
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 424 +++
1 file changed, 424 insertions(+)
diff --git a/drivers/baseband/acc100/rte_acc100_pmd.c
Adding capability and functions to support MSI
interrupts, call backs and inforing.
Signed-off-by: Nicolas Chautru
---
drivers/baseband/acc100/rte_acc100_pmd.c | 288 ++-
drivers/baseband/acc100/rte_acc100_pmd.h | 15 ++
2 files changed, 300 insertions(+), 3 deletion
Correcting overview matrix to use acc100 name
Signed-off-by: Nicolas Chautru
---
doc/guides/bbdevs/features/acc100.ini | 14 ++
doc/guides/bbdevs/features/mbc.ini| 14 --
2 files changed, 14 insertions(+), 14 deletions(-)
create mode 100644 doc/guides/bbdevs/features
Adding explicit different ut when testing for validation
or latency (early termination enabled or not).
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 92 ++--
1 file changed, 88 insertions(+), 4 deletions(-)
diff --git a/app/test-bbdev
Adding explict check in ut that the stats counters
have the expect values. Was missing for coverage.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 17 +
1 file changed, 17 insertions(+)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_b
Run preloading explictly for unit tests. Load each code block
by reusing existing input op then restore for the actual test.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/main.h| 1 +
app/test-bbdev/test_bbdev_perf.c | 51 +---
2 files changed
Serie updating and extending the app running the bbdev-test for the existing
bbdev PMDs.
(Resending v1 as previous email did not seam to reach patches.dpdk.org)
Nicolas Chautru (7):
app/bbdev: add explicit ut for latency vs validation
app/bbdev: add explicit check for counters
app/bbdev: i
Reducing number of repetitions from 1000 to 100
to save time. Results are accurate enough with
100 loops.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test
Replacing magic number for default wait time for hw
offload.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev_perf.c
index d0d2a55..e2c1d64
update offload dequeue to retrieve the full ring to be
agnostic of implementation.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/test_bbdev
bler test results are not valid when LLR compression
is used or for loopback scenarios. Skipping these.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/t
Adding explicit different ut when testing for validation
or latency (early termination enabled or not).
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 92 ++--
1 file changed, 88 insertions(+), 4 deletions(-)
diff --git a/app/test-bbdev
v2: typos missed in commit messages
Serie updating and extending the app running the bbdev-test for the existing
bbdev PMDs.
Nicolas Chautru (7):
app/bbdev: add explicit ut for latency vs validation
app/bbdev: add explicit check for counters
app/bbdev: include explicit HARQ preloading
app
Run preloading explictly for unit tests for each code block
by reusing existing input op then restore for the actual test
post preloading.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/main.h| 1 +
app/test-bbdev/test_bbdev_perf.c | 51 +---
2
bler test results are not valid when LLR compression
is used or for loopback scenarios. Skipping these.
Signed-off-by: Nicolas Chautru
---
app/test-bbdev/test_bbdev_perf.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/test-bbdev/test_bbdev_perf.c b/app/test-bbdev/t
1 - 100 of 138 matches
Mail list logo