[PATCH] net/ixgbe: fix RSS redirection table configuration for E610

2024-11-25 Thread Yuan Wang
Add labels to get the correct table size and register address for RETA. Fixes: 316637762a5f ("net/ixgbe/base: enable E610 device") Signed-off-by: Yuan Wang --- drivers/net/ixgbe/ixgbe_ethdev.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/net/ixgbe/ixgbe_ethdev.c b/drivers/net

Re: [PATCH v1 0/3] Bugfixes

2024-11-25 Thread Serhii Iliushyk
>On 24.11.2024, 20:13, "Stephen Hemminger" wrote: > > >On Wed, 20 Nov 2024 19:02:54 +0100 >Serhii Iliushyk mailto:sil-...@napatech.com>> wrote: > > >> This patch set provides further fixes: >> >> Feature DSCP: >> The issue with the modification of the DSCP field >> for IPV4 and IPV6 is fixed by ad

Re: [PATCH] vhost: fix read vs write lock mismatch

2024-11-25 Thread Maxime Coquelin
On 11/25/24 17:28, David Marchand wrote: On Mon, Nov 25, 2024 at 5:20 PM Maxime Coquelin wrote: On 11/25/24 12:14, David Marchand wrote: On Mon, Nov 18, 2024 at 5:24 PM Stephen Hemminger wrote: If lock is acquired for write, it must be released for write or a deadlock is likely. Bugzill

Re: [PATCH] vhost: fix read vs write lock mismatch

2024-11-25 Thread Stephen Hemminger
On Mon, 25 Nov 2024 17:31:26 +0100 Maxime Coquelin wrote: > On 11/25/24 17:28, David Marchand wrote: > > On Mon, Nov 25, 2024 at 5:20 PM Maxime Coquelin > > wrote: > >> On 11/25/24 12:14, David Marchand wrote: > >>> On Mon, Nov 18, 2024 at 5:24 PM Stephen Hemminger > >>> wrote: > > >

Re: [PATCH v3 3/3] net/hns3: fix Rx packet without CRC data

