DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/16] remove use of VLAs for Windows built code
 2024-11-21 19:23 UTC  (99+ messages)
` [PATCH v7 00/21] remove use of VLAs for Windows
  ` [PATCH v7 19/21] test: remove use of VLAs for Windows built code in bitset tests
` [PATCH v8 00/21] remove use of VLAs for Windows
  ` [PATCH v8 01/21] eal: include header required for alloca
  ` [PATCH v8 02/21] eal/linux: remove use of VLAs
  ` [PATCH v8 03/21] eal/common: "
  ` [PATCH v8 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v8 05/21] hash: "
  ` [PATCH v8 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v8 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v8 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v8 09/21] gro: remove use of VLAs
  ` [PATCH v8 10/21] net/ixgbe: "
  ` [PATCH v8 11/21] net/ice: "
  ` [PATCH v8 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v8 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v8 14/21] common/idpf: "
  ` [PATCH v8 15/21] net/i40e: "
  ` [PATCH v8 16/21] common/mlx5: "
  ` [PATCH v8 17/21] net/mlx5: "
  ` [PATCH v8 18/21] build: enable vla warnings on "
  ` [PATCH v8 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v8 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v8 21/21] hash: remove use of VLAs by using standard arrays
` [PATCH v9 00/21] remove use of VLAs for Windows
  ` [PATCH v9 01/21] eal: include header required for alloca
  ` [PATCH v9 02/21] eal/linux: remove use of VLAs
  ` [PATCH v9 03/21] eal/common: "
  ` [PATCH v9 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v9 05/21] hash: "
  ` [PATCH v9 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v9 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v9 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v9 09/21] gro: remove use of VLAs
  ` [PATCH v9 10/21] net/ixgbe: "
  ` [PATCH v9 11/21] net/ice: "
  ` [PATCH v9 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v9 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v9 14/21] common/idpf: "
  ` [PATCH v9 15/21] net/i40e: "
  ` [PATCH v9 16/21] common/mlx5: "
  ` [PATCH v9 17/21] net/mlx5: "
  ` [PATCH v9 18/21] build: enable vla warnings on "
  ` [PATCH v9 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v9 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v9 21/21] hash: remove use of VLAs by using standard arrays
` [PATCH v10 00/21] remove use of VLAs for Windows
  ` [PATCH v10 01/21] eal: include header required for alloca
  ` [PATCH v10 02/21] eal/linux: remove use of VLAs
  ` [PATCH v10 03/21] eal/common: "
  ` [PATCH v10 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v10 05/21] hash: "
  ` [PATCH v10 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v10 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v10 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v10 09/21] gro: remove use of VLAs
  ` [PATCH v10 10/21] net/ixgbe: "
  ` [PATCH v10 11/21] net/ice: "
  ` [PATCH v10 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v10 13/21] test: remove use of VLAs for Windows built code
  ` [PATCH v10 14/21] common/idpf: "
  ` [PATCH v10 15/21] net/i40e: "
  ` [PATCH v10 16/21] common/mlx5: "
  ` [PATCH v10 17/21] net/mlx5: "
  ` [PATCH v10 18/21] build: enable vla warnings on "
  ` [PATCH v10 19/21] test: remove use of VLAs for Windows built code in bitset tests
  ` [PATCH v10 20/21] app/testpmd: remove use of VLAs for Windows built code in shared_rxq_fwd
  ` [PATCH v10 21/21] hash: remove use of VLAs by using standard arrays
` [PATCH v11 00/21] remove use of VLAs for Windows
  ` [PATCH v11 01/21] eal: include header required for alloca
  ` [PATCH v11 02/21] eal/linux: remove use of VLAs
  ` [PATCH v11 03/21] eal/common: "
  ` [PATCH v11 04/21] ethdev: remove use of VLAs for Windows built code
  ` [PATCH v11 05/21] hash: "
  ` [PATCH v11 06/21] hash/thash: remove use of VLAs for Windows built
  ` [PATCH v11 07/21] rcu: remove use of VLAs for Windows built code
  ` [PATCH v11 08/21] gro: fix overwrite unprocessed packets
  ` [PATCH v11 09/21] gro: remove use of VLAs
  ` [PATCH v11 12/21] app/testpmd: remove use of VLAs for Windows built
  ` [PATCH v11 14/21] common/idpf: remove use of VLAs for Windows built code

[RFC 00/10] unit test bugs
 2024-11-21 18:23 UTC  (11+ messages)
` [PATCH v4 0/9] Bug fixes for standalone tests
  ` [PATCH v4 1/9] app/test: do not duplicate loop variable
  ` [PATCH v4 2/9] app/test: fix typo in address compare
  ` [PATCH v4 3/9] app/test: fix paren typo
  ` [PATCH v4 4/9] app/test: avoid duplicate initialization
  ` [PATCH v4 5/9] app/test: fix TLS zero length record
  ` [PATCH v4 6/9] app/test: fix operator precedence bug
  ` [PATCH v4 7/9] test/eal: fix core check in c flag test
  ` [PATCH v4 8/9] app/test-pmd: remove redundant condition
  ` [PATCH v4 9/9] app/test-pmd: avoid potential outside of array reference

[RFC] crypto/virtio: add vhost-vdpa backend
 2024-11-21 18:02 UTC 

[PATCH] mailmap: fix sorting
 2024-11-21 15:19 UTC  (2+ messages)

[PATCH] net/mlx5: fix RSS hash for non-RSS CQE zipping
 2024-11-21 14:56 UTC  (2+ messages)

release candidate 24.11-rc3
 2024-11-21 10:33 UTC  (3+ messages)
` r8169 throughput

