Re: [PATCH v2 38/45] bus/vmbus: use rte stdatomic API

2024-03-22 Thread Mattias Rönnblom
On 2024-03-21 22:34, Long Li wrote: static inline void vmbus_set_monitor(const struct vmbus_channel *channel, uint32_t monitor_id) { - uint32_t *monitor_addr, monitor_mask; + RTE_ATOMIC(uint32_t) *monitor_addr, monitor_mask; unsigned int trigger_index; tr

[PATCH v2 0/6] support setting lanes

2024-03-22 Thread Dengdui Huang
At the physical layer, multiple lanes are often used to work together to achieve higher speeds. So a speeds can be achieved with different number of lanes. For example, the following solutions can be used to implement 100G: 1. Combines four 25G lanes 2. Combines two 50G lanes 3. A single 100G lane

[PATCH v2 3/6] ethdev: add function to parse link mode info

2024-03-22 Thread Dengdui Huang
Added function rte_eth_link_mode_parse() to parse the speed number, lanes and duplex parameters from the Link speed apabilities bitmap flags. Signed-off-by: Dengdui Huang --- doc/guides/rel_notes/release_24_03.rst | 3 + lib/ethdev/rte_ethdev.c| 199 + l

[PATCH v2 2/6] test: updated UT for setting lanes

2024-03-22 Thread Dengdui Huang
The lanes number is added to the ethdev link test case. Signed-off-by: Dengdui Huang --- app/test/test_ethdev_link.c | 18 +++--- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/app/test/test_ethdev_link.c b/app/test/test_ethdev_link.c index f063a5fe26..1c31bc0448 1006

[PATCH v2 4/6] net/hns3: use parse link mode info function

2024-03-22 Thread Dengdui Huang
This patch use the framework public function to replace the driver's private function. Signed-off-by: Dengdui Huang --- drivers/net/hns3/hns3_ethdev.c | 51 +++--- 1 file changed, 10 insertions(+), 41 deletions(-) diff --git a/drivers/net/hns3/hns3_ethdev.c b/drivers

[PATCH v2 1/6] ethdev: support setting lanes

2024-03-22 Thread Dengdui Huang
Some speeds can be achieved with different number of lanes. For example, 100Gbps can be achieved using two lanes of 50Gbps or four lanes of 25Gbps. When use different lanes, the port cannot be up. This patch add support setting lanes and report lanes. In addition, add a device capability RTE_ETH_D

[PATCH v2 6/6] app/testpmd: support setting lanes

2024-03-22 Thread Dengdui Huang
Add a command to config speed with lanes and added print the lane number for show info command. Signed-off-by: Dengdui Huang --- app/test-pmd/cmdline.c | 199 +--- app/test-pmd/config.c | 78 +--- doc/guides/testpmd_app_ug/testpmd_f

[PATCH v2 5/6] net/hns3: support setting lanes

2024-03-22 Thread Dengdui Huang
Some speeds can be achieved with different number of lanes. For example, 100Gbps can be achieved using two lanes of 50Gbps or four lanes of 25Gbps. When use different lanes, the port cannot be up. This patch add support for setting lanes and report lanes. In addition, when reporting FEC capability

[PATCH v2] graph: fix head move when graph walk in mcore dispatch

2024-03-22 Thread Jingjing Wu
Head move happens before the core id check, which will cause the last source node be executed even core id is not correct. This patch changes head check to less than 1 instead of 0 to fix this issue. Fixes: 35dfd9b9fd85 ("graph: introduce graph walk by cross-core dispatch") Signed-off-by: Jingjin

RE: [EXTERNAL] [PATCH] graph: enhance export to graphviz

2024-03-22 Thread Kiran Kumar Kokkilagadda
> -Original Message- > From: Robin Jarry > Sent: Wednesday, March 20, 2024 10:41 PM > To: dev@dpdk.org; Jerin Jacob ; Kiran Kumar > Kokkilagadda ; Nithin Kumar Dabilpuram > ; Zhirun Yan > Subject: [EXTERNAL] [PATCH] graph: enhance export to graphviz > > Prioritize security for externa

Intel x553 hot swap of SFP 10G/1G causes link down and unknown speed

2024-03-22 Thread Prasanna Panchamukhi
Hot swap of SFPs 10G/1G current is not support on Intel x553 controller with dpdk 21.11.3 CPU Intel(R) Atom(TM) CPU C3558R @ 2.40GHz x553 ports bond to dpdk inserted with 10G and 1G SFPs # lspci 07:00.0 *Ether*net controller: Intel Corporation *Ether*net Connection X553 10 GbE SFP+ (rev 11)

Re: [PATCH 0/2] introduce PM QoS interface

2024-03-22 Thread lihuisong (C)
+Tyler, +Alan, +Wei, +Long for asking this similar feature on Windows. 在 2024/3/21 21:30, Morten Brørup 写道: From: lihuisong (C) [mailto:lihuis...@huawei.com] Sent: Thursday, 21 March 2024 04.04 Hi Moren, Thanks for your revew. 在 2024/3/20 22:05, Morten Brørup 写道: From: Huisong Li [mailto:lih

[PATCH] net/mlx5/hws: fix invalid memory access in decapl3

2024-03-22 Thread Gregory Etelson
From: Alex Vesker In case decapL3 action is created we would access header data even in case the SHARED flag is not set, this would lead to an invalid memory access. Fixes: 3a6c50215c07 ("net/mlx5/hws: support multi-pattern") Cc: sta...@dpdk.org Signed-off-by: Alex Vesker --- drivers/net/mlx

[DPDK/ethdev Bug 1406] "net/ice" and "net/i40e" have not implemented outer UDP checksum offload, but the capability flag has been set.

2024-03-22 Thread bugzilla
https://bugs.dpdk.org/show_bug.cgi?id=1406 Bug ID: 1406 Summary: "net/ice" and "net/i40e" have not implemented outer UDP checksum offload, but the capability flag has been set. Product: DPDK Version: 23.11

RE: [PATCH 0/2] introduce PM QoS interface

2024-03-22 Thread Morten Brørup
> From: lihuisong (C) [mailto:lihuis...@huawei.com] > Sent: Friday, 22 March 2024 09.54 > > +Tyler, +Alan, +Wei, +Long for asking this similar feature on Windows. > > 在 2024/3/21 21:30, Morten Brørup 写道: > >> From: lihuisong (C) [mailto:lihuis...@huawei.com] > >> Sent: Thursday, 21 March 2024 04.

[PATCH] Spelling: Fix spelling mistake.

2024-03-22 Thread masoumeh . farhadinia
From: Masi Caught by codespell. Signed-off-by: Masi --- examples/ipsec-secgw/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/parser.c b/examples/ipsec-secgw/parser.c index 98f8176651..2bd6df335b 100644 --- a/examples/ipsec-secgw/parser.c +++ b/

[PATCH] Spelling : Fix spelling mistake.

2024-03-22 Thread Fidel Castro
Caught by codespell. Signed-off-by: Fidel Castro --- app/test/test_power.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_power.c b/app/test/test_power.c index f1e80299d3..403adc22d6 100644 --- a/app/test/test_power.c +++ b/app/test/test_power.c @@ -143,7 +143,

[PATCH] Spelling: Fixed a spelling.

2024-03-22 Thread EmiAoki
Caught by codespell. Signed-off-by: emi --- doc/guides/prog_guide/profile_app.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/profile_app.rst b/doc/guides/prog_guide/profile_app.rst index 14292d4c25..a6b5fb4d5e 100644 --- a/doc/guides/prog_guide/pro

[PATCH] Spelling: Fixed a spelling mistake.

2024-03-22 Thread Flore
Caught by codespell Signed-off-by: Flore Norceide --- doc/guides/prog_guide/packet_framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/prog_guide/packet_framework.rst b/doc/guides/prog_guide/packet_framework.rst index ebc69d8c3e..9987ead6c5 100644 --- a/

[PATCH] Spelling: Fix Spelling mistake.

2024-03-22 Thread vinh . t . tran10
From: vtran0314 Caught by codespell. Signed-off-by: Vinh Tran --- app/test/test_cfgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_cfgfile.c b/app/test/test_cfgfile.c index 2f596affee..adc6732cd1 100644 --- a/app/test/test_cfgfile.c +++ b/app/test/test_

[PATCH] Spelling: Fixed a spelling mistake.

2024-03-22 Thread hollynichols04
From: Holly Nichols Caught by codespell. Signed-off-by: Holly Nichols --- app/test/test_cfgfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_cfgfile.c b/app/test/test_cfgfile.c index 2f596affee..21bf34a718 100644 --- a/app/test/test_cfgfile.c +++ b/app/te

Re: [PATCH 0/3] support setting lanes

2024-03-22 Thread Thomas Monjalon
22/03/2024 06:51, Jerin Jacob: > On Fri, Mar 22, 2024 at 10:56 AM Ajit Khaparde > wrote: > > > > On Thu, Mar 21, 2024 at 9:39 PM Jerin Jacob wrote: > > > > > > On Fri, Mar 22, 2024 at 7:58 AM huangdengdui > > > wrote: > > > > > > > > > > > > > > > > On 2024/3/21 16:28, Thomas Monjalon wrote: >

[PATCH] dma/cnxk: fix driver header

2024-03-22 Thread David Marchand
Add missing 'extern "C"' to file. Using __rte_internal requires including rte_compat.h. Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue") Signed-off-by: David Marchand --- drivers/dma/cnxk/cnxk_dma_event_dp.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/driv

[PATCH] table: remove experimental CRC API for some arches

2024-03-22 Thread David Marchand
x86 and ARM architectures provide a non-experimental implementation for rte_crc32_u64(). Experimental API rte_crc32_u64_generic() was only exported for other arches. Leaving this API exposed could result in portability issues: an application using rte_crc32_u64_generic() would not compile on x86 o

Re: [PATCH v2 1/6] ethdev: support setting lanes

2024-03-22 Thread Thomas Monjalon
22/03/2024 08:09, Dengdui Huang: > -#define RTE_ETH_LINK_SPEED_10G RTE_BIT32(8) /**< 10 Gbps */ > -#define RTE_ETH_LINK_SPEED_20G RTE_BIT32(9) /**< 20 Gbps */ > -#define RTE_ETH_LINK_SPEED_25G RTE_BIT32(10) /**< 25 Gbps */ > -#define RTE_ETH_LINK_SPEED_40G RTE_BIT32(11) /**< 40 Gb

Re: [PATCH v2 1/6] ethdev: support setting lanes

2024-03-22 Thread Ajit Khaparde
On Fri, Mar 22, 2024 at 6:58 AM Thomas Monjalon wrote: > > 22/03/2024 08:09, Dengdui Huang: > > -#define RTE_ETH_LINK_SPEED_10G RTE_BIT32(8) /**< 10 Gbps */ > > -#define RTE_ETH_LINK_SPEED_20G RTE_BIT32(9) /**< 20 Gbps */ > > -#define RTE_ETH_LINK_SPEED_25G RTE_BIT32(10) /**< 25 Gbps

Re: [PATCH v6 01/14] examples/l3fwd: fix queue ID restriction

2024-03-22 Thread David Marchand
Hello, On Thu, Mar 21, 2024 at 7:48 PM Sivaprasad Tummala wrote: > > Currently application supports queue IDs up to 255 I think it only relates to Rx queue IDs. Before this patch, the Tx queue count is already stored as a uint32_t or uint16_t and checked against RTE_MAX_LCORE. So no limit on th

Re: [PATCH] dma/cnxk: fix driver header

2024-03-22 Thread Tyler Retzlaff
On Fri, Mar 22, 2024 at 02:52:55PM +0100, David Marchand wrote: > Add missing 'extern "C"' to file. > Using __rte_internal requires including rte_compat.h. > > Fixes: 1693345b6a33 ("dma/cnxk: support DMA event enqueue/dequeue") > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff

[PATCH 1/2] mailmap: fix outdated entry for Zhirun

2024-03-22 Thread David Marchand
Fixes: aafd14f43eea ("maintainers: update for graph library") Signed-off-by: David Marchand --- .mailmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 50726e1232..83470af712 100644 --- a/.mailmap +++ b/.mailmap @@ -1683,7 +1683,7 @@ Zhihong Wang

[PATCH 2/2] devtools: check that maintainers are listed in mailmap

2024-03-22 Thread David Marchand
When a maintainer changes its mail address, check that the associated entry in .mailmap knows this address, otherwise there is a chance .mailmap points at an obsolete address. Signed-off-by: David Marchand --- devtools/check-maintainers.sh | 18 ++ 1 file changed, 18 insertions(+

[PATCH v2] graph: expose node context as pointers

2024-03-22 Thread Robin Jarry
In some cases, the node context data is used to store two pointers because the data is larger than the reserved 16 bytes. Having to define intermediate structures just to be able to cast is tedious. Add two pointers that take the same space than ctx. Signed-off-by: Robin Jarry --- Notes: v2:

Re: [PATCH v2] graph: expose node context as pointers

2024-03-22 Thread Tyler Retzlaff
On Fri, Mar 22, 2024 at 05:31:31PM +0100, Robin Jarry wrote: > In some cases, the node context data is used to store two pointers > because the data is larger than the reserved 16 bytes. Having to define > intermediate structures just to be able to cast is tedious. Add two > pointers that take the

Re: pcapng_autotest unit test false positive

2024-03-22 Thread Patrick Robb
Hi David, Yes I'm seeing this pcapng_autotest fail intermittently on debian 11 recently. It also got flagged on Slack, where Stephen indicated it is likely a lab infra failure. Anyways, I guess based on the logs above it is a timestamp error from TSC (as you can see HPET is not used). Indeed, the

Re: [PATCH v2 1/6] ethdev: support setting lanes

2024-03-22 Thread Tyler Retzlaff
On Fri, Mar 22, 2024 at 08:15:00AM -0700, Ajit Khaparde wrote: > On Fri, Mar 22, 2024 at 6:58 AM Thomas Monjalon wrote: > > > > 22/03/2024 08:09, Dengdui Huang: > > > -#define RTE_ETH_LINK_SPEED_10G RTE_BIT32(8) /**< 10 Gbps */ > > > -#define RTE_ETH_LINK_SPEED_20G RTE_BIT32(9) /**< 20 G

Re: [PATCH 0/2] introduce PM QoS interface

2024-03-22 Thread Tyler Retzlaff
On Fri, Mar 22, 2024 at 04:54:01PM +0800, lihuisong (C) wrote: > +Tyler, +Alan, +Wei, +Long for asking this similar feature on Windows. > > 在 2024/3/21 21:30, Morten Brørup 写道: > >>From: lihuisong (C) [mailto:lihuis...@huawei.com] > >>Sent: Thursday, 21 March 2024 04.04 > >> > >>Hi Moren, > >> > >

Re: release candidate 24.03-rc3

2024-03-22 Thread Thinh Tran
IBM - Power Systems DPDK v24.03-rc3-2-gc96e9ca312 * Build CI on Fedora 30,37,38,39,40 container images for ppc64le * Basic PF on Mellanox: No issue found * Performance: not tested. * OS:- RHEL 9.3 kernel: 5.14.0-362.2.1.el9_3.ppc64le with gcc version 11.4.1 20230605 (Red Hat 11.4.1-2)

RE: [PATCH v2 38/45] bus/vmbus: use rte stdatomic API

2024-03-22 Thread Long Li
> > The usage is okay. The value is used to notify the VSP (Hyper-V). It's > > always set > (no read) from DPDK. > > > > OK, so my question was not "does it need to be atomic", but rather "why isn't > it > marked RTE_ATOMIC() when it's treated as atomic". > > But what you are saying is that i

RE: [EXTERNAL] [PATCH v7 1/2] doc: remove outdated version details

2024-03-22 Thread Akhil Goyal
> SW PMDs documentation is updated to remove details of unsupported IPsec > Multi-buffer versions. DPDK older than 20.11 is end of life. So, older > DPDK versions are removed from the Crypto library version table. > > Signed-off-by: Sivaramakrishnan Venkat > Signed-off-by: Brian Dooley > Acked-b

RE: [PATCH v2 38/45] bus/vmbus: use rte stdatomic API

2024-03-22 Thread Long Li
> static inline void > vmbus_set_monitor(const struct vmbus_channel *channel, uint32_t monitor_id) > { > - uint32_t *monitor_addr, monitor_mask; > + RTE_ATOMIC(uint32_t) *monitor_addr, monitor_mask; Does this mean monitor_mask will also change to RTE_ATOMIC(uint32_t)? Seems not necessa

RE: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB library tag

2024-03-22 Thread Akhil Goyal
> > > Subject: Re: [EXTERNAL] [PATCH v3] doc/ipsec_mb: update Arm IPsec-MB > library > > > tag > > > > > > We are rebuilding from this tag right now. I know the IPSEC update is > > > now postponed until after 24.03, but once this install is done, do you > > > want me to issue retests for all the r

[RFC 0/2] Add support for link speed lanes

2024-03-22 Thread Damodharam Ammepalli
BRCM576xx NIC modules support speeds with different lanes configuration. This is an alternate proposal to https://patchwork.dpdk.org/project/dpdk/list/?series=31593 Please provide your review. Broadcom driver patches will follow. Damodharam Ammepalli (2): lib/ethdev: Add link_speed lanes suppor

[RFC 1/2] lib/ethdev: Add link_speed lanes support into rte lib

2024-03-22 Thread Damodharam Ammepalli
Update the eth_dev_ops structure with new function vectors to get and set number of speed lanes. This will help user to configure the same fixed speed with different number of lanes based on the physical carrier type. Signed-off-by: Damodharam Ammepalli Reviewed-by: Kalesh AP Reviewed-by: Ajit

[RFC 2/2] testpmd: Add speed lanes to testpmd config and show command

2024-03-22 Thread Damodharam Ammepalli
Add speed lanes configuration and display commands support to testpmd. Also provide display the lanes info show device info. testpmd> testpmd> port stop 0 testpmd> port config 0 speed_lanes 4 testpmd> port config 0 speed 20 duplex full testpmd> port start 0 testpmd> show port summary 0 Number

Re: [PATCH v2 1/6] ethdev: support setting lanes

2024-03-22 Thread Damodharam Ammepalli
On Fri, Mar 22, 2024 at 10:32 AM Tyler Retzlaff wrote: > > On Fri, Mar 22, 2024 at 08:15:00AM -0700, Ajit Khaparde wrote: > > On Fri, Mar 22, 2024 at 6:58 AM Thomas Monjalon wrote: > > > > > > 22/03/2024 08:09, Dengdui Huang: > > > > -#define RTE_ETH_LINK_SPEED_10G RTE_BIT32(8) /**< 10 Gbps

Re: pcapng_autotest unit test false positive

2024-03-22 Thread Stephen Hemminger
On Fri, 22 Mar 2024 13:12:24 -0400 Patrick Robb wrote: > Hi David, > > Yes I'm seeing this pcapng_autotest fail intermittently on debian 11 > recently. It also got flagged on Slack, where Stephen indicated it is > likely a lab infra failure. > > Anyways, I guess based on the logs above it is a

Re: [PATCH v2] graph: expose node context as pointers

2024-03-22 Thread Robin Jarry
Hi Tyler, Tyler Retzlaff, Mar 22, 2024 at 17:56: i can answer this! windows toolchains will only require __extension__ qualification on use of statement expressions, so msvc won't require any use of __extension__ in this patch. as a general rule of thumb __extension__ is something you may choo