RE: [PATCH v4 2/2] mem: telemetry support for system memory information

2022-06-29 Thread Amit Prakash Shukla
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

RE: [PATCH v4 1/2] mem: telemetry support for memseg and element information

2022-06-29 Thread Amit Prakash Shukla
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

RE: [EXT] [PATCH v2] examples/ipsec-secgw: fix Tx checksum offload flag

2022-06-29 Thread Akhil Goyal
> 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

RE: [EXT] [PATCH v2] crypto/qat: fix docsis segmentation fault

2022-06-29 Thread Akhil Goyal
> 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

RE: [PATCH v2] example/fips_validation: handle empty payload

2022-06-29 Thread Akhil Goyal
> > 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

RE: [EXT] [PATCH v4 0/3] example/fips_validation: add xts and sha json parsing

2022-06-29 Thread Akhil Goyal
> 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

Re: [PATCH] net/netvsc: replace the pointers to vmbus device from secondary process

2022-06-29 Thread Stephen Hemminger
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

[PATCH] net/netvsc: replace the pointers to vmbus device from secondary process

2022-06-29 Thread longli
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

[PATCH v2] common/mlx5: fix non-expandable global MR cache

2022-06-29 Thread Dmitry Kozlyuk
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

RE: [PATCH v1 0/5] Direct re-arming of buffers on receive side