[DPDK/other Bug 1588] sched: potential issue with memcmp of padding
 2024-11-20 23:38 UTC 

[DPDK/other Bug 1587] lpm: undefined right shift
 2024-11-20 23:12 UTC 

[PATCH] pcapng: avoid potential unaligned data
 2024-11-20 23:06 UTC 

[DPDK/ethdev Bug 1586] Drivers are doing useless check for pthread_mutex_init return value
 2024-11-20 22:54 UTC 

[DPDK/core Bug 1585] Company's blog decided to conduct static analysis DPDK
 2024-11-20 22:31 UTC  (2+ messages)

Tech Board Meeting Minutes - 2024-Nov-13
 2024-11-20 22:24 UTC 

[PATCH] net/bnxt: fix segmentation fault
 2024-11-20 21:15 UTC  (3+ messages)

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-11-20 21:13 UTC  (7+ messages)
` [PATCH v5 00/16] "
  ` [PATCH v5 01/16] eal: provide pack start macro for MSVC

10/28/24 DPDK CI Testing Meeting
 2024-11-20 20:43 UTC 

[PATCH v1 0/3] Bugfixes
 2024-11-20 18:02 UTC  (4+ messages)
` [PATCH v1 1/3] net/ntnic: fix action modify field DSCP
` [PATCH v1 2/3] net/ntnic: add supplementary macros
` [PATCH v1 3/3] net/ntnic: move headers to driver's root

[PATCH v2] app/dma-perf: calrify incorrect NUMA config
 2024-11-20 17:42 UTC  (6+ messages)
` [PATCH v3] "
  ` [EXTERNAL] "

[PATCH] test/cfgfile: add check for file removal
 2024-11-20 16:50 UTC 

[PATCH] dts: fix API doc build warnings
 2024-11-20 15:56 UTC  (4+ messages)

[PATCH v5 0/1] devtools: add tracepoint check in checkpatch
 2024-11-20 15:33 UTC  (9+ messages)
` [PATCH v6 0/2] "
      ` [EXTERNAL] "

[PATCH 0/5] dts: Pydantic configuration
 2024-11-20 14:35 UTC  (10+ messages)
` [PATCH v6 0/9] "
  ` [PATCH v6 2/9] dts: add TestSuiteSpec class and discovery
  ` [PATCH v6 4/9] dts: use pydantic in the configuration

[PATCH v3] windows/virt2phys: fix block MDL not updated
 2024-11-20 12:03 UTC  (4+ messages)
