[dpdk-dev] [PATCH 1/5] crypto/dpaa2_sec: fix to check next null for auth only case

2021-07-21 Thread Hemant Agrawal
This patch fixes the issue to check for next pointer as null in the integrity only case in pdcp-security context. Fixes: bef594ec5cc8 ("crypto/dpaa2_sec: support PDCP offload") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 25 +++

[dpdk-dev] [PATCH 2/5] crypto/dpaa_sec: support DES-CBC

2021-07-21 Thread Hemant Agrawal
From: Gagandeep Singh add DES-CBC support and enable available cipher-only test cases. Signed-off-by: Gagandeep Singh --- doc/guides/cryptodevs/features/dpaa_sec.ini | 1 + drivers/crypto/dpaa_sec/dpaa_sec.c | 13 + drivers/crypto/dpaa_sec/dpaa_sec.h | 20 +++

[dpdk-dev] [PATCH 3/5] crypto/dpaa_sec: support non-HMAC auth algos

2021-07-21 Thread Hemant Agrawal
From: Gagandeep Singh This patch add support for non-HMAC, md5, shax algos. Signed-off-by: Gagandeep Singh --- doc/guides/cryptodevs/features/dpaa_sec.ini | 8 +- drivers/crypto/dpaa_sec/dpaa_sec.c | 55 +++-- drivers/crypto/dpaa_sec/dpaa_sec.h | 126 ++

[dpdk-dev] [PATCH 4/5] crypto/dpaa_sec: support AES-XCBC-MAC

2021-07-21 Thread Hemant Agrawal
From: Gagandeep Singh This patch adds support for AES-XCBC-MAC algo. Signed-off-by: Gagandeep Singh --- doc/guides/cryptodevs/features/dpaa_sec.ini | 1 + drivers/crypto/dpaa_sec/dpaa_sec.c | 21 - 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/doc

[dpdk-dev] [PATCH 5/5] crypto/dpaa_sec: add support for AES CMAC integrity check

2021-07-21 Thread Hemant Agrawal
From: Gagandeep Singh This patch adds support for AES_CMAC integrity in non-security mode. This patch modifies the camm flib to handles the AES CMAC without conflicting the proto ALG operations. i.e. by creating another ALG operation routine. Signed-off-by: Gagandeep Singh --- doc/guides/crypt

[dpdk-dev] [dpdk-dev v3] crypto/snow3g: add support for digest appended ops

2021-07-21 Thread Kai Ji
This patch enable out-of-place auth-cipher operations where digest should be encrypted among with the rest of raw data. It also adds support for partially encrypted digest when using auth-cipher operations. Fixes: 7c87e2d7b359 ("crypto/snow3g: use IPsec library") Cc: pablo.de.lara.gua...@intel.com

[dpdk-dev] [PATCH] net/virtio: report maximum MTU in device info

2021-07-21 Thread Andrew Rybchenko
From: Ivan Ilchenko Fix the driver to report maximum MTU obtained from config if VIRTIO_NET_F_MTU is supported or calculated based on maximum Rx packet length. Fixes: ad97ceece12c ("ethdev: add min/max MTU to device info") Cc: sta...@dpdk.org Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew

[dpdk-dev] [PATCH v1 0/1] power: check freq count before filling the freqs array

2021-07-21 Thread Richael Zhuang
v1: adding check for freq count Richael Zhuang (1): power: check freq count before filling the freqs array lib/power/power_cppc_cpufreq.c | 5 + lib/power/power_pstate_cpufreq.c | 5 + 2 files changed, 10 insertions(+) -- 2.20.1

[dpdk-dev] [PATCH v1 1/1] power: check freq count before filling the freqs array

2021-07-21 Thread Richael Zhuang
The freqs array size is RTE_MAX_LCORE_FREQS. Before filling the array with num_freqs elements, restrict the total num to RTE_MAX_LCORE_FREQS. This fix aims to fix the coverity scan issue like: Overrunning array "pi->freqs" of 256 bytes by passing it to a function which accesses it at byte offset 46

Re: [dpdk-dev] [PATCH v3] net/virtio: fix Rx scatter offload

2021-07-21 Thread Andrew Rybchenko
On 7/20/21 7:19 PM, Maxime Coquelin wrote: On 7/20/21 9:54 AM, Andrew Rybchenko wrote: From: Ivan Ilchenko Report Rx scatter offload capability depending on VIRTIO_NET_F_MRG_RXBUF. If Rx scatter is not requested, ensure that provided Rx buffers on each Rx queue are big enough to fit Rx pack

Re: [dpdk-dev] [EXT] Re: [PATCH v2 1/2] drivers: add octeontx crypto adapter framework

2021-07-21 Thread Thomas Monjalon
20/07/2021 14:14, David Marchand: > On Tue, Jul 20, 2021 at 1:59 PM Akhil Goyal wrote: > > > > Hi David, > > > > > > > > deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', > > > > 'net_octeontx'] > > > > > +deps += ['crypto_octeontx'] > > > > > > > > This extra dependency resulted in di

Re: [dpdk-dev] [PATCH_v4 2/3] regex/mlx5: fix leak in PCI remove function

2021-07-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: dev On Behalf Of Michael Baum > Sent: Monday, July 12, 2021 10:07 AM > > In the PCI removal function, PMD releases all driver resources allocated in > the probe function. > > The MR btree memory is allocated in the probe function, but it is not f