2022-06-29 Thread Honnappa Nagarahalli
> > >>> > > > > [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

Call for Proposals - Userspace 2022

2022-06-29 Thread Nathan Southern
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

RE: [PATCH v1 5/5] examples/l3fwd: enable direct rearm mode

2022-06-29 Thread Honnappa Nagarahalli
(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

[PATCH v4] baseband/turbo_sw: remove Flexran SDK meson option

2022-06-29 Thread Nicolas Chautru
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

[PATCH v4] baseband/turbo_sw: Remove flexran_sdk meson option

2022-06-29 Thread Nicolas Chautru
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

RE: Optimizations are not features

2022-06-29 Thread Honnappa Nagarahalli
> > 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

RE: Service core statistics MT safety

2022-06-29 Thread Honnappa Nagarahalli
> >> > >>> 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

Re: [PATCH V6 0/8] app/testpmd: fix RSS and flow type

2022-06-29 Thread Ferruh Yigit
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: -

Re: [PATCH] app/testpmd: fix memory leak for dscp table

2022-06-29 Thread Singh, Aman Deep
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

RE: [PATCH] app/testpmd: fix memory leak for dscp table

2022-06-29 Thread Singh, Jasvinder
> -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

Re: [PATCH] app/testpmd: fix memory leak for dscp table

2022-06-29 Thread Singh, Aman Deep
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

[PATCH v2] examples/ipsec-secgw: fix Tx checksum offload flag

2022-06-29 Thread Radu Nicolau
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

[PATCH v2] crypto/qat: fix docsis segmentation fault

2022-06-29 Thread Rebecca Troy
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

Re: [PATCH] app/testpmd: fix memory leak for dscp table

2022-06-29 Thread Morrissey, Sean
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

[PATCH 2/2] event/dlb2: Fix initialization of cos bandwidth args

2022-06-29 Thread Timothy McDaniel
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

[PATCH 1/2] event/dlb2: fix port_cos array sizing

2022-06-29 Thread Timothy McDaniel
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:

[PATCH 0/2] DLB2 Bug Fixes

2022-06-29 Thread Timothy McDaniel
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(

Re: DPDK sanitizer seems cannot detect the overflow issue sometimes

2022-06-29 Thread Stephen Hemminger
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

Running DPDK KNI sample App in K8 Pod

2022-06-29 Thread Acdam Bacdam
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

RE: [PATCH] doc/qat: update QAT driver location

2022-06-29 Thread Tataru, AlexandruX Catalin
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

RE: [PATCH v4] net: fix checksum with unaligned buffer

2022-06-29 Thread Emil Berg
> -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

RE: [PATCH v4] net: fix checksum with unaligned buffer

2022-06-29 Thread Emil Berg
> -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

RE: [PATCH v4] net: fix checksum with unaligned buffer

2022-06-29 Thread Emil Berg
> -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

Re: [PATCH V6 0/8] app/testpmd: fix RSS and flow type

2022-06-29 Thread Ferruh Yigit
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

RE: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread Xia, Chenbo
> -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

Re: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread David Marchand
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

RE: [PATCH 2/4] vhost: restore device information in log messages

2022-06-29 Thread Xia, Chenbo
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

RE: [PATCH 1/4] vhost: add some trailing newline in log messages

2022-06-29 Thread Xia, Chenbo
> -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

[PATCH v4 3/3] examples/fips_validation: add parsing for sha

2022-06-29 Thread Gowrishankar Muthukrishnan
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|

[PATCH v4 2/3] examples/fips_validation: add parsing for xts

2022-06-29 Thread Gowrishankar Muthukrishnan
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

[PATCH v4 1/3] examples/fips_validation: add aes_cbc specific enum

2022-06-29 Thread Gowrishankar Muthukrishnan
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/

[PATCH v4 0/3] example/fips_validation: add xts and sha json parsing

2022-06-29 Thread Gowrishankar Muthukrishnan
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

RE: [PATCH] net/mlx5: fix risk in Rx descriptor read in NEON vector path

2022-06-29 Thread Ruifeng Wang
> -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 >

DPDK sanitizer seems cannot detect the overflow issue sometimes

2022-06-29 Thread halsey.p...@longsys.com
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

[PATCH v3 3/3] examples/fips_validation: add parsing for sha

2022-06-29 Thread Gowrishankar Muthukrishnan
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

[PATCH v3 2/3] examples/fips_validation: add parsing for xts

2022-06-29 Thread Gowrishankar Muthukrishnan
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

[PATCH v3 1/3] examples/fips_validation: add aes_cbc specific enum

2022-06-29 Thread Gowrishankar Muthukrishnan
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/

[PATCH v3 0/3] example/fips_validation: add xts and sha json parsing

2022-06-29 Thread Gowrishankar Muthukrishnan
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

RE: [PATCH v1] examples/fips_validation: add parsing for sha

2022-06-29 Thread Gowrishankar Muthukrishnan
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

RE: [EXT] Re: [PATCH v1] examples/fips_validation: add parsing for xts

2022-06-29 Thread Gowrishankar Muthukrishnan
Thanks David, I ack and have added your suggestions in V3. Regards, Gowrishankar

[PATCH v2] vhost: fix unchecked return value

2022-06-29 Thread Jiayu Hu
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 --

RE: [PATCH v3 0/2] net/mlx5: external RxQ tests

2022-06-29 Thread Raslan Darawsheh
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

RE: [PATCH v1] examples/fips_validation: add parsing for sha

2022-06-29 Thread Zhang, Roy Fan
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

RE: [PATCH] doc/compressdev: fix grammar and formatting

2022-06-29 Thread Zhang, Roy Fan
> -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

RE: [PATCH] doc/qat: update QAT driver location

2022-06-29 Thread Zhang, Roy Fan
> -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

RE: [PATCH] crypto/qat: fix docsis segmentation fault

2022-06-29 Thread Zhang, Roy Fan
> -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

RE: [PATCH v2] example/fips_validation: handle empty payload

2022-06-29 Thread Zhang, Roy Fan
> -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

RE: [PATCH v2] examples/fips_validation: add parsing for xts

2022-06-29 Thread Zhang, Roy Fan
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

RE: [PATCH] net/mlx5: fix risk in Rx descriptor read in NEON vector path

2022-06-29 Thread Slava Ovsiienko
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 >

RE: [PATCH v5] net/i40e: fix error disable double VLAN

2022-06-29 Thread Zhang, Qi Z
> -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

[PATCH v5] net/i40e: fix error disable double VLAN

2022-06-29 Thread Kevin Liu
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

RE: [PATCH] doc: announce support for MACsec in rte_security

2022-06-29 Thread Zhang, Roy Fan
> -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;

Re: [PATCH v3] baseband/turbo_sw: remove Flexran SDK meson option

2022-06-29 Thread Thomas Monjalon
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.

Re: [PATCH v2] baseband/turbo_sw: Remove flexran_sdk meson option

2022-06-29 Thread Thomas Monjalon
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