` [PATCH v4] "

[v2 0/3] L3fwd changes
 2024-11-20 11:10 UTC  (6+ messages)
` [v3 "
  ` [v3 1/3] examples/l3fwd: support single route file
  ` [v3 2/3] examples/l3fwd: fix return value on rules add
  ` [v3 3/3] examples/l3fwd: enhance valid ports checking

[RFC] app/testpmd: use RSS conf from software when configuring DCB
 2024-11-20  9:37 UTC  (4+ messages)
` [v2 1/1] "

[PATCH] app/dma-perf: documentation update of DMA perf for idxd
 2024-11-20  6:05 UTC  (4+ messages)
` [PATCH v2] doc: documentation update for idxd driver

[PATCH 1/3] examples/l3fwd: support single route file
 2024-11-20  4:07 UTC  (5+ messages)
` [v2 3/3] examples/l3fwd: enhance valid ports checking

[PATCH v2] doc: add security document
 2024-11-20  3:12 UTC  (2+ messages)
` [PATCH v3] "

release candidate 24.11-rc2
 2024-11-20  2:54 UTC  (2+ messages)

[PATCH] net/r8169: replace rte_smp_rmb with atomic read
 2024-11-20  2:45 UTC 

[v4,1/5] raw/gdtc: introduce gdtc raw device driver
 2024-11-20  1:59 UTC  (7+ messages)
` [v5,1/5] "
  ` [v5,2/5] raw/gdtc: add support for queue setup operation

[PATCH v2] examples/flow_filtering: introduce use cases snippets
 2024-11-20  1:15 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] doc: update minimum Linux kernel version
 2024-11-19 23:09 UTC  (6+ messages)
` [PATCH] doc: no longer support end of life CentOS versions
  ` [PATCH v2] "

[PATCH] eal: support including mapped memory in core dump
 2024-11-19 23:09 UTC  (9+ messages)
` [PATCH v2 0/2] Hugepage inclusion "
  ` [PATCH v2 1/2] contigmem: support including mapped buffers "

[PATCH v2 1/2] app/testpmd: fix flow update
 2024-11-19 22:34 UTC  (3+ messages)
` [PATCH v3 0/2] Testpmd flow update/destroy fixes

[PATCH 0/3] restore cfgfile library tests
 2024-11-19 21:53 UTC  (3+ messages)
` [PATCH v6 0/4] test: restore cfgfile lib tests

[PATCH] member: fix choice of bucket for displacement
 2024-11-19 20:54 UTC  (2+ messages)

[PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak
 2024-11-19 20:51 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] power: fix a typo in the PM QoS guide
 2024-11-19 20:41 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] usertools/devbind: support all possible values sysfs flag
 2024-11-19 20:29 UTC  (4+ messages)
` [PATCH v2] usertools/devbind: support all possible values in "

[PATCH 0/7] refactor kvargs test
 2024-11-19 19:52 UTC  (4+ messages)
` [PATCH v4 "

[PATCH] examples/l3fwd: add option to set RX burst size
 2024-11-19 18:07 UTC  (3+ messages)
` [PATCH v4 0/2] examples/l3fwd: add more options

[PATCH] app/dma-perf: per device config support
 2024-11-19 17:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] maintainers: update for DMA perf app
 2024-11-19 17:16 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH v1 1/2] test/dma: update the sg test to verify wrap around case
 2024-11-19 17:11 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] test/dma: add functions to verify zero and one fill

[PATCH 0/2] fallthrough related handling
 2024-11-19 17:00 UTC  (3+ messages)
` [PATCH v2 0/2] re-enable implicit fallthrough checks

[PATCH] dts: add per-test-suite configuration
 2024-11-19 16:41 UTC  (7+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] "

[PATCH v4 0/2] dts: port over checksum offload suite
 2024-11-19 16:31 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] dts: add csum HW offload to testpmd shell
  ` [PATCH v5 2/2] dts: checksum offload test suite

[PATCH] ethdev: allow using devices with shortened PCI addresses
 2024-11-19 16:29 UTC  (3+ messages)

[PATCH 00/16] small bug fixes from PVS studio bug list
 2024-11-19 15:22 UTC  (3+ messages)
` [PATCH v2 00/19] minor "

[PATCH] build: output source and build dirs at end of config
 2024-11-19 15:15 UTC  (3+ messages)

[PATCH] net/mlx5/hws: allow vport action to wire in RX flow
 2024-11-19 14:29 UTC 

[PATCH] net/ice: add check for null-pointer dereference
 2024-11-19 12:05 UTC  (3+ messages)

[PATCH] net/i40e: fix read register return status check
 2024-11-19 12:02 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).