2024-11-25 Thread Stephen Hemminger
On Fri, 19 Jul 2024 17:04:15 +0800 Jie Hai wrote: > +static inline void > +hns3_recalculate_crc(struct rte_mbuf *m) > +{ > + char *append_data; > + uint32_t crc; > + > + crc = rte_net_crc_calc(rte_pktmbuf_mtod(m, void *), > +m->data_len, RTE_NET_CRC32_ETH);

Re: [PATCH] examples/l3fwd: fix Tx performance deteriorate

2024-11-25 Thread Stephen Hemminger
On Fri, 22 Nov 2024 15:13:36 +0800 Jie Hai wrote: > The application send packets only when the buffer is full, or the > buffer is empty and the number of packets to be sent extends half > of the buffer. > > The change of MAX_PKT_BURST increases TX buffer size, while the > default size of local c

[PATCH] net/mlx5: fix Rx queue control deref

2024-11-25 Thread Bing Zhao
When the Rx queue is shared, only the control structure is shared and the private structure of each Rx queue is still independent. During the port stop stage, the hardware resource will be released, and the memory will be freed in the device close stage. Then the control structure reference count s

Re: Doubts in JumboFrames and stats_checks tests in DTS.

2024-11-25 Thread Patrick Robb
Hi Bharati, Thanks, here is the meeting info. I'll see you tomorrow! --- Patrick Robb is inviting you to a scheduled Zoom meeting. Topic: Bharati & Patrick DTS Discussion Time: Nov 26, 2024 11:00 AM Eastern Time (US and Canada) Join from PC, Mac, Linux, iOS or Android:

Re: [PATCH v5 01/16] eal: provide pack start macro for MSVC

2024-11-25 Thread Andre Muezerie
On Fri, Nov 22, 2024 at 09:13:38AM +0100, Morten Brørup wrote: > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Friday, 22 November 2024 01.12 > > > > On Thu, Nov 21, 2024 at 09:51:36PM +0100, Thomas Monjalon wrote: > > > 21/11/2024 20:39, Andre Muezerie: > > > > On Tue, No

Re: [PATCH] vhost: fix read vs write lock mismatch

2024-11-25 Thread David Marchand
On Mon, Nov 18, 2024 at 5:24 PM Stephen Hemminger wrote: > > If lock is acquired for write, it must be released for write > or a deadlock is likely. > > Bugzilla ID: 1582 > Fixes: 9fc93a1e2320 ("vhost: fix virtqueue access check in datapath") > Cc: david.march...@redhat.com > Cc: sta...@dpdk.org >

[PATCH v2 2/3] net/i40e: initialize PTP to system time

2024-11-25 Thread Anatoly Burakov
Currently, i40e driver initializes PTP timestamp to 0. This is different from what kernel driver does (which initializes it to system time). Align the DPDK driver to kernel driver by setting PTP timestamp to system time when enabling PTP. Note that i40e driver always uses zero-based timestamps fo

[PATCH v2 1/3] net/ixgbe: initialize PTP to system time

2024-11-25 Thread Anatoly Burakov
Currently, ixgbe driver initializes PTP timestamp to 0. This is different from what kernel driver does (which initializes it to system time). Align the DPDK driver to kernel driver by setting PTP timestamp to system time when enabling PTP. Note that ixgbe driver always uses zero-based timestamps

[PATCH v2 3/3] net/e1000: initialize PTP to system time

2024-11-25 Thread Anatoly Burakov
Currently, e1000 driver initializes PTP timestamp to 0. This is different from what kernel driver does (which initializes it to system time). Align the DPDK driver to kernel driver by setting PTP timestamp to system time when enabling PTP. Note that e1000 driver always uses zero-based timestamps

Re: Doubts in JumboFrames and stats_checks tests in DTS.

2024-11-25 Thread Patrick Robb
Hi Bharati, It might be easiest to address your questions over a video conference call instead of email. Would this be okay? I am free tomorrow 11/26 16:00-18:00 UTC, or Wednesday 11/27 14:00-16:00 UTC and 20:00-22:00 UTC. Or I have other availability if none of these work. On Mon, Nov 25, 2024

DPDK CI Testing Meeting schedule updates

2024-11-25 Thread Patrick Robb
Hello, I have a couple reminders/updates for the schedule of the upcoming DPDK CI Testing meetings. 1. The meeting which was scheduled to happen this Thursday, November 28, is cancelled due to the American Thanksgiving Holiday. To "make up" for this, I will add a brief CI Labs discussion topic to

Re: [PATCH v6 06/14] net/af_xdp: use rte strerror

2024-11-25 Thread Maryam Tahhan
The rte_errno may be an RTE-specific error code, use rte_strerror() instead of strerror(). Signed-off-by: Dengdui Huang --- drivers/net/af_xdp/rte_eth_af_xdp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/af_xdp/rte_eth_af_xdp.c b/drivers/net/af_xdp/rte_eth

Re: [PATCH] vhost: fix read vs write lock mismatch

2024-11-25 Thread Maxime Coquelin
On 11/25/24 12:14, David Marchand wrote: On Mon, Nov 18, 2024 at 5:24 PM Stephen Hemminger wrote: If lock is acquired for write, it must be released for write or a deadlock is likely. Bugzilla ID: 1582 Fixes: 9fc93a1e2320 ("vhost: fix virtqueue access check in datapath") Cc: david.march...

Re: [RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers

2024-11-25 Thread David Marchand
Hello Bruce, On Fri, Nov 22, 2024 at 1:54 PM Bruce Richardson wrote: > > This RFC attempts to reduce the amount of code duplication across a > number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. Thanks for starting this effort! > > The first patch extract a function from the

Re: [PATCH] vhost: fix read vs write lock mismatch

2024-11-25 Thread David Marchand
On Mon, Nov 25, 2024 at 5:20 PM Maxime Coquelin wrote: > On 11/25/24 12:14, David Marchand wrote: > > On Mon, Nov 18, 2024 at 5:24 PM Stephen Hemminger > > wrote: > >> > >> If lock is acquired for write, it must be released for write > >> or a deadlock is likely. > >> > >> Bugzilla ID: 1582 > >>

Re: [RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers

2024-11-25 Thread Bruce Richardson
On Mon, Nov 25, 2024 at 05:25:47PM +0100, David Marchand wrote: > Hello Bruce, > > On Fri, Nov 22, 2024 at 1:54 PM Bruce Richardson > wrote: > > > > This RFC attempts to reduce the amount of code duplication across a > > number of Intel NIC drivers, specifically: ixgbe, i40e, iavf, and ice. > >

[PATCH] net/ixgbe: add support for new device

2024-11-25 Thread Zhichao Zeng
Add support for loopback_mode for new device. Signed-off-by: Zhichao Zeng --- drivers/net/ixgbe/ixgbe_rxtx.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/ixgbe_rxtx.c b/drivers/net/ixgbe/ixgbe_rxtx.c index 0d42fd8a3b..7d16eb9df7 100644 --- a/drivers/net

Re: [PATCH v3 3/3] net/hns3: fix Rx packet without CRC data

2024-11-25 Thread Stephen Hemminger
On Tue, 26 Nov 2024 10:40:27 +0800 huangdengdui wrote: > On 2024/11/26 1:45, Stephen Hemminger wrote: > > On Fri, 19 Jul 2024 17:04:15 +0800 > > Jie Hai wrote: > > > >> +static inline void > >> +hns3_recalculate_crc(struct rte_mbuf *m) > >> +{ > >> + char *append_data; > >> + uint32_t crc;

Re: [PATCH v3 3/3] net/hns3: fix Rx packet without CRC data

2024-11-25 Thread huangdengdui
On 2024/11/26 1:45, Stephen Hemminger wrote: > On Fri, 19 Jul 2024 17:04:15 +0800 > Jie Hai wrote: > >> +static inline void >> +hns3_recalculate_crc(struct rte_mbuf *m) >> +{ >> +char *append_data; >> +uint32_t crc; >> + >> +crc = rte_net_crc_calc(rte_pktmbuf_mtod(m, void *), >> +

Re: [PATCH] examples/l3fwd: fix Tx performance deteriorate

2024-11-25 Thread Jie Hai
Hi, konstantin.ananyev, That sounds better, will send V2。 Thanks, Jie Hai In commit: examples/l3fwd: add option to set Rx burst size you introduced new global uint32_t nb_pkt_per_burst; Why not to use it for both (rx and tx) paths? Or if necessary introduce another one for tx, so we'll have:

Re: [PATCH v3 1/3] ethdev: add description for KEEP CRC offload

2024-11-25 Thread Jie Hai
Hi, Stephen Hemminger Thanks for your review. I will add doc and fix on drivers in the next version. The test will be done later. On 2024/11/23 1:10, Stephen Hemminger wrote: On Fri, 19 Jul 2024 17:04:13 +0800 Jie Hai wrote: From: Dengdui Huang The data exceeds the pkt_len in mbuf is ina

Re: [PATCH] doc: reword glossary

2024-11-25 Thread Stephen Hemminger
On Thu, 21 Nov 2024 18:26:45 -0800 Nandini Persad wrote: > I added additional reference links and definitions to many > of the terms in the glossary. Please feel free to provide > feedback to ensure my definitions suit the proper context > in the DPDK community. > > Signed-off-by: Nandini Persad

[PATCH v5 3/3] test/graph: fix graph autotest second run test failure

2024-11-25 Thread kirankumark
From: Kiran Kumar K The graph autotest second run test is failing due to the node name is already present in the node list. Adding changes to free nodes at the time of test cleanup. Fixes: 6b89650418fe ("test/graph: add functional tests") Signed-off-by: Kiran Kumar K --- app/test/test_graph.c

[PATCH v5 2/3] graph: add support for node free API

2024-11-25 Thread kirankumark
From: Kiran Kumar K Add support for rte_node_free API to free the node and its memory, if node is not part of any of the created graphs. Signed-off-by: Kiran Kumar K --- v5: - Fix review comments. lib/graph/graph.c | 16 lib/graph/graph_private.h | 13 + l

[PATCH v5 1/3] graph: avoid global node ID counter

2024-11-25 Thread kirankumark
From: Kiran Kumar K The node id is determined based on a global variable that is incremented every time a node is created. Adding changes to remove the global counter. Make sure that the node list is always ordered by increasing node ids. When creating a new node, pick a free id which is not allo