Hello,
On Fri, Oct 13, 2023 at 6:28 AM Trevor Tao wrote:
>
> This series tries to relax l3fwd rx RSS/Offload mode requirement if they
> are not supported by underlying hw or virtual devices, there is an
> option named relax_rx_mode added to enable this option.
>
> Trevor Tao (3):
> examples/l3f
On Thu, Oct 12, 2023 at 2:40 PM Paul Szczepanek wrote:
>
>
> On 09/10/2023 10:53, Juraj Linkeš wrote:
> > The aarch32 with gcc13 fails with:
> >
> > Compiler for C supports arguments -march=armv8-a: NO
> >
> > ../config/arm/meson.build:714:12: ERROR: Problem encountered: No
> > suitable armv8 marc
From: Zerun Fu
The former commit imports a register read operation into the data path
logic, which will severely degrade performance.
Fix this bug by moving the register read logic out of the data path.
Read 'cap_extend' only once in the initialisation logic and store it
in the data structure. An
On Thu, Oct 12, 2023 at 2:52 PM Paul Szczepanek wrote:
>
>
> On 28/09/2023 13:18, Juraj Linkeš wrote:
> > Unify with C recommendations which allow line length of up to 100
> > characters.
> >
> > Signed-off-by: Owen Hilyard
> > Signed-off-by: Juraj Linkeš
> > ---
> > .editorconfig
Unify with C recommendations which allow line length of up to 100
characters.
Signed-off-by: Juraj Linkeš
Acked-by: Bruce Richardson
---
.editorconfig| 2 +-
doc/doc_build/meson-private/meson.lock | 0
doc/guides/contributing/coding_style.rst | 1 +
dts/pyproject.t
Reformat to 100 from the previous 88 to unify with C recommendations.
Signed-off-by: Juraj Linkeš
Acked-by: Jeremy Spewock
---
dts/framework/config/__init__.py | 20 ++-
dts/framework/dts.py | 15 ++---
dts/framework/exception.py| 5
The Kernel Module entry for 2.0 devices was incorrect in the doc table.
Updated table with Kernel Module qat_4xxx.
Fixes: 83ce3b393176 ("doc: update QAT device support")
Signed-off-by: Brian Dooley
---
doc/guides/cryptodevs/qat.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff
Hello,
On Fri, Oct 13, 2023 at 1:00 PM Brian Dooley wrote:
>
> The Kernel Module entry for 2.0 devices was incorrect in the doc table.
> Updated table with Kernel Module qat_4xxx.
>
> Fixes: 83ce3b393176 ("doc: update QAT device support")
This does not look like the right Fixes: tag.
The commit
On 10/12/2023 10:33 AM, David Marchand wrote:
> Hello Ferruh,
>
> On Thu, Sep 28, 2023 at 10:59 PM Ferruh Yigit wrote:
>>
>> Drivers start/stop device queues on port start/stop, but not all drivers
>> update queue state accordingly.
>>
>> This becomes more visible if a specific queue stopped expl
App usually encap some bytes in mbuf headroom, for example, tunnel
header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets.
Since the packet will be cut by hw soon, the out packet will not exceed
mtu.
Signed-off-by: Dexia Li
---
drivers/net/iavf/iavf_rxtx.c | 2 +-
1 file changed
On 10/12/2023 4:15 PM, beilei.x...@intel.com wrote:
> From: Beilei Xing
>
> Add RSS support in idpf.ini and cpfl.ini.
>
> Signed-off-by: Beilei Xing
> ---
> doc/guides/nics/features/cpfl.ini | 3 +++
> doc/guides/nics/features/idpf.ini | 3 +++
> 2 files changed, 6 insertions(+)
>
> diff --gi
Hello Dexia,
On Fri, Oct 13, 2023 at 1:42 PM Dexia Li wrote:
>
> App usually encap some bytes in mbuf headroom, for example, tunnel
> header. When RTE_MBUF_F_TX_TCP_SEG is set, this check will drop packets.
> Since the packet will be cut by hw soon, the out packet will not exceed
> mtu.
>
> Signe
> > > > +/**
> > > > + * Map the CDX device resources in user space virtual memory address.
> > > > + *
> > > > + * Note that driver should not call this function when flag
> > > > + * RTE_CDX_DRV_NEED_MAPPING is set, as EAL will do that for
> > > > + * you when it's on.
> > >
> > > Why should we e
On Fri, Oct 13, 2023 at 1:52 PM Gangurde, Abhijit
wrote:
>
> > > > > +/**
> > > > > + * Map the CDX device resources in user space virtual memory address.
> > > > > + *
> > > > > + * Note that driver should not call this function when flag
> > > > > + * RTE_CDX_DRV_NEED_MAPPING is set, as EAL will
Bruce Richardson, Oct 11, 2023 at 15:33:
Provide a "dpdk-cmdline-gen.py" script for application developers to
quickly generate the boilerplate code necessary for using the cmdline
library.
Example of use:
The script takes an input file with a list of commands the user wants in
the app, where the
On Fri, Oct 13, 2023 at 02:23:13PM +0200, Robin Jarry wrote:
> Bruce Richardson, Oct 11, 2023 at 15:33:
> > Provide a "dpdk-cmdline-gen.py" script for application developers to
> > quickly generate the boilerplate code necessary for using the cmdline
> > library.
> >
> > Example of use:
> > The sc
On 10/13/2023 3:22 AM, Chaoyong He wrote:
> A gentle ping ~
>
> As this patch series add new APIs, hoping it will catch up deadline of
> 23.11-RC1 (API freeze).
>
Hi Chaoyong,
I did a quick scan of the patch, followings are red flag to me
- adding an ethdev dev_ops for a specific driver (bondi
The Kernel Module entry for 2.0 devices was incorrect in the doc table.
Updated table with Kernel Module qat_4xxx.
Fixes: f4eac3a09c51 ("common/qat: enable GEN4 b devices")
Cc: arkadiuszx.kusz...@intel.com
Signed-off-by: Brian Dooley
---
v2:
Correct Fixes tag
---
doc/guides/cryptodevs/qat.rst |
26/09/2023 13:29, Qi Zhang:
> +Generic Flow Support
> +
> +
> +The ice PMD provides support for the Generic Flow API (RTE_FLOW), enabling
> +users to offload various flow classification tasks to the E810 NIC.
> +The E810 NIC's packet processing pipeline consists of the followin
Drivers start/stop device queues on port start/stop, but not all drivers
update queue state accordingly.
This becomes more visible if a specific queue stopped explicitly and
port stopped/started later, in this case although all queues are
started, the state of that specific queue is stopped and it
On Fri, 13 Oct 2023 09:58:04 +0200
Juraj Linkeš wrote:
> Unify with C recommendations which allow line length of up to 100
> characters.
>
> Signed-off-by: Juraj Linkeš
> Acked-by: Bruce Richardson
> ---
> .editorconfig| 2 +-
> doc/doc_build/meson-private/meson.lo
On Mon, Sep 25, 2023 at 12:54:15PM +0100, Ferruh Yigit wrote:
> On 9/20/2023 4:48 PM, David Young wrote:
> > The separate Getting Started Guides for Linux, FreeBSD, and Windows
> > have been consolidated into a single, streamlined guide to simplify the
> > user experience and facilitate easier main
From: Kommula Shiva Shankar
Pool buffer size in opaque mode must always be set to 0.
Fixes: f765f5611240 ("common/cnxk: add NPA pool HW operations")
Signed-off-by: Kommula Shiva Shankar
Signed-off-by: Ashwin Sekhar T K
---
drivers/common/cnxk/roc_npa.c | 6 +-
1 file changed, 5 insertion
On 10/12/2023 10:16 AM, Ori Kam wrote:
> Hi Gregory,
>
>> -Original Message-
>> From: Gregory Etelson
>> Sent: Tuesday, August 8, 2023 1:01 PM
>>
>> Indirect list API defines 2 types of action update:
>> • Action mutable context is always shared between all flows
>> that referenced indi
From: Long Li
Add a missing "\n" to DP logs. This makes the logs correctly formatted.
Signed-off-by: Long Li
---
drivers/net/mana/mana.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mana/mana.h b/drivers/net/mana/mana.h
index 9bff90ab77..6836872dc2 100644
---
Adding more context and information related the data exposed
through device discovery notably for FEC and FFT operations.
Signed-off-by: Nicolas Chautru
---
doc/guides/prog_guide/bbdev.rst | 60 -
lib/bbdev/rte_bbdev.h | 6
2 files changed, 57 inse
Avoiding duplication among each PMD doc, now referring directly to the
relevant details section.
Signed-off-by: Nicolas Chautru
---
doc/guides/bbdevs/acc100.rst| 33 +++-
doc/guides/bbdevs/fpga_5gnr_fec.rst | 39 +++-
doc/guides/bbdevs/fpga_lte
v2: adding extra commit to refer to bbdev test doc from each PMD
and avoid duplication.
Adding more information in bbdev documentation related to the
bbdev device discovery from info_get which was not very verbose so far.
Notably for FEC and FFT operations which have extra parameters to
manage d
David,
As mentioned below, the first 3 patches in this series [26561] can be
considered as individual driver patches.
I guess this request was somehow missed. Should I delegate these 3 patches to
the respective maintainers for the net-next-xxx trees in Patchwork, or how
should I proceed?
Patc
29 matches
Mail list logo