[PATCH] power/amd_uncore: add e-smi installation instructions

2024-11-28 Thread Sivaprasad Tummala
Added section for installing and building the E-SMI library for AMD EPYC Uncore support and version requirements. Signed-off-by: Sivaprasad Tummala --- doc/guides/prog_guide/power_man.rst | 32 + 1 file changed, 32 insertions(+) diff --git a/doc/guides/prog_guide/pow

DPDK Release Status Meeting 2024-11-28

2024-11-28 Thread Mcnamara, John
Release status meeting minutes 2024-11-28 = Agenda: * Release Dates * Subtrees * Roadmaps * LTS * Defects * Opens Participants: * ARM * Intel * Marvell * Nvidia * Red Hat Release Dates - The following are the proposed working dates for 25.03:

[PATCH v3 1/2] net/sxe: submit the build directory and rough doc documentation

2024-11-28 Thread Jie Liu
Adding a minimum maintainable directory structure for the network driver and request maintenance of the sxe driver. Signed-off-by: Jie Liu --- doc/guides/nics/features/sxe.ini| 8 + doc/guides/nics/features/sxe_vf.ini | 10 ++ doc/guides/nics/sxe.rst | 41 +++

[PATCH v3 2/2] net/sxe: submit the build directory and rough doc documentation

2024-11-28 Thread Jie Liu
Modify sxe pf document. Signed-off-by: Jie Liu --- doc/guides/nics/features/sxe.ini | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/guides/nics/features/sxe.ini b/doc/guides/nics/features/sxe.ini index 209825a1fc..173ab48889 100644 --- a/doc/guides/nics/features/sxe

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

2024-11-28 Thread Jie Hai
Hi, stephen, Kindly ping for review. Thanks, Jie Hai On 2024/11/27 18:08, Jie Hai wrote: From: Dengdui Huang When KEEP_CRC offload is enabled, the CRC data is still stripped in following cases: 1. For HIP08 network engine, the packet type is TCP and the length is less than or equal to 6

[PATCH v3] dts: remove html dir from nested docs

2024-11-28 Thread Paul Szczepanek
To facilitate deploying docs to the website and make paths more consistent remove the html directory from docs nested in html directories. Signed-off-by: Paul Szczepanek Reviewed-by: Luca Vizzarro --- buildtools/call-sphinx-build.py | 6 -- doc/api/meson.build | 2 +- 2 files ch

[PATCH v1] doc: update release notes for 24.11

2024-11-28 Thread John McNamara
Fix grammar, spelling and formatting of DPDK 24.11 release notes. Signed-off-by: John McNamara --- doc/guides/rel_notes/release_24_11.rst | 158 +++-- 1 file changed, 93 insertions(+), 65 deletions(-) diff --git a/doc/guides/rel_notes/release_24_11.rst b/doc/guides/rel_note

RE: [PATCH V1] doc: add tested Intel platforms with Intel NICs

2024-11-28 Thread Mcnamara, John
> From: Chen, LingliX > Subject: [PATCH V1] doc: add tested Intel platforms with Intel NICs Acked-by: John McNamara

Re: [PATCH] eal: fix bus cleanup in secondary process

2024-11-28 Thread Stephen Hemminger
On Thu, 28 Nov 2024 13:48:29 +0800 myang wrote: > eal_bus_cleanup has been added in rte_eal_cleanup. But for > secondary process, eal_bus_cleanup will trigger vdev_cleanup > which trigger rte_vdev_driver to remove. Then our crypto devices > will execute ipsec_mb_remove to rte_cryptodev_pmd_destro

Re: [PATCH v1 1/1] usertools/devbind: fix NUMA node display

2024-11-28 Thread Stephen Hemminger
On Thu, 28 Nov 2024 16:08:55 + Anatoly Burakov wrote: > +# occasionally, system may report NUMA support but lspci will not, so we > +# want to go through all devices and see if any of them do not have > NUMANode > +# property - this will mean it is not safe to try to access it >

When the trace buffers are saved to disk?

2024-11-28 Thread Adel Belkhiri
Hi all, Recently, while tracing applications from the apps and examples directories, I became confused about when the trace buffer is written to disk. Is the trace data saved only when rte_save_trace() is called, or does it also automatically save when the buffer becomes full? >From my understand

Re: [EXTERNAL] Re: [RFC] crypto/virtio: add vhost-vdpa backend

2024-11-28 Thread Jason Wang
On Thu, Nov 28, 2024 at 12:32 PM Gowrishankar Muthukrishnan wrote: > > Hi Jason, > > Hello: > > > > On Fri, Nov 22, 2024 at 2:03 AM Gowrishankar Muthukrishnan > > wrote: > > > > > > Hi, > > > We are adding support for vDPA user backend for virtio-crypto PMD in DPDK. > > > > I wonder what kind of

[PATCH v1 1/1] usertools/devbind: fix NUMA node display

2024-11-28 Thread Anatoly Burakov
On some systems, even though NUMA nodes may be present in sysfs, the lspci command will not have NUMANode keys in them, which will cause an exception. Fix to check if NUMANode keys are available in lspci output before enabling NUMA node output. Fixes: a7d69cef8f20 ("usertools/devbind: print device