Octeontx2 driver is failing to enqueue because hardware buffers are full before
test.
pmd_perf_autotest() in continuous mode tries to enqueue MAX_TRAFFIC_BURST (2048)
before starting the test.
> -Original Message-
> From: Thomas Monjalon
> Sent: Friday, November 12, 2021 5:02 PM
> To:
From: Sunil Kumar Kori
In this commit, check is added for event device, Rx,
Tx, Crypto and Timer adapters tables for all supported
drivers.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature m
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
dsw platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added doc
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
opdl platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added do
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
sw platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added doc
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
dpaa2 platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added d
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
dpaa platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added do
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
cn10k platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added d
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
cn9k platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Added do
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
octeontx2 platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Add
From: Sunil Kumar Kori
Patch updates eventdev and adapters feature matrices for
octeontx platform.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
- Added feature matrices for all supported drivers
- Adde
From: Sunil Kumar Kori
Patch adds skeleton for feature matrices for event dev
and Rx/Tx adapters.
Along with, .ini files are added for all supported PMDs.
Signed-off-by: Sunil Kumar Kori
---
v7:
- Rebased to 21.11 rc3
- Fix Tx adapter capabilities for SW driver
v6:
- Rebased to 21.11 rc2
-
From: Vanshika Shukla
The size of delay request message sent out by the DPDK
ptpclient application was observed to have extra length
than expected. Due to this, bad messages were observed
on the master side and delay response was not received.
This patch fixes this bug.
Fixes: ab129e9065a5 ("exa
On Sun, Nov 21, 2021 at 10:15 PM Venkat Duvvuru
wrote:
>
> From: Mike Baucom
>
> The size of the svif in the generic tables was incorrectly set to the
> Wh+ size of 8 bits. This resulted in incorrect l2 context entries being
> associated with a flow once the svif became greater than 255.
>
> Fix
From: Mike Baucom
The size of the svif in the generic tables was incorrectly set to the
Wh+ size of 8 bits. This resulted in incorrect l2 context entries being
associated with a flow once the svif became greater than 255.
Fixes: ad9eed0248ad ("net/bnxt: support flow template for Thor")
Cc: sta.
Device iterator RTE_DEV_FOREACH() failed to return devices from
classifier like "class=vdpa", because matching name from empty kvargs
returns no result. If device name not specified in kvargs, the function
should iterate all devices.
This patch allows empty devargs or devargs without name specifie
On Sun, Nov 21, 2021 at 8:59 PM Somnath Kotur
wrote:
>
> In bnxt_dev_recover(), restore the newly introduced fast-path API pointers
> (struct rte_eth_fp_ops)->rx_pkt_burst to the real burst routines instead of
> the dummy ones, once error recovery has successfully completed.
>
> Fixes: c87d435a4d7
In bnxt_dev_recover(), restore the newly introduced fast-path API pointers
(struct rte_eth_fp_ops)->rx_pkt_burst to the real burst routines instead of
the dummy ones, once error recovery has successfully completed.
Fixes: c87d435a4d79 ("ethdev: copy fast-path API into separate structure")
Signed-
On Fri, Nov 19, 2021 at 11:23 PM Ferruh Yigit wrote:
>
> On 11/5/2021 4:03 PM, Ferruh Yigit wrote:
> > On 11/2/2021 12:50 PM, Andrew Rybchenko wrote:
> >> The problem is solved using Rx metadata delivery negotiation API [1].
> >>
> >> [1] commit f6d8a6d3fad7 ("ethdev: negotiate delivery of packet
Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA
abstraction layer and simplify application logics, this patch integrates
dmadev in asynchronous data path.
Signed-off-by: Jiayu Hu
Signed-off-by: Sunil Pai G
---
doc/guides/prog_guide/vhost_lib.rst | 63
examples/
Since dmadev is introduced in 21.11, to avoid the overhead of vhost DMA
abstraction layer and simplify application logics, this patch integrates
dmadev in vhost.
To enable the flexibility of using DMA devices in different function
modules, not limited in vhost, vhost doesn't manage DMA devices.
Ap
> On Nov 18, 2021, at 9:46 AM, Sean Morrissey wrote:
>
> - * updated. Similarly, if @csum_l4 is set the the L4
> + * updated. Similarly, if @csum_l4 is set the L4
This was intended to be ‘then the’ but it’s fine either way.
Thanks,
Andrew
Hi,
> -Original Message-
> From: Dmitry Kozlyuk
> Sent: Friday, November 19, 2021 4:32 PM
> To: dev@dpdk.org
> Cc: Raslan Darawsheh ; Michael Baum
> ; Matan Azrad ; Slava
> Ovsiienko
> Subject: [PATCH v3] common/mlx5: fix mempool registration
>
> Mempool registration was not correctly p
Hi,
> -Original Message-
> From: Jiawei(Jonny) Wang
> Sent: Friday, November 19, 2021 3:02 PM
> To: Slava Ovsiienko ; Matan Azrad
> ; Ori Kam ; Suanming Mou
>
> Cc: dev@dpdk.org; Raslan Darawsheh ;
> sta...@dpdk.org
> Subject: [PATCH 1/2] net/mlx5: fix metadata and meter split shared tag
An indirect mkey is created for each descriptor in a QP, number of
descriptors per QP is configured by the user on QP setup callback.
In mlx cryptodev autotest, the max number of QPs (provided by the driver)
is created, and due to mkey resource limits, QPs creation fail which leads
to the test fail
Hi Jerin,
Sorry for my late response,
> -Original Message-
> From: Jerin Jacob
> Sent: Wednesday, November 17, 2021 11:49 AM
> To: Jerin Jacob
> Subject: Re: [dpdk-dev] [RFC PATCH] ethdev: support priority based flow
> control
>
> On Tue, Oct 5, 2021 at 6:32 PM wrote:
> >
> > From: J
21/11/2021 09:18, Gregory Etelson:
> Demonstrate flex item API usage on known network protocols.
>
> Signed-off-by: Gregory Etelson
> Reviewed-by: Viacheslav Ovsiienko
> ---
> doc/guides/howto/flex_item.rst | 618 +
There's a lot of code in this doc,
it would be
Hello Ferruh,
I'll post v2 with a fix.
Regards,
Gregory
> -Original Message-
> From: Ferruh Yigit
> Sent: Friday, November 19, 2021 19:08
> To: Gregory Etelson ;
> dev@dpdk.org; Slava Ovsiienko
>
> Subject: Re: [dpdk-dev] [PATCH] doc: add flex
> item API examples
>
> External email: U
Demonstrate flex item API usage on known network protocols.
Signed-off-by: Gregory Etelson
Reviewed-by: Viacheslav Ovsiienko
---
v2: Fix spelling error.
---
doc/guides/howto/flex_item.rst | 618 +
doc/guides/howto/index.rst | 1 +
2 files changed, 619 inser
29 matches
Mail list logo