dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH v5 3/4] net/dpaa2: fix queue free cleanup
Hemant Agrawal
[PATCH v5 4/4] bus/fslmc: add support for hotplug of dpni
Hemant Agrawal
Re: [PATCH v5 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close
Maxime Leroy
Re: [PATCH v5 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close
Stephen Hemminger
[PATCH v3] examples/l3fwd: add Tx burst size configuration option
Sivaprasad Tummala
Re: [PATCH v3] examples/l3fwd: add Tx burst size configuration option
fengchengwen
Re: [PATCH v3] examples/l3fwd: add Tx burst size configuration option
David Marchand
[RFC PATCH 00/19] Fix building much of DPDK with -Wshadow
Bruce Richardson
[RFC PATCH 01/19] eal: fix variable shadowing
Bruce Richardson
[RFC PATCH 02/19] ethdev: fix variable shadowing issues
Bruce Richardson
[RFC PATCH 03/19] eventdev: fix variable shadowing issues
Bruce Richardson
[RFC PATCH 04/19] net: remove shadowed variable
Bruce Richardson
[RFC PATCH 05/19] graph: fix variable shadowing errors
Bruce Richardson
Re: [RFC PATCH 05/19] graph: fix variable shadowing errors
Stephen Hemminger
Re: [RFC PATCH 05/19] graph: fix variable shadowing errors
Bruce Richardson
[RFC PATCH 06/19] pipeline: fix variable shadowing
Bruce Richardson
[RFC PATCH 07/19] table: fix issues with variable shadowing
Bruce Richardson
Re: [RFC PATCH 07/19] table: fix issues with variable shadowing
Stephen Hemminger
Re: [RFC PATCH 07/19] table: fix issues with variable shadowing
Bruce Richardson
[RFC PATCH 08/19] power: rename variable to eliminate shadowing
Bruce Richardson
[RFC PATCH 09/19] pcapng: rename variable to fix shadowing
Bruce Richardson
Re: [RFC PATCH 09/19] pcapng: rename variable to fix shadowing
Stephen Hemminger
[RFC PATCH 10/19] telemetry: make socket handler typedef private
Bruce Richardson
Re: [RFC PATCH 10/19] telemetry: make socket handler typedef private
fengchengwen
[RFC PATCH 11/19] bbdev: fix variable shadowing
Bruce Richardson
[RFC PATCH 12/19] bus/pci: remove shadowed variables
Bruce Richardson
[RFC PATCH 13/19] net/intel: rename function param to avoid shadow warnings
Bruce Richardson
[RFC PATCH 14/19] net/e1000: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH 15/19] net/i40e: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH 16/19] net/ice: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH 17/19] net/cpfl: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH 18/19] net/ixgbe: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH 19/19] app/test-pmd: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 00/33] build DPDK with -Wshadow
Bruce Richardson
[RFC PATCH v2 01/33] eal: add more min/max helpers
Bruce Richardson
Re: [RFC PATCH v2 01/33] eal: add more min/max helpers
fengchengwen
RE: [RFC PATCH v2 01/33] eal: add more min/max helpers
Morten Brørup
Re: [RFC PATCH v2 01/33] eal: add more min/max helpers
Bruce Richardson
[RFC PATCH v2 02/33] eal: fix variable shadowing
Bruce Richardson
Re: [RFC PATCH v2 02/33] eal: fix variable shadowing
fengchengwen
[RFC PATCH v2 03/33] ethdev: fix variable shadowing issues
Bruce Richardson
Re: [RFC PATCH v2 03/33] ethdev: fix variable shadowing issues
Andrew Rybchenko
Re: [RFC PATCH v2 03/33] ethdev: fix variable shadowing issues
fengchengwen
[RFC PATCH v2 04/33] eventdev: fix variable shadowing issues
Bruce Richardson
[RFC PATCH v2 05/33] net: remove shadowed variable
Bruce Richardson
[RFC PATCH v2 06/33] pipeline: fix variable shadowing
Bruce Richardson
[RFC PATCH v2 07/33] table: fix issues with variable shadowing
Bruce Richardson
[RFC PATCH v2 08/33] power: rename variable to eliminate shadowing
Bruce Richardson
[RFC PATCH v2 09/33] pcapng: rename variable to fix shadowing
Bruce Richardson
[RFC PATCH v2 10/33] telemetry: make socket handler typedef private
Bruce Richardson
Re: [RFC PATCH v2 10/33] telemetry: make socket handler typedef private
fengchengwen
[RFC PATCH v2 11/33] bbdev: fix variable shadowing
Bruce Richardson
[RFC PATCH v2 12/33] bus/pci: remove shadowed variables
Bruce Richardson
Re: [RFC PATCH v2 12/33] bus/pci: remove shadowed variables
fengchengwen
[RFC PATCH v2 13/33] net/intel: rename function param to avoid shadow warnings
Bruce Richardson
[RFC PATCH v2 14/33] net/e1000: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 15/33] net/i40e: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 16/33] net/ice: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 17/33] net/cpfl: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 19/33] app/test-pmd: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 18/33] net/ixgbe: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 20/33] app/graph: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 21/33] app/pdump: fix warning about shadowed variable
Bruce Richardson
[RFC PATCH v2 22/33] app/test-bbdev: use RTE_MAX3 to remove variable shadowing
Bruce Richardson
[RFC PATCH v2 23/33] app/test-compress-perf: fix variable shadowing
Bruce Richardson
[RFC PATCH v2 24/33] app/test-crypto-perf: fix shadowed variable
Bruce Richardson
[RFC PATCH v2 25/33] app/test-dma-perf: renamed shadowed variable
Bruce Richardson
Re: [RFC PATCH v2 25/33] app/test-dma-perf: renamed shadowed variable
fengchengwen
[RFC PATCH v2 26/33] app/test-eventdev: fix build with shadow warnings enabled
Bruce Richardson
[RFC PATCH v2 27/33] app/test-flow-perf: remove unneeded variable
Bruce Richardson
[RFC PATCH v2 28/33] app/test-security-perf: fix build with shadow warnings
Bruce Richardson
[RFC PATCH v2 29/33] app/test-pipeline: remove unnecessary variable
Bruce Richardson
[RFC PATCH v2 30/33] drivers: disable variable shadowing warnings for drivers
Bruce Richardson
[RFC PATCH v2 31/33] app/test: disable shadowing warnings for unit tests
Bruce Richardson
[RFC PATCH v2 32/33] examples: ignore variable shadowing warnings
Bruce Richardson
Re: [RFC PATCH v2 32/33] examples: ignore variable shadowing warnings
fengchengwen
[RFC PATCH v2 33/33] build: enable shadowed variable warnings
Bruce Richardson
Re: [RFC PATCH v2 33/33] build: enable shadowed variable warnings
fengchengwen
Re: [RFC PATCH v2 00/33] build DPDK with -Wshadow
Stephen Hemminger
Re: [RFC PATCH v2 00/33] build DPDK with -Wshadow
Bruce Richardson
[PATCH v3 00/31] build DPDK with Wshadow flag
Bruce Richardson
[PATCH v3 01/31] eal: add more min/max helpers
Bruce Richardson
[PATCH v3 02/31] eal: fix variable shadowing
Bruce Richardson
[PATCH v3 03/31] ethdev: fix variable shadowing issues
Bruce Richardson
[PATCH v3 04/31] eventdev: fix variable shadowing issues
Bruce Richardson
[PATCH v3 05/31] net: remove shadowed variable
Bruce Richardson
[PATCH v3 06/31] pipeline: fix variable shadowing
Bruce Richardson
[PATCH v3 08/31] power: rename variable to eliminate shadowing
Bruce Richardson
[PATCH v3 07/31] table: fix issues with variable shadowing
Bruce Richardson
[PATCH v3 09/31] pcapng: rename variable to fix shadowing
Bruce Richardson
[PATCH v3 10/31] bbdev: fix variable shadowing
Bruce Richardson
[PATCH v3 11/31] bus/pci: remove shadowed variables
Bruce Richardson
[PATCH v3 12/31] net/intel: rename function param to avoid shadow warnings
Bruce Richardson
[PATCH v3 13/31] net/e1000: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 14/31] net/i40e: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 16/31] net/cpfl: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 15/31] net/ice: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 17/31] net/ixgbe: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 18/31] app/testpmd: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 19/31] app/graph: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 20/31] app/pdump: fix warning about shadowed variable
Bruce Richardson
[PATCH v3 21/31] app/test-bbdev: remove shadow warning from next max calls
Bruce Richardson
[PATCH v3 22/31] app/test-compress-perf: rename local vars to fix shadowing
Bruce Richardson
[PATCH v3 24/31] app/test-eventdev: fix build with shadow warnings enabled
Bruce Richardson
[PATCH v3 23/31] app/test-crypto-perf: rename local vars to fix shadowing
Bruce Richardson
[PATCH v3 25/31] app/test-flow-perf: remove unneeded variable
Bruce Richardson
[PATCH v3 26/31] app/test-security-perf: fix build with shadow warnings
Bruce Richardson
[PATCH v3 27/31] app/test-pipeline: remove unnecessary variable
Bruce Richardson
[PATCH v3 28/31] drivers: disable variable shadowing warnings for drivers
Bruce Richardson
[PATCH v3 29/31] app/test: disable shadowing warnings for unit tests
Bruce Richardson
[PATCH v3 31/31] build: enable shadowed variable warnings
Bruce Richardson
[PATCH v3 30/31] examples: ignore variable shadowing warnings
Bruce Richardson
Re: [PATCH v3 00/31] build DPDK with Wshadow flag
Bruce Richardson
Re: [PATCH v3 00/31] build DPDK with Wshadow flag
Patrick Robb
Re: [PATCH] examples/l3fwd-power: fix telemetry command registration
Bruce Richardson
Re: [PATCH] examples/l3fwd-power: fix telemetry command registration
Thomas Monjalon
Re: [PATCH] doc: document telemetry command name restrictions
Bruce Richardson
Re: [PATCH] doc: document telemetry command name restrictions
Thomas Monjalon
[PATCH] net/mlx5: fix non-template sample action validation
Gregory Etelson
Re: [PATCH] net/mlx5: fix non-template sample action validation
Dariusz Sosnowski
Re: [PATCH] net/mlx5: fix non-template sample action validation
Raslan Darawsheh
[PATCH] doc: update mlx5 vDPA guide
Thomas Monjalon
Re: [PATCH] doc: update mlx5 vDPA guide
Thomas Monjalon
[PATCH 1/2] common/mlx5: read SWS capability bits
Maayan Kashani
[PATCH 2/2] net/mlx5: update flow devarg handling for future HW
Maayan Kashani
RE: [PATCH 2/2] net/mlx5: update flow devarg handling for future HW
Maayan Kashani
RE: [PATCH 2/2] net/mlx5: update flow devarg handling for future HW
Maayan Kashani
Re: [PATCH 2/2] net/mlx5: update flow devarg handling for future HW
Raslan Darawsheh
Re: [PATCH 1/2] common/mlx5: read SWS capability bits
Raslan Darawsheh
[PATCH v1] net/intel: changes to avoid comma operator misuse warnings
Venkatesh Vemula
Re: [PATCH v1] net/intel: changes to avoid comma operator misuse warnings
Bruce Richardson
Re: [PATCH v1] net/intel: changes to avoid comma operator misuse warnings
Bruce Richardson
[PATCH 0/2] two bugfix for testpmd DCB
Chengwen Feng
[PATCH 1/2] app/testpmd: fix invalid txp when setup DCB forward
Chengwen Feng
[PATCH 2/2] app/testpmd: fix wrong Rx queues when setup DCB forward
Chengwen Feng
Re: [PATCH 0/2] two bugfix for testpmd DCB
Stephen Hemminger
[PATCH 0/2] pcpang changes
Stephen Hemminger
[PATCH 1/2] pcapng: use alloca instead of fixed buffer
Stephen Hemminger
[PATCH 2/2] test: add more tests for comments
Stephen Hemminger
[PATCH v2 0/4] pcapng: comment handling and tests
Stephen Hemminger
[PATCH v2 1/4] pcapng: use alloca instead of fixed buffer
Stephen Hemminger
[PATCH v2 2/4] pcapng: add additional mbuf if space required on copy
Stephen Hemminger
[PATCH v2 3/4] test: add more tests for comments in pcapng
Stephen Hemminger
[PATCH v2 4/4] test: vary size of packets in pcapng test
Stephen Hemminger
[PATCH v2] dts: testpmd link check on port start
Patrick Robb
Re: [PATCH v2] dts: testpmd link check on port start
Andrew Bailey
Re: [PATCH v2] dts: testpmd link check on port start
Patrick Robb
Re: [PATCH v2] dts: testpmd link check on port start
Dean Marx
Re: [PATCH v2] dts: testpmd link check on port start
Patrick Robb
[PATCH] net/bonding: fix MAC address propagation in 802.3ad mode
Shani Peretz
Re: [PATCH] net/bonding: fix MAC address propagation in 802.3ad mode
Stephen Hemminger
[PATCH] drivers: add ConnectX-9 device ID
Raslan Darawsheh
Re: [PATCH] drivers: add ConnectX-9 device ID
Thomas Monjalon
Re: [PATCH v4 2/2] test/dma: add functions to verify zero and one fill
Thomas Monjalon
[DPDK/testpmd Bug 1824] when setting promisc mode to off no packets arrive to testpmd
bugzilla
[DPDK/testpmd Bug 1824] when setting promisc mode to off no packets arrive to testpmd
bugzilla
[PATCH v1] net/mlx5: fix indirect meter index leak
Rongwei Liu
Re: [PATCH v1] net/mlx5: fix indirect meter index leak
Raslan Darawsheh
[PATCH v1] net/mlx5: fix invalid queue index handling
Rongwei Liu
Re: [PATCH v1] net/mlx5: fix invalid queue index handling
Raslan Darawsheh
[PATCH] mbuf: improve mbuf comments
Morten Brørup
RE: [PATCH] mbuf: improve mbuf comments
Morten Brørup
Re: [PATCH] mbuf: improve mbuf comments
Thomas Monjalon
RE: [PATCH] mbuf: improve mbuf comments
Morten Brørup
[PATCH] mbuf: improve mbuf comments
Morten Brørup
RE: [PATCH] mbuf: improve mbuf comments
Morten Brørup
[PATCH v2] mbuf: improve mbuf comments
Morten Brørup
Re: [PATCH v2] mbuf: improve mbuf comments
Thomas Monjalon
Re: [PATCH v2] test: support SVA copy for dmadev test
Thomas Monjalon
Re: [PATCH] ntb/ae4dma: added Amd userspace DMA and NTB drivers
Thomas Monjalon
[DPDK/other Bug 1256] drivers/common/mlx5: mlx5_malloc() called on invalid socket ID when global MR cache is full and rte_extmem_* API is used
bugzilla
[DPDK/core Bug 1112] MLX5: Not able to configure flows on PPPoE, stacked vlan tunnels & enable multiple tunnels at a time
bugzilla
[PATCH] doc: document non-template API limitations on top of HWS
Maayan Kashani
Re: [PATCH] doc: document non-template API limitations on top of HWS
Raslan Darawsheh
[PATCH] net/mlx5: fix modify field action operation restriction
Maayan Kashani
Re: [PATCH] net/mlx5: fix modify field action operation restriction
Raslan Darawsheh
[PATCH 1/2] ci: refactor build dependencies in GHA
David Marchand
[PATCH 2/2] ci: add dependency in GHA for AMD uncore power driver
David Marchand
Re: [PATCH 2/2] ci: add dependency in GHA for AMD uncore power driver
Aaron Conole
Re: [PATCH 2/2] ci: add dependency in GHA for AMD uncore power driver
David Marchand
Re: [PATCH 1/2] ci: refactor build dependencies in GHA
Aaron Conole
[PATCH] Revert "net/null: add fast mbuf release Tx offload"
Morten Brørup
[PATCH v2] ci: switch testing to Fedora 43 in GHA
David Marchand
Re: [PATCH v2] ci: switch testing to Fedora 43 in GHA
David Marchand
Assistance with DPDK on Windows
Thenveer Poolakkanni
Re: Assistance with DPDK on Windows
Dmitry Kozlyuk
Re: Assistance with DPDK on Windows
Thomas Monjalon
Re: Assistance with DPDK on Windows
Thenveer Poolakkanni
Re: Assistance with DPDK on Windows
Thenveer Poolakkanni
Re: Assistance with DPDK on Windows
Thenveer Poolakkanni
Re: Assistance with DPDK on Windows
Dmitry Kozlyuk
Query: Missing acl devargs option for PF in iCE PMD
Banoth Saikumar
[PATCH 0/2] L4 protocol retrieval from L3 header
Mingjin Ye
[PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
Mingjin Ye
Re: [PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
fengchengwen
RE: [PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
Ye, MingjinX
Re: [PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
fengchengwen
Re: [PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
fengchengwen
Re: [PATCH 1/2] app/testpmd: revert L4 protocol retrieval from L3 header
fengchengwen
[PATCH 2/2] app/testpmd: fix the IPv6 extension offset
Mingjin Ye
Earlier messages
Later messages