Ping.
> -Original Message-
> From: Amit Prakash Shukla
> Sent: Wednesday, May 25, 2022 4:04 PM
> To: Anatoly Burakov
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ;
> bruce.richard...@intel.com; Amit Prakash Shukla
>
> Subject: [PATCH v4 2/2] mem: telemetry support for system memory
> i
Ping.
> -Original Message-
> From: Amit Prakash Shukla
> Sent: Tuesday, June 14, 2022 6:21 PM
> To: Amit Prakash Shukla ; Anatoly Burakov
>
> Cc: dev@dpdk.org; Jerin Jacob Kollanukkaran ;
> bruce.richard...@intel.com
> Subject: RE: [PATCH v4 1/2] mem: telemetry support for memseg and
> e
> For the inline crypto path set the Tx checksum offload flag
> only if the device supports it.
>
> Fixes: d24471e5786b ("examples/ipsec-secgw: disable Tx checksum for inline")
> Cc: ndabilpu...@marvell.com
>
> Signed-off-by: Radu Nicolau
> Acked-by: Fan Zhang
> Acked-by: Akhil Goyal
> ---
> v
> Currently if AES or DES algorithms fail for Docsis test suite,
> a segmentation fault occurs when cryptodev_qat_autotest is ran.
>
> This is due to a duplicate call of EVP_CIPHER_CTX_free for the
> session context. Ctx is freed firstly in the bpi_cipher_ctx_init
> function and then again at the
> > Subject: [PATCH v2] example/fips_validation: handle empty payload
> >
> > Allocate at least onebyte to handle empty payload in a test vector
> > when defined.
> >
> > Fixes: 3d0fad56b74 ("examples/fips_validation: add crypto FIPS application")
> > Cc: sta...@dpdk.org
> >
> > Signed-off-by: Gowr
> Add support in fips_validation to parse AES_XTS and SHA json vectors.
>
> v4:
> - doc updates
>
> Gowrishankar Muthukrishnan (3):
> examples/fips_validation: add aes_cbc specific enum
> examples/fips_validation: add parsing for xts
> examples/fips_validation: add parsing for sha
>
> do
On Wed, 29 Jun 2022 16:29:44 -0700
lon...@linuxonhyperv.com wrote:
> From: Long Li
>
> The vmbus device is allocated via "calloc" before the EAL memory is
> initialized. The secondary process can't reference the vmbus device as it is
> not mapped correctly in the shared memory region.
>
> Repla
From: Long Li
The vmbus device is allocated via "calloc" before the EAL memory is
initialized. The secondary process can't reference the vmbus device as it is
not mapped correctly in the shared memory region.
Replace all references to the vmbus device (and its contents) with the
pointers/content
The number of memory regions (MR) that MLX5 PMD can use
was limited by 512 per IB device, the size of the global MR cache
that was fixed at compile time.
The cache allows to search MR LKey by address efficiently,
therefore it is the last place searched on data path
(skipped is the global MR databas
> > >>>
> >
> > [konstantin.v.anan...@yandex.ru appears similar to someone who
> > previously sent you email, but may not be that person. Learn why
> > this
> > could be a risk at
> > https://aka.ms/LearnAboutSenderIdentification.]
> >
> > 16/05/2022 07:10, Feif
Dear DPDK Community,
We hope this message finds each of you well.
The Call for Proposals to speak at the upcoming in personal and virtual
Userspace event in Arcachon, France (Sep. 6-8, 2022) is now live and ends
at midnight eastern time on Friday, July 22nd: You can submit at the
following onli
(apologies for being late on replying, catching up after vacation)
> >>
> >> 25/05/2022 01:24, Honnappa Nagarahalli пишет:
> >>> From: Konstantin Ananyev
> >>>
> >>> 20/04/2022 09:16, Feifei Wang пишет:
> > Enable direct rearm mode. The mapping is decided in the data plane
> > based
The related dependency to build the PMD based on the
SDK libraries is now enabled through pkgconfig.
Signed-off-by: Nicolas Chautru
---
doc/guides/bbdevs/turbo_sw.rst| 9 ++---
drivers/baseband/turbo_sw/meson.build | 36 +--
meson_options.txt
v4: doc update and typo in commit msg
v3: fix mix of space and tabs in meson files
v2: typo in documentation
Hi Thomas,
This is change you requested earlier this year. This is targeting 22.11.
Basically we no longer pass a specific option but rely on pkgconfig.
There is small change to generate th
>
> 04/06/2022 13:51, Andrew Rybchenko пишет:
> > On 6/4/22 15:19, Morten Brørup wrote:
> >>> From: Jerin Jacob [mailto:jerinjac...@gmail.com]
> >>> Sent: Saturday, 4 June 2022 13.10
> >>>
> >>> On Sat, Jun 4, 2022 at 3:30 PM Andrew Rybchenko
> >>> wrote:
>
> On 6/4/22 12:33, Jerin Ja
> >>
> >>> From: Mattias Rönnblom
> >>> [mailto:mattias.ronnb...@ericsson.com]
> >>> Sent: Monday, 27 June 2022 13.06
> >>>
> >>> Hi.
> >>>
> >>> Is it safe to enable stats on MT safe services?
> >>>
> >>> https://prot
On 6/29/2022 9:34 AM, Huisong Li wrote:
This patchset fix RSS related code and remove duplicated flow type to
string table.
---
v6:
- add a release note for renaming testpmd RSS type 'ether'.
- revert "unknown offload xxx" print.
v5:
- resolve a warning in testpmd_funcs.rst file
v4:
-
On 6/28/2022 6:59 PM, Jasvinder Singh wrote:
This patch fixes memory leak reported by coverity.
Coverity issue: 379220
Fixes: 9f5488e326d3 ("app/testpmd: support different input color method")
Cc: sta...@dpdk.org
Signed-off-by: Jasvinder Singh
Acked-by: Aman Singh
> -Original Message-
> From: Singh, Aman Deep
> Sent: Wednesday, June 29, 2022 5:53 PM
> To: Morrissey, Sean ; Singh, Jasvinder
> ; dev@dpdk.org
> Cc: Zhang, Yuying ; sta...@dpdk.org
> Subject: Re: [PATCH] app/testpmd: fix memory leak for dscp table
>
> Hi Jasvinder,
>
> Thanks for the
Hi Jasvinder,
Thanks for the patch.
On 6/29/2022 9:07 PM, Morrissey, Sean wrote:
Reviewed-by: Sean Morrissey
Thanks.
On 28/06/2022 14:29, Jasvinder Singh wrote:
This patch fixes memory leak reported by coverity.
Coverity issue: 379220
Fixes: 9f5488e326d3 ("app/testpmd: support different i
For the inline crypto path set the Tx checksum offload flag
only if the device supports it.
Fixes: d24471e5786b ("examples/ipsec-secgw: disable Tx checksum for inline")
Cc: ndabilpu...@marvell.com
Signed-off-by: Radu Nicolau
Acked-by: Fan Zhang
Acked-by: Akhil Goyal
---
v2: when supported the
Currently if AES or DES algorithms fail for Docsis test suite,
a segmentation fault occurs when cryptodev_qat_autotest is ran.
This is due to a duplicate call of EVP_CIPHER_CTX_free for the
session context. Ctx is freed firstly in the bpi_cipher_ctx_init
function and then again at the end of qat_s
Reviewed-by: Sean Morrissey
Thanks.
On 28/06/2022 14:29, Jasvinder Singh wrote:
This patch fixes memory leak reported by coverity.
Coverity issue: 379220
Fixes: 9f5488e326d3 ("app/testpmd: support different input color method")
Cc: sta...@dpdk.org
Signed-off-by: Jasvinder Singh
---
app/t
This commit fixes a typo and resultant bug that triggered a
coverity warning.
Coverity issue: 4607286
Fixes: bec8901bfe9f ("event/dlb2: support ldb port specific COS")
Cc: timothy.mcdan...@intel.com
Signed-off-by: Timothy McDaniel
---
drivers/event/dlb2/dlb2.c | 2 +-
1 file changed, 1 insertio
This commit fixes a segfault that resulted from reading
beyond the end of the port_cos array. The root cause was using
the DLB num ports define instead of the eventdev num ports define.
Fixes: bec8901bfe9f ("event/dlb2: support ldb port specific COS")
Cc: timothy.mcdan...@intel.com
Signed-off-by:
This patch series fixes a coverity bug and a segfault.
Timothy McDaniel (2):
event/dlb2: fix port_cos array sizing
event/dlb2: Fix initialization of cos bandwidth args
drivers/event/dlb2/dlb2.c | 2 +-
drivers/event/dlb2/dlb2_priv.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(
On Wed, 29 Jun 2022 09:56:03 +
"halsey.p...@longsys.com" wrote:
> Dear All,
>
> I would try to detect the illegal memory access issues in my App based on
> DPDK, so I add some codes based on several overflow scenario to check if it
> is detected in DPDK standalone project.
>
> It seems th
Hi Experts,
I am trying to run a DPDK KNI based sample app inside the K8 Pod
environment, but I am not able to do so without host-network permissions.
I tried using KNI based sample application provided under DPDK 19.11
version, but it failed to create vEth0 inside the PoD environment *without
ho
Thanks for sharing the update Roy.
Hello Rebecca,
Quick summary of the proposed updates:
1) update URL for the release notes doc 336211 v015
https://01.org/sites/default/files/downloads/336211-015-qatsoftwareforlinux-rn-hwv1.7-final.pdf
with 336211 v23
https://cdrdv2.intel.com/v1/dl/get
> -Original Message-
> From: Emil Berg
> Sent: den 27 juni 2022 14:46
> To: Mattias Rönnblom ; Morten Brørup
> ; bruce.richard...@intel.com;
> dev@dpdk.org
> Cc: step...@networkplumber.org; sta...@dpdk.org; bugzi...@dpdk.org;
> olivier.m...@6wind.com
> Subject: RE: [PATCH v4] net: fix che
> -Original Message-
> From: Mattias Rönnblom
> Sent: den 27 juni 2022 14:28
> To: Morten Brørup ; Emil Berg
> ; bruce.richard...@intel.com; dev@dpdk.org
> Cc: step...@networkplumber.org; sta...@dpdk.org; bugzi...@dpdk.org;
> olivier.m...@6wind.com
> Subject: Re: [PATCH v4] net: fix chec
> -Original Message-
> From: Morten Brørup
> Sent: den 23 juni 2022 14:51
> To: Emil Berg ; bruce.richard...@intel.com;
> dev@dpdk.org
> Cc: step...@networkplumber.org; sta...@dpdk.org; bugzi...@dpdk.org;
> hof...@lysator.liu.se; olivier.m...@6wind.com
> Subject: RE: [PATCH v4] net: fix
On 6/29/2022 10:59 AM, lihuisong (C) wrote:
Hi Ferruh,
The patch 8/8 fails to build.
Could you please have a look?
http://mails.dpdk.org/archives/test-report/2022-June/293418.html
Hi David, Aaron,
'ovsrobot/dpdk' github action fails and error seems an infrastructure
error [1].
Can you res
> -Original Message-
> From: David Marchand
> Sent: Wednesday, June 29, 2022 9:45 PM
> To: Xia, Chenbo
> Cc: dev@dpdk.org; maxime.coque...@redhat.com; Wang, YuanX
> ; Ding, Xuan ;
> ferruh.yi...@xilinx.com
> Subject: Re: [PATCH 2/4] vhost: restore device information in log messages
>
> O
On Wed, Jun 29, 2022 at 3:34 PM Xia, Chenbo wrote:
>
> Hi David,
>
> > -Original Message-
> > From: David Marchand
> > Sent: Monday, June 27, 2022 5:27 PM
> > To: dev@dpdk.org
> > Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Wang,
> > YuanX ; Ding, Xuan
> > Subject: [PATCH 2/4] vhost: r
Hi David,
> -Original Message-
> From: David Marchand
> Sent: Monday, June 27, 2022 5:27 PM
> To: dev@dpdk.org
> Cc: maxime.coque...@redhat.com; Xia, Chenbo ; Wang,
> YuanX ; Ding, Xuan
> Subject: [PATCH 2/4] vhost: restore device information in log messages
>
> device information in th
> -Original Message-
> From: David Marchand
> Sent: Monday, June 27, 2022 5:27 PM
> To: dev@dpdk.org
> Cc: maxime.coque...@redhat.com; Xia, Chenbo ;
> sta...@dpdk.org; Yuanhan Liu ; Jens Freimann
>
> Subject: [PATCH 1/4] vhost: add some trailing newline in log messages
>
> VHOST_LOG_* ma
Added function to parse algorithm for SHA test.
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
v4:
- doc update
---
doc/guides/sample_app_ug/fips_validation.rst | 1 +
examples/fips_validation/fips_validation.c| 2 +
examples/fips_validation/fips_validation.h|
Added function to parse algorithm for AES XTS test.
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
v4:
- doc update
---
doc/guides/sample_app_ug/fips_validation.rst | 1 +
examples/fips_validation/fips_validation.c| 2 +
examples/fips_validation/fips_validation.h
Add algorithm enum specifically for AES_CBC instead of relying on
AES as such.
Fixes: 8b8546aaedf ("examples/fips_validation: add parsing for AES-CBC")
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
examples/fips_validation/fips_validation.c | 2 +-
examples/fips_validation/
Add support in fips_validation to parse AES_XTS and SHA json vectors.
v4:
- doc updates
Gowrishankar Muthukrishnan (3):
examples/fips_validation: add aes_cbc specific enum
examples/fips_validation: add parsing for xts
examples/fips_validation: add parsing for sha
doc/guides/sample_app_ug
> -Original Message-
> From: Slava Ovsiienko
> Sent: Wednesday, June 29, 2022 3:55 PM
> To: Ruifeng Wang ; Ali Alnubani
> ; Matan Azrad
> Cc: dev@dpdk.org; Honnappa Nagarahalli
> ; sta...@dpdk.org; nd ;
> nd
> Subject: RE: [PATCH] net/mlx5: fix risk in Rx descriptor read in NEON vector
>
Dear All,
I would try to detect the illegal memory access issues in my App based on DPDK,
so I add some codes based on several overflow scenario to check if it is
detected in DPDK standalone project.
It seems that DPDK santizer cannot find the overflow issue below,
I add some code into example
Added function to parse algorithm for SHA test.
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
v3:
- added a comment on flat array of fips_val for parse_writeback callback.
---
examples/fips_validation/fips_validation.c| 2 +
examples/fips_validation/fips_validation.h
Added function to parse algorithm for AES XTS test.
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
v3:
- CBC related changes moved to 1/3 patch.
---
examples/fips_validation/fips_validation.c| 2 +
examples/fips_validation/fips_validation.h| 15 +-
.../fips_valida
Add algorithm enum specifically for AES_CBC instead of relying on
AES as such.
Fixes: 8b8546aaedf ("examples/fips_validation: add parsing for AES-CBC")
Signed-off-by: Gowrishankar Muthukrishnan
Acked-by: Fan Zhang
---
examples/fips_validation/fips_validation.c | 2 +-
examples/fips_validation/
Add support in fips_validation to parse AES_XTS and SHA json vectors.
v3:
- individual patches for xts and sha are clubbed in this new series.
Gowrishankar Muthukrishnan (3):
examples/fips_validation: add aes_cbc specific enum
examples/fips_validation: add parsing for xts
examples/fips_val
Hi Fan,
> > --- a/examples/fips_validation/main.c
> > +++ b/examples/fips_validation/main.c
> > @@ -1693,19 +1693,24 @@ fips_mct_sha_test(void)
> > #define SHA_EXTERN_ITER100
> > #define SHA_INTERN_ITER1000
> > #define SHA_MD_BLOCK 3
> > - struct fips_val val = {NULL, 0}, md[SHA
Thanks David, I ack and have added your suggestions in V3.
Regards,
Gowrishankar
This patch checks the return value of rte_dma_info_get()
called in rte_vhost_async_dma_configure().
Coverity issue: 379066
Fixes: 53d3f4778c1d ("vhost: integrate dmadev in asynchronous data-path")
Cc: sta...@dpdk.org
Signed-off-by: Jiayu Hu
Reviewed-by: Chenbo Xia
---
v2:
- add cc stable tag
--
Hi,
> -Original Message-
> From: Michael Baum
> Sent: Tuesday, June 28, 2022 5:59 PM
> To: dev@dpdk.org
> Cc: Matan Azrad ; Raslan Darawsheh
> ; Slava Ovsiienko
> Subject: [PATCH v3 0/2] net/mlx5: external RxQ tests
>
> Recently [1] mlx5 PMD added support for external queues, in the fol
Hi,
> -Original Message-
> From: Gowrishankar Muthukrishnan
> Sent: Tuesday, June 28, 2022 2:14 PM
> To: dev@dpdk.org
> Cc: Zhang, Roy Fan ; Dooley, Brian
> ; Anoob Joseph ; Archana
> Muniganti ; Jerin Jacob ;
> Gowrishankar Muthukrishnan
> Subject: [PATCH v1] examples/fips_validation: a
> -Original Message-
> From: Power, Ciara
> Sent: Monday, May 30, 2022 5:04 PM
> To: Zhang, Roy Fan ; Ashish Gupta
>
> Cc: dev@dpdk.org; Power, Ciara ;
> ashish.gu...@caviumnetworks.com; Trahe, Fiona ;
> sta...@dpdk.org
> Subject: [PATCH] doc/compressdev: fix grammar and formatting
>
> S
> -Original Message-
> From: Troy, Rebecca
> Sent: Wednesday, June 22, 2022 11:35 AM
> To: Zhang, Roy Fan
> Cc: dev@dpdk.org; Troy, Rebecca
> Subject: [PATCH] doc/qat: update QAT driver location
>
> This commit removes any references to the old QAT
> driver location 01.org in the docume
> -Original Message-
> From: Troy, Rebecca
> Sent: Monday, June 27, 2022 5:44 PM
> To: Zhang, Roy Fan ; Kusztal, ArkadiuszX
> ; Trahe, Fiona ; Tomasz
> Jozwiak
> Cc: dev@dpdk.org; Troy, Rebecca ; sta...@dpdk.org
> Subject: [PATCH] crypto/qat: fix docsis segmentation fault
>
> Currently i
> -Original Message-
> From: Gowrishankar Muthukrishnan
> Sent: Tuesday, June 28, 2022 2:11 PM
> To: dev@dpdk.org
> Cc: Zhang, Roy Fan ; Dooley, Brian
> ; Anoob Joseph ; Archana
> Muniganti ; Jerin Jacob ;
> Gowrishankar Muthukrishnan ; sta...@dpdk.org
> Subject: [PATCH v2] example/fips_va
Hi,
> -Original Message-
> From: Gowrishankar Muthukrishnan
> Sent: Tuesday, June 28, 2022 2:12 PM
> To: dev@dpdk.org
> Cc: Zhang, Roy Fan ; Dooley, Brian
> ; Anoob Joseph ; Archana
> Muniganti ; Jerin Jacob ;
> Gowrishankar Muthukrishnan
> Subject: [PATCH v2] examples/fips_validation: a
Hi, Ruifeng
> -Original Message-
> From: Ruifeng Wang
> Sent: Monday, June 27, 2022 14:08
> To: Slava Ovsiienko ; Ali Alnubani
> ; Matan Azrad
> Cc: dev@dpdk.org; Honnappa Nagarahalli ;
> sta...@dpdk.org; nd ; nd
> Subject: RE: [PATCH] net/mlx5: fix risk in Rx descriptor read in NEON
>
> -Original Message-
> From: Kevin Liu
> Sent: Wednesday, June 29, 2022 11:40 PM
> To: dev@dpdk.org
> Cc: Xing, Beilei ; Zhang, Yuying
> ; Yang, SteveX ; Liu, KevinX
>
> Subject: [PATCH v5] net/i40e: fix error disable double VLAN
>
> Enable double VLAN by default after firmware v8.3 a
Enable double VLAN by default after firmware v8.3
and disable double VLAN is not allowed in subsequent
operations.
Fixes: 4f13a78f1b8f ("net/i40e: add outer VLAN processing")
Signed-off-by: Kevin Liu
v4: fix warnig
v3: refine commit log
v2: update the document
---
doc/guides/nics/i40e.rst
> -Original Message-
> From: Akhil Goyal
> Sent: Tuesday, June 28, 2022 8:08 PM
> To: dev@dpdk.org
> Cc: tho...@monjalon.net; david.march...@redhat.com;
> hemant.agra...@nxp.com; ano...@marvell.com;
> konstantin.v.anan...@yandex.ru; ferruh.yi...@xilinx.com;
> andrew.rybche...@oktetlabs.ru;
29/06/2022 02:12, Nicolas Chautru:
> The related dependency to build the PMD based on the
> SDK libraries is now enabled through pkfconfig.
typo: pkgconfig
You must document the minimum version.
29/06/2022 02:16, Chautru, Nicolas:
> > From: Thomas Monjalon
> >
> > 27/06/2022 22:29, Nicolas Chautru:
> > > Hi Thomas,
> > > This is change you requested earlier this year. This is targeting 22.11.
> >
> > OK thanks.
> >
> > > Basically we no longer pass a specific option but rely on pkgconf
63 matches
Mail list logo