Re: [dpdk-dev] [PATCH_v4 3/3] regex/mlx5: fix redundancy in PCI remove function

2021-07-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Monday, July 12, 2021 10:07 AM > In the PCI removal function, PMD releases all driver resources and cancels > the regexdev registry. > > However, regexdev registration is accidentally canceled twice. > > Remove one of them. >

Re: [dpdk-dev] [PATCH_v4 1/3] regex/mlx5: fix memory region unregistration

2021-07-21 Thread Ori Kam
Hi Michael, > -Original Message- > From: Michael Baum > Sent: Monday, July 12, 2021 10:07 AM > > The issue can cause illegal physical address access while a huge-page A is > released and huge-page B is allocated on the same virtual address. > The old MR can be matched using the virtual a

Re: [dpdk-dev] [PATCH] app/testpmd: fix TX checksum calculation for tunnel

2021-07-21 Thread Ori Kam
Hi Gregory, > -Original Message- > From: dev On Behalf Of Gregory Etelson > Sent: Monday, July 19, 2021 11:33 AM > > TX checksum of a tunnelled packet can be calculated for outer headers only > or for both outer and inner parts. The calculation method is determined by > application. > If

Re: [dpdk-dev] [dpdk-announce] release candidate 21.08-rc1

2021-07-21 Thread Jiang, YuX
All, Update the test status for Intel part. Till now dpdk21.08-rc1 test is finished and no critical issue is found. # Basic Intel(R) NIC testing * Build or compile: *Build: cover the build test combination with latest GCC/Clang/ICC version and the popular OS revision such as Ubuntu20.04,

[dpdk-dev] [PATCH v2 0/3] support new format meter

2021-07-21 Thread Rongwei Liu
Add option "policy-mtr" and "policy-g_actions" for meter with policy Add option "meter-cir" to specify meter CIR value Add option "packet-mode" to identify pps or bps based profile Rongwei Liu (3): app/flow-perf: support meter policy API app/flow-perf: add new meter CIR Configuration app/flo

[dpdk-dev] [PATCH v2 1/3] app/flow-perf: support meter policy API

2021-07-21 Thread Rongwei Liu
Add option "policy-mtr" to indicate if meter creation will include policy or not. Meter creation will keep same without it. With "policy-mtr", policy is introduced. API create_meter_policy is to create a policy. API create_meter_rule will use it to create meter. Add option "policy-g_actions" to s

[dpdk-dev] [PATCH v2 2/3] app/flow-perf: add new meter CIR Configuration

2021-07-21 Thread Rongwei Liu
Add the new meter CIR configuration parameter, user can set the different value for committed information rate(CIR) parameter. The usage as below: --meter-cir=N, default count is 125. Signed-off-by: Jiawei Wang Signed-off-by: Rongwei Liu --- app/test-flow-perf/main.c | 8 +++- doc

[dpdk-dev] [PATCH v2 3/3] app/flow-perf: add the supports for meter PPS

2021-07-21 Thread Rongwei Liu
The flow perf application used the srtcm_rfc2697 as meter profile while do the meter testing. This patch adds the support new configuration parameter '--packet-mode' to generate the meter flows with the packet mode. Signed-off-by: Jiawei Wang Signed-off-by: Rongwei Liu --- app/test-flow-perf/m

Re: [dpdk-dev] [PATCH 2/2] examples/pipeline: fix incorrect array out of bounds check

2021-07-21 Thread Thomas Monjalon
12/07/2021 20:18, Cristian Dumitrescu: > Fix the incorrect array out of bounds check within the function > pipeline_selector_group_member_read(). > > Coverity issue: 371911 > Fixes: 598fe0dd0d8e3 ("examples/pipeline: support selector table") > > Signed-off-by: Cristian Dumitrescu Pathset applie

Re: [dpdk-dev] [PATCH 2/4] ethdev: move jumbo frame offload check to library

2021-07-21 Thread Ferruh Yigit
On 7/13/2021 2:48 PM, Andrew Rybchenko wrote: > On 7/9/21 8:29 PM, Ferruh Yigit wrote: >> Setting MTU bigger than RTE_ETHER_MTU requires the jumbo frame support, >> and application should enable the jumbo frame offload support for it. >> >> When jumbo frame offload is not enabled by application, bu

Re: [dpdk-dev] [PATCH 4/4] ethdev: remove jumbo offload flag

2021-07-21 Thread Ferruh Yigit
On 7/13/2021 3:07 PM, Andrew Rybchenko wrote: > On 7/9/21 8:29 PM, Ferruh Yigit wrote: >> Removing 'DEV_RX_OFFLOAD_JUMBO_FRAME' offload flag. >> >> Instead of drivers announce this capability, application can deduct the >> capability by checking reported 'dev_info.max_mtu' or >> 'dev_info.max_rx_pk

[dpdk-dev] [PATCH] net/mlx5: fix ROCE LAG bond device probing

2021-07-21 Thread Viacheslav Ovsiienko
The ROCE LAG bond device requires neither E-Switch nor SR-IOV configurations. It means the ROCE LAG bond device might be presented as a single port Infiniband device. The mlx5 PMD wrongly recognized standalone ROCE LAG bond device as E-Switch configuration, this triggered the calls of E-Switch por

[dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Suanming Mou
Currently, the flow indexed pools are allocated per port, the allocation was missing in Windows code. This commit fixes the the Windows flow indexed pools are not allocated issue. Fixes: b4edeaf3efd5 ("net/mlx5: replace flow list with indexed pool") Signed-off-by: Suanming Mou --- drivers/net/

Re: [dpdk-dev] [PATCH 4/4] ethdev: remove jumbo offload flag

2021-07-21 Thread Ferruh Yigit
On 7/13/2021 3:07 PM, Andrew Rybchenko wrote: <...> > >> diff --git a/drivers/net/e1000/e1000_ethdev.h >> b/drivers/net/e1000/e1000_ethdev.h >> index 3b4d9c3ee6f4..1ae78fe71f02 100644 >> --- a/drivers/net/e1000/e1000_ethdev.h >> +++ b/drivers/net/e1000/e1000_ethdev.h >> @@ -468,8 +468,8 @@ void

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Tal Shnaiderman
> Subject: [PATCH] net/mlx5: fix indexed pools allocate on Windows > > Currently, the flow indexed pools are allocated per port, the allocation was > missing in Windows code. > > This commit fixes the the Windows flow indexed pools are not allocated issue. > > Fixes: b4edeaf3efd5 ("net/mlx5: rep

Re: [dpdk-dev] [PATCH v4] build: optional NUMA and cpu counts detection

2021-07-21 Thread Juraj Linkeš
> >>> [However, we also would need to find out how BSD numbers the > >>> domains, too, as it's possible an OS could just call them 0 and 1, > >>> rather than > >>> 0 and 8 if it wanted to.] > >>> > >>> In short, we'd need to test to be sure. Is FreeBSD on P9 a supported > >>> config, and if so can

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Odi Assli
> -Original Message- > From: Tal Shnaiderman > Sent: Wednesday, July 21, 2021 11:40 AM > To: Suanming Mou ; Slava Ovsiienko > ; Matan Azrad ; Odi Assli > > Cc: Raslan Darawsheh ; dev@dpdk.org > Subject: RE: [PATCH] net/mlx5: fix indexed pools allocate on Windows > > > Subject: [PATCH]

Re: [dpdk-dev] [PATCH] net/mlx5: fix indexed pools allocate on Windows

2021-07-21 Thread Matan Azrad
Hi From: Suanming Mou: > Currently, the flow indexed pools are allocated per port, the allocation was > missing in Windows code. > > This commit fixes the the Windows flow indexed pools are not allocated Double "the" Instead, you can use: Allocate indexed pool for the Windows case too. > issue

Re: [dpdk-dev] [PATCH v2] crypto/mvsam: IPSec full offload support

2021-07-21 Thread Thomas Monjalon
The correct wording is "IPsec" and it is flagged by devtools/check-git-log.sh 20/07/2021 22:49, Akhil Goyal: > > From: Michael Shamis > > > > This patch provides the support for IPSec protocol > > offload to the hardware. > > Following security operations are added: > > - session_create > > - se

[dpdk-dev] [PATCH] crypto: fix heap use after free bug

2021-07-21 Thread Ciara Power
The PMD destroy function was calling the release function, which frees cryptodev->data, and then tries to free cryptodev->data->dev_private, which causes the heap use after free issue. A temporary pointer is set before the free of cryptodev->data, which can then be used afterwards to free dev_priv

[dpdk-dev] [PATCH v3 0/7] support yellow color policy in mlx5

2021-07-21 Thread Bing Zhao
When creating a meter policy, the actions for yellow color can be specified together with green color. The mlx5 PMD now supports to set the policy actions for yellow color. The actions list that is supported for yellow is the same as that for green. --- v3: * patch set building fix * bug fixe

[dpdk-dev] [PATCH v3 1/7] net/mlx5: handle yellow case in default meter policy

2021-07-21 Thread Bing Zhao
In order to support the yellow color for the default meter policy, the default policy action for yellow should be created together with the green policy. The default policy action for yellow action is the same as that for green. In the same table, the same matcher will be reused for yellow and the

[dpdk-dev] [PATCH v3 4/7] net/mlx5: split policies handling of colors

2021-07-21 Thread Bing Zhao
If the fate action is either RSS or Queue of a meter policy, the action will only be created in the flow splitting stage. With queue as the fate action, only one sub-policy is needed. And RSS will have more than one sub-policies if there is an expansion. Since the RSS parameters are the same for b

[dpdk-dev] [PATCH v3 2/7] net/mlx5: enable meter bucket overflow for yellow color

2021-07-21 Thread Bing Zhao
To support the meter policy for yellow action, the prerequisite is that the hardware needs to support the EBS, as defined in the RFC2697. https://datatracker.ietf.org/doc/html/rfc2697 Then some of the packets can be marked as yellow if the tokens of C bucket is not enough but enough in E bucket.

[dpdk-dev] [PATCH v3 3/7] net/mlx5: added support for yellow policy rules

2021-07-21 Thread Bing Zhao
When creating a meter policy, both / either of the action rules for green and yellow colors may be provided. After validation, usually the actions are created before the meter is using by a flow rule. If there is action specified for the yellow color, the action rules should be created together wi

[dpdk-dev] [PATCH v3 6/7] net/mlx5: check consistency of meter policy and profile

2021-07-21 Thread Bing Zhao
In the previous implementation, only green color policy was supported in mlx5 PMD. Since yellow color policy is supported now, the consistency of meter policy and profile should be checked. 1. If the profile supports yellow but the policy doesn't, an error should be returned when creating th

[dpdk-dev] [PATCH v3 7/7] net/mlx5: add meter support for trTCM profiles

2021-07-21 Thread Bing Zhao
The support of RFC2698 and RFC4115 are added in mlx5 PMD. Only the ASO metering supports these two profiles. Signed-off-by: Bing Zhao --- doc/guides/nics/mlx5.rst | 1 + doc/guides/rel_notes/release_21_08.rst | 1 + drivers/common/mlx5/mlx5_prm.h | 5 +- drivers/net/m

[dpdk-dev] [PATCH v3 5/7] net/mlx5: support yellow in meter policy validation

2021-07-21 Thread Bing Zhao
In the previous implementation, the policy for yellow color was not supported. The action validation for yellow was skipped. Since the yellow color policy needs to be supported, the validation should also be done for the yellow color. In the meanwhile, due to the fact that color policies of one me

Re: [dpdk-dev] [EXT] Re: [PATCH v2] crypto/mvsam: IPSec full offload support

2021-07-21 Thread Akhil Goyal
> The correct wording is "IPsec" > and it is flagged by devtools/check-git-log.sh > Ahh my bad! Missed to run that on last patch. > 20/07/2021 22:49, Akhil Goyal: > > > From: Michael Shamis > > > > > > This patch provides the support for IPSec protocol > > > offload to the hardware. > > > Follo

[dpdk-dev] [PATCH v5] build: optional NUMA and cpu counts detection

2021-07-21 Thread Juraj Linkeš
Add an option to automatically discover the host's numa and cpu counts and use those values for a non cross-build. Give users the option to override the per-arch default values or values from cross files by specifying them on the command line with -Dmax_lcores and -Dmax_numa_nodes. Signed-off-by:

Re: [dpdk-dev] [EXT] Re: [PATCH v2] crypto/mvsam: IPSec full offload support

2021-07-21 Thread Akhil Goyal
> > > The correct wording is "IPsec" > > and it is flagged by devtools/check-git-log.sh > > > > Ahh my bad! Missed to run that on last patch. > > > 20/07/2021 22:49, Akhil Goyal: > > > > From: Michael Shamis > > > > > > > > This patch provides the support for IPSec protocol > > > > offload to t

Re: [dpdk-dev] [EXT] Re: [PATCH v2] crypto/mvsam: IPSec full offload support

2021-07-21 Thread Thomas Monjalon
21/07/2021 15:14, Akhil Goyal: > > > A checkpatch warning was ignored: > > > > > > Warning in drivers/crypto/mvsam/rte_mrvl_pmd.c: > > > Declaring a variable inside for() > > > > > Will be fixing in next few minutes. > > Thanks for highlighting > > It is fixed now. > Documentation update was also

Re: [dpdk-dev] [PATCH v6 1/5] vhost: fix async vhost ops return type

2021-07-21 Thread Maxime Coquelin
On 7/19/21 10:10 AM, Cheng Jiang wrote: > The async vhost callback ops should return negative value when there > are something wrong in the callback, so the return type should be > changed into int32_t. The issue in vhost example is also fixed. > > Fixes: cd6760da1076 ("vhost: introduce async e

Re: [dpdk-dev] [PATCH v6 2/5] vhost: add unsafe API to clear packets in async vhost

2021-07-21 Thread Maxime Coquelin
On 7/19/21 10:10 AM, Cheng Jiang wrote: > Applications need to stop DMA transfers and finish all the inflight > packets when in VM memory hot-plug case and async vhost is used. This > patch is to provide an unsafe API to clear inflight packets which > are submitted to DMA engine in vhost async d

[dpdk-dev] [PATCH v1 1/1] power: fix multi-queue scale mode for pmd mgmt

2021-07-21 Thread Anatoly Burakov
Currently in scale mode, multi-queue initialization will attempt to initialize and de-initialize the per-lcore power library structures multiple times. Fix it to only do this whenever we either enabling first queue or disabling last queue. Fixes: 5dff9a72b0ef ("power: support callbacks for multipl

Re: [dpdk-dev] [PATCH v6 3/5] vhost: handle memory hotplug for async vhost

2021-07-21 Thread Maxime Coquelin
On 7/19/21 10:10 AM, Cheng Jiang wrote: > From: Jiayu Hu > > When the guest memory is hotplugged, the vhost application which > enables DMA acceleration must stop DMA transfers before the vhost > re-maps the guest memory. > > This patch is to notify the vhost application of stopping DMA > tra

Re: [dpdk-dev] [PATCH v6 4/5] examples/vhost: handle memory hotplug for async vhost

2021-07-21 Thread Maxime Coquelin
On 7/19/21 10:10 AM, Cheng Jiang wrote: > When the guest memory is hotplugged, the vhost application which > enables DMA acceleration must stop DMA transfers before the vhost > re-maps the guest memory. > > To accomplish that, we need to do these changes in the vhost sample: > 1. add inflight p

Re: [dpdk-dev] [PATCH v6 5/5] doc: update doc for inflight packets clear API in vhost lib

2021-07-21 Thread Maxime Coquelin
On 7/19/21 10:10 AM, Cheng Jiang wrote: > Update the program guide and release notes for inflight packets clear > API in vhost lib. > > Signed-off-by: Cheng Jiang > --- > doc/guides/prog_guide/vhost_lib.rst| 5 + > doc/guides/rel_notes/release_21_08.rst | 5 + > 2 files changed, 1

Re: [dpdk-dev] [PATCH v1 1/1] power: fix multi-queue scale mode for pmd mgmt

2021-07-21 Thread David Hunt
Hi Anatoly, On 21/7/2021 3:26 PM, Anatoly Burakov wrote: Currently in scale mode, multi-queue initialization will attempt to initialize and de-initialize the per-lcore power library structures multiple times. Fix it to only do this whenever we either enabling first queue or disabling last queue.

Re: [dpdk-dev] [EXT] Re: [PATCH v2 1/2] drivers: add octeontx crypto adapter framework

2021-07-21 Thread Brandon Lo
On Wed, Jul 21, 2021 at 5:44 AM Thomas Monjalon wrote: > > 20/07/2021 14:14, David Marchand: > > On Tue, Jul 20, 2021 at 1:59 PM Akhil Goyal wrote: > > > > > > Hi David, > > > > > > > > > > deps += ['common_octeontx', 'mempool_octeontx', 'bus_vdev', > > > > > 'net_octeontx'] > > > > > > +deps +

[dpdk-dev] imissed drop with mellanox connectx5

2021-07-21 Thread Yaron Illouz
Hi We try to read from 100G NIC Mellanox ConnectX-5 without drop at nic. All thread are with core pinning and cpu isolation. We use dpdk 19.11 I tried to apply all configuration that are in https://fast.dpdk.org/doc/perf/DPDK_19_08_Mellanox_NIC_performance_report.pdf We have a strange behavior,

Re: [dpdk-dev] [PATCH v2] eal/windows: enforce alarm APIs parameter check

2021-07-21 Thread Dmitry Kozlyuk
2021-07-07 13:25 (UTC-0700), Jie Zhou: > eal/windows alarm APIs rte_eal_alarm_set and rte_eal_alarm_cancel > did not check parameters to fail fast for invalid parameters, which > caught by DPDK UT alarm_autotest. > > Enforce eal/windows alarm APIs parameter check to fail fast for > invalid paramet

Re: [dpdk-dev] [PATCH 1/4] ethdev: fix max Rx packet length

2021-07-21 Thread Ferruh Yigit
On 7/19/2021 4:35 AM, Huisong Li wrote: > Hi, Ferruh > Hi Huisong, Thanks for the review. > 在 2021/7/10 1:29, Ferruh Yigit 写道: >> There is a confusion on setting max Rx packet length, this patch aims to >> clarify it. >> >> 'rte_eth_dev_configure()' API accepts max Rx packet size via >> 'uint32

Re: [dpdk-dev] [dpdk-announce] release candidate 21.08-rc1

2021-07-21 Thread Kalesh Anakkur Purayil
All, The following is a list of tests executed with 21.08-rc1: - Basic functionality: Send and receive multiple types of traffic. - testpmd xstats counter test. - RSS tests. - VLAN filtering tests. - Rx Checksum tests - TSO tests. - MTU and Jumbo frame tests - Changing/checking link status thro

Re: [dpdk-dev] [PATCH] bus/vmbus: Fix crash when handling packets in secondary process

2021-07-21 Thread Stephen Hemminger
Looks good, minor comment. You don't have to check for NULL before calling rte_free(). Rte_free(NULL) is a NOP like free(NULL). Sorry for top posting; but if you send to my Microsoft account you are stuck with what Outlook can do... -Original Message- From: jerb Sent: Tuesday, July 20

[dpdk-dev] [PATCH 0/4] doc: update RTE flow rule and bonding related info

2021-07-21 Thread Martin Havlik
Based on discussion in thread [1], I propose changes in RTE Flow docs to reflect the current state and findings from the discussion. [1] https://mails.dpdk.org/archives/dev/2021-July/213360.html Cc: Jan Viktorin Cc: Ori Kam Cc: Matan Azrad Cc: Thomas Monjalon Cc: Andrew Rybchenko Cc: "Min Hu

[dpdk-dev] [PATCH 1/4] doc: clarify RTE flow behaviour on port stop/start

2021-07-21 Thread Martin Havlik
It is now clearly stated that RTE flow rules can be created only after the port is started. Signed-off-by: Martin Havlik --- doc/guides/nics/mlx5.rst | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst index f5b727c1ee..119

[dpdk-dev] [PATCH 2/4] doc: specify RTE flow create behaviour

2021-07-21 Thread Martin Havlik
The ability to create RTE flow rules, depending on port status, can and does differ between PMDs. Now the doc reflects that. Signed-off-by: Martin Havlik --- doc/guides/prog_guide/rte_flow.rst | 4 1 file changed, 4 insertions(+) diff --git a/doc/guides/prog_guide/rte_flow.rst b/doc/guide

[dpdk-dev] [PATCH 3/4] doc: update bonding mode 8023ad info

2021-07-21 Thread Martin Havlik
Included info on dedicated queues and added related note about issue on mlx5. Signed-off-by: Martin Havlik --- doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst | 8 1 file changed, 8 insertions(+) diff --git a/doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst b/doc/guid

[dpdk-dev] [PATCH 4/4] doc: note that testpmd on mlx5 has dedicated queues problem

2021-07-21 Thread Martin Havlik
In bonding mode 4 (8023ad), dedicated queues are not working on mlx5 NICs. Signed-off-by: Martin Havlik --- doc/guides/testpmd_app_ug/testpmd_funcs.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rs

Re: [dpdk-dev] [PATCH 1/4] ethdev: fix max Rx packet length

2021-07-21 Thread Ferruh Yigit
On 7/13/2021 1:47 PM, Andrew Rybchenko wrote: > On 7/9/21 8:29 PM, Ferruh Yigit wrote: >> There is a confusion on setting max Rx packet length, this patch aims to >> clarify it. >> >> 'rte_eth_dev_configure()' API accepts max Rx packet size via >> 'uint32_t max_rx_pkt_len' filed of the config struc

[dpdk-dev] [PATCH] net/mlx5: fix indirect action modify rollback

2021-07-21 Thread Dmitry Kozlyuk
mlx5_ind_table_obj_modify() first references queues from the new list, then applies the new list to HW. In case of apply failure the function dereferenced queues from the old list, while it should be the new list. Fixes: fa7ad49e96b5 ("net/mlx5: fix shared RSS action update") Cc: andr...@nvidia.co

Re: [dpdk-dev] [PATCH 2/4] doc: specify RTE flow create behaviour

2021-07-21 Thread Stephen Hemminger
On Wed, 21 Jul 2021 17:58:14 +0200 Martin Havlik wrote: > The ability to create RTE flow rules, depending on > port status, can and does differ between PMDs. > Now the doc reflects that. > > Signed-off-by: Martin Havlik > --- > doc/guides/prog_guide/rte_flow.rst | 4 > 1 file changed, 4 i

[dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function

2021-07-21 Thread Xueming Li
Sub-Function [1] is a portion of the PCI device, a SF netdev has its own dedicated queues(txq, rxq). A SF shares PCI level resources with other SFs and/or with its parent PCI function. Auxiliary bus is the fundamental of SF. This patch set introduces Sub-Function support for mlx5 PMD driver includ

[dpdk-dev] [PATCH v4 05/16] common/mlx5: get PCI device address from any bus

2021-07-21 Thread Xueming Li
From: Thomas Monjalon A function is exported to allow retrieving the PCI address of the parent PCI device of a Sub-Function in auxiliary bus sysfs. The function mlx5_dev_to_pci_str() is accepting both PCI and auxiliary devices. In case of a PCI device, it is simply using the device name. The fun

[dpdk-dev] [PATCH v4 04/16] common/mlx5: support auxiliary bus

2021-07-21 Thread Xueming Li
This patch adds auxiliary bus driver and delegate to registered internal mlx5 common device drivers, i.e. eth, vdpa... Current major target is to support SubFunction on auxiliary bus. As a limitation of current driver, numa node of device is detected from PCI bus of device symbol link, will remov

[dpdk-dev] [PATCH v4 01/16] common/mlx5: rename eth device class name

2021-07-21 Thread Xueming Li
To align with EAL class driver, rename internal class name from "net" to "eth" Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/common/mlx5/mlx5_common.h | 2 +- drivers/common/mlx5/mlx5_common_pci.c | 22 -- drivers/net/mlx5/mlx5.c |

[dpdk-dev] [PATCH v4 02/16] common/mlx5: add common device driver

2021-07-21 Thread Xueming Li
To support auxiliary bus, introduces common device driver and callbacks, suppose to replace mlx5 common PCI bus driver. Mlx5 class drivers, i.e. eth, vDPA, regex and compress normally consumes single Verbs device context to probe a device. The Verbs device comes from PCI address if the device is P

[dpdk-dev] [PATCH v4 08/16] net/mlx5: support SubFunction

2021-07-21 Thread Xueming Li
This patch introduces SF support. Similar to VF, SF on auxiliary bus is a portion of hardware PF, no representor or bonding parameters for SF. Devargs to support SF: -a auxiliary:mlx5_core.sf.8,dv_flow_en=1 New global syntax to support SF: -a bus=auxiliary,name=mlx5_core.sf.8/class=eth/driver=mlx

[dpdk-dev] [PATCH v4 03/16] common/mlx5: move description of PCI sysfs functions

2021-07-21 Thread Xueming Li
From: Thomas Monjalon The Linux-specific functions mlx5_get_pci_addr() and mlx5_get_ifname_sysfs() are better described in the .h file. The requirement for using mlx5_get_pci_addr() is explicit: the node /device must exist in the provided sysfs path. Signed-off-by: Thomas Monjalon Acked-by: Vi

[dpdk-dev] [PATCH v4 09/16] net/mlx5: check max Verbs port number

2021-07-21 Thread Xueming Li
Verbs API doesn't support Device port number larger than 255 by design. Adds check and fails probing with proper error log. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/linux/mlx5_os.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/mlx5/li

[dpdk-dev] [PATCH v4 07/16] net/mlx5: migrate to bus-agnostic common driver

2021-07-21 Thread Xueming Li
To support SubFunction based on auxiliary bus, common driver supports new bus-agnostic driver. This patch migrates net driver to new common driver. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/linux/mlx5_os.c | 46 -- drivers/net/mlx

[dpdk-dev] [PATCH v4 06/16] net/mlx5: remove PCI dependency

2021-07-21 Thread Xueming Li
To support more bus types, remove PCI dependency where possible. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/net/mlx5/linux/mlx5_ethdev_os.c | 2 +- drivers/net/mlx5/linux/mlx5_os.c| 4 +-- drivers/net/mlx5/mlx5.c | 45 ++---

[dpdk-dev] [PATCH v4 11/16] vdpa/mlx5: define driver name as macro

2021-07-21 Thread Xueming Li
From: Thomas Monjalon Uses macro for pmd driver name. Signed-off-by: Thomas Monjalon Acked-by: Viacheslav Ovsiienko --- drivers/vdpa/mlx5/mlx5_vdpa.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/mlx5/mlx5_vdpa.c b/drivers/vdpa/mlx5/mlx5_vdpa.c inde

[dpdk-dev] [PATCH v4 14/16] compress/mlx5: migrate to common driver

2021-07-21 Thread Xueming Li
To support auxiliary bus, upgrades driver to use mlx5 common driver structure. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/compress/mlx5/mlx5_compress.c | 71 ++- 1 file changed, 15 insertions(+), 56 deletions(-) diff --git a/drivers/compress/ml

[dpdk-dev] [PATCH v4 13/16] vdpa/mlx5: support SubFunction

2021-07-21 Thread Xueming Li
From: Thomas Monjalon Supports SubFunction on auxiliary bus. SF probe devargs: auxiliary:mlx5_core.sf.,class=vdpa Signed-off-by: Thomas Monjalon Acked-by: Viacheslav Ovsiienko --- doc/guides/vdpadevs/mlx5.rst | 10 ++ drivers/vdpa/mlx5/mlx5_vdpa.c | 8 ++-- 2 files changed, 16

[dpdk-dev] [PATCH v4 12/16] vdpa/mlx5: remove PCI specifics

2021-07-21 Thread Xueming Li
From: Thomas Monjalon Removes PCI specific driver, replaces with common class driver. Signed-off-by: Thomas Monjalon Acked-by: Viacheslav Ovsiienko --- drivers/vdpa/mlx5/mlx5_vdpa.c | 119 ++ drivers/vdpa/mlx5/mlx5_vdpa.h | 1 - 2 files changed, 34 insertions

[dpdk-dev] [PATCH v4 15/16] crypto/mlx5: migrate to common driver

2021-07-21 Thread Xueming Li
To support auxiliary bus, upgrades driver to use mlx5 common driver structure. Signed-off-by: Xueming Li --- drivers/crypto/mlx5/mlx5_crypto.c | 61 --- drivers/crypto/mlx5/mlx5_crypto.h | 1 - 2 files changed, 16 insertions(+), 46 deletions(-) diff --git a/drivers/

[dpdk-dev] [PATCH v4 10/16] regex/mlx5: migrate to common driver

2021-07-21 Thread Xueming Li
To support auxiliary bus, upgrades driver to use mlx5 common driver structure. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/regex/mlx5/mlx5_regex.c | 49 - drivers/regex/mlx5/mlx5_regex.h | 1 - 2 files changed, 18 insertions(+), 32 delet

[dpdk-dev] [PATCH v4 16/16] common/mlx5: clean up legacy PCI bus driver

2021-07-21 Thread Xueming Li
Clean up legacy PCI bus driver since all mlx5 PMDs moved to new common PCI bus driver. Signed-off-by: Xueming Li Acked-by: Viacheslav Ovsiienko --- drivers/common/mlx5/linux/mlx5_common_os.h | 1 - drivers/common/mlx5/mlx5_common.c | 1 - drivers/common/mlx5/mlx5_common.h

[dpdk-dev] [PATCH v3] doc: announce API changes for Windows compatibility

2021-07-21 Thread Dmitry Kozlyuk
Windows system headers define `s_addr`, `min`, and `max` macros which break structure definitions containing fields with one of these names. Undefining those macros would break consumer code that relies on them. Example 1: #include #include struct in_addr addr; /* addr.s_addr =

[dpdk-dev] [PATCH v4] doc: announce API changes for Windows compatibility

2021-07-21 Thread Dmitry Kozlyuk
Windows headers define `s_addr`, `min`, and `max` as macros. If DPDK headers are included after Windows ones, DPDK structure definitions containing fields with these names get broken (example 1), as well as any usage of such fields (example 2). If DPDK headers undefined these macros, it could break

[dpdk-dev] [PATCH] build: enable to build on power10 or newer for ppc

2021-07-21 Thread Thinh Tran
A older version of complier would fail to generate code for new Power CPUs when it uses "-mcpu=native" argument. This patch will test if the compiler supports the current Power CPU type then proceeds with "-mcpu=native" argument, else it tries with older type. Limit to two older CPU type levels.

Re: [dpdk-dev] [dpdk-announce] release candidate 21.08-rc1

2021-07-21 Thread Thinh Tran
Hi- IBM - DPDK on Power Systems * Basic PF on Mellanox: No new issues or regressions were seen. * Performance: not tested. Systems tested: - IBM Power9 PowerNV 9006-22P OS: RHEL 8.3 GCC: version 8.3.1 20191121 (Red Hat 8.3.1-5) NICs: - Mellanox Technologies MT2

Re: [dpdk-dev] [PATCH v4 00/16] net/mlx5: support Sub-Function

2021-07-21 Thread Thomas Monjalon
21/07/2021 16:37, Xueming Li: > Sub-Function [1] is a portion of the PCI device, a SF netdev has its own > dedicated queues(txq, rxq). A SF shares PCI level resources with other > SFs and/or with its parent PCI function. Auxiliary bus is the > fundamental of SF. > > This patch set introduces Sub-F

Re: [dpdk-dev] [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work

2021-07-21 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ting > Sent: Sunday, July 18, 2021 10:50 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wu, Jingjing ; > Xing, Beilei ; Xu, Ting ; > sta...@dpdk.org > Subject: [PATCH v1] net/ice: fix IPv6 fragment RSS L3 dst/src not work > > Since the header type of IPv6 fr

[dpdk-dev] [PATCH] doc: update matching list for ice

2021-07-21 Thread Qi Zhang
Add recommended matching list for ice PMD in DPDK 21.05. Signed-off-by: Qi Zhang --- doc/guides/nics/ice.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/guides/nics/ice.rst b/doc/guides/nics/ice.rst index 22a19b8bba..5bc472faa9 100644 --- a/doc/guides/nics/ice.rst +++ b/doc/guides/

Re: [dpdk-dev] [DISCUSSION] code snippet documentation

2021-07-21 Thread Asaf Penso
+ dev@dpdk Regards, Asaf Penso From: users on behalf of Asaf Penso Sent: Thursday, 15 July 2021, 10:02 To: us...@dpdk.org Subject: [dpdk-users] [DISCUSSION] code snippet documentation Hello DPDK community, I would like to bring up a discussion about a way to h

[dpdk-dev] [PATCH v7 0/5] vhost: handle memory hotplug for async vhost

2021-07-21 Thread Cheng Jiang
When the guest memory is hotplugged, the vhost application which enables DMA acceleration must stop DMA transfers before the vhost re-maps the guest memory. This patch set is to provide an unsafe API to drain inflight pkts which are submitted to DMA engine in vhost async data path, and notify the

[dpdk-dev] [PATCH v7 1/5] vhost: fix async vhost ops return type

2021-07-21 Thread Cheng Jiang
The async vhost callback ops should return negative value when there are something wrong in the callback, so the return type should be changed into int32_t. The issue in vhost example is also fixed. Fixes: cd6760da1076 ("vhost: introduce async enqueue for split ring") Fixes: 819a71685826 ("vhost:

[dpdk-dev] [PATCH v7 2/5] vhost: add unsafe API to clear packets in async vhost

2021-07-21 Thread Cheng Jiang
Applications need to stop DMA transfers and finish all the inflight packets when in VM memory hot-plug case and async vhost is used. This patch is to provide an unsafe API to clear inflight packets which are submitted to DMA engine in vhost async data path. Signed-off-by: Cheng Jiang Reviewed-by:

[dpdk-dev] [PATCH v7 3/5] vhost: handle memory hotplug for async vhost

2021-07-21 Thread Cheng Jiang
From: Jiayu Hu When the guest memory is hotplugged, the vhost application which enables DMA acceleration must stop DMA transfers before the vhost re-maps the guest memory. This patch is to notify the vhost application of stopping DMA transfers. Signed-off-by: Jiayu Hu Reviewed-by: Maxime Coque

[dpdk-dev] [PATCH v7 4/5] examples/vhost: handle memory hotplug for async vhost

2021-07-21 Thread Cheng Jiang
When the guest memory is hotplugged, the vhost application which enables DMA acceleration must stop DMA transfers before the vhost re-maps the guest memory. To accomplish that, we need to do these changes in the vhost sample: 1. add inflight packets count. 2. add vring_state_changed() callback. 3.

[dpdk-dev] [PATCH v7 5/5] doc: update doc for queue clear API in vhost lib

2021-07-21 Thread Cheng Jiang
Update the program guide and release notes for virtqueue inflight packets clear API in vhost lib. Signed-off-by: Cheng Jiang Reviewed-by: Maxime Coquelin --- doc/guides/prog_guide/vhost_lib.rst| 5 + doc/guides/rel_notes/release_21_08.rst | 5 + 2 files changed, 10 insertions(+) di

Re: [dpdk-dev] [PATCH v7 0/5] vhost: handle memory hotplug for async vhost

2021-07-21 Thread Xia, Chenbo
> -Original Message- > From: Jiang, Cheng1 > Sent: Thursday, July 22, 2021 12:09 PM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; Hu, Jiayu ; Yang, YvonneX > ; Jiang, Cheng1 > Subject: [PATCH v7 0/5] vhost: handle memory hotplug for async vhost > > When the guest mem

Re: [dpdk-dev] [PATCH 1/4] ethdev: fix max Rx packet length

2021-07-21 Thread Ajit Khaparde
> > [snip] > > > >> diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h > >> index faf3bd901d75..9f288f98329c 100644 > >> --- a/lib/ethdev/rte_ethdev.h > >> +++ b/lib/ethdev/rte_ethdev.h > >> @@ -410,7 +410,7 @@ enum rte_eth_tx_mq_mode { > >> struct rte_eth_rxmode { > >> /** The mu