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
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
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
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
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
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
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
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
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
> -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
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)
+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
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
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
> 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.
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/
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,
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
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/
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_
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
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:
>
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
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
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
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
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
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
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
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(+
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:
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
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
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
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,
> >>
> >
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)
> > 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
> 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
> 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
> > > 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
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
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
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
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
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
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
46 matches
Mail list logo