dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
[PATCH] eal/x86: reduce memcpy code duplication
 2025-11-21 21:36 UTC  (8+ messages)
` [PATCH v2] eal/x86: optimize memcpy of small sizes
` [PATCH v3] "

[PATCH v1] dts: automate VFIO-PCI modprobe
 2025-11-21 21:08 UTC  (2+ messages)

[PATCH v1] dts: make one link the default topology
 2025-11-21 19:55 UTC  (3+ messages)
` [PATCH v4 1/2] "
  ` [PATCH v4 2/2] dts: rewrite two link topology requirements

[PATCH] net/bnxt: fix unintialized warning
 2025-11-21 19:24 UTC  (2+ messages)

[PATCH] net/bnxt: remove unbuilt source files
 2025-11-21 19:24 UTC  (2+ messages)

[DPDK/DTS Bug 1828] Add additional vlan stripping tests to DTS
 2025-11-21 17:53 UTC  (3+ messages)

[DPDK/DTS Bug 1697] Add TREX Traffic Generator Functionality & Single Core Performance Test
 2025-11-21 17:48 UTC  (2+ messages)

[DPDK/DTS Bug 1601] Write TG subclass for a DPDK enabled traffic generator
 2025-11-21 17:48 UTC  (2+ messages)

[PATCH 0/3] examples: format truncation bugs
 2025-11-21 17:08 UTC  (19+ messages)
` [PATCH v3 0/4] examples: fix format-truncation warnings
  ` [PATCH v3 2/4] examples/vdpa: fix format overflow warning
` [PATCH v4 0/4] examples: fix format-truncation errors
  ` [PATCH v4 1/4] examples/server_node_efd: fix format overflow
  ` [PATCH v4 2/4] examples/vdpa: fix format overflow warning
  ` [PATCH v4 3/4] examples/ip_reassembly: add check before formatting name
  ` [PATCH v4 4/4] examples: enable format truncation warning
` [PATCH v5 0/8] tests: fix format truncation warnings
  ` [PATCH v5 1/8] test: increase size of memzone name
  ` [PATCH v5 2/8] test: refactor file prefix arg handling
  ` [PATCH v5 3/8] test: avoid overflowing huge directory path
  ` [PATCH v5 4/8] test: use unit test runner for eal flags
  ` [PATCH v5 5/8] test: fix format overflow warning in ACL test
  ` [PATCH v5 6/8] test: fix impossible format-truncation in cfgfiles
  ` [PATCH v5 7/8] test: fix format overflow in cryptodev test
  ` [PATCH v5 8/8] test: re-enable format-truncation warnings

[PATCH] doc: add install_tag to meson
 2025-11-21 12:41 UTC  (3+ messages)

[PATCH v4 0/8] tests: enable format truncation checks
 2025-11-21 12:09 UTC  (14+ messages)
  ` [PATCH v4 1/8] test: increase size of memzone name
  ` [PATCH v4 2/8] test: refactor file prefix arg handling
  ` [PATCH v4 3/8] test: avoid overflowing huge directory path
  ` [PATCH v4 4/8] test: use unit test runner for eal flags
  ` [PATCH v4 5/8] test: fix format overflow warning in ACL test
  ` [PATCH v4 6/8] test: fix impossible format-truncation in cfgfiles
  ` [PATCH v4 7/8] test: fix format overflow in cryptodev test
  ` [PATCH v4 8/8] test: re-enable format-truncation warnings

[PATCH v1 0/8] Support VFIO cdev API in DPDK
 2025-11-21 10:09 UTC  (60+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 01/17] vfio: make all functions internal
  ` [PATCH v4 02/17] vfio: split get device info from setup
  ` [PATCH v4 03/17] vfio: add container device assignment API
  ` [PATCH v4 04/17] net/nbl: do not use VFIO group bind API
  ` [PATCH v4 05/17] net/ntnic: use container device assignment API
  ` [PATCH v4 06/17] vdpa/ifc: "
  ` [PATCH v4 07/17] vdpa/nfp: "
  ` [PATCH v4 08/17] vdpa/sfc: "
  ` [PATCH v4 09/17] vhost: remove group-related API from drivers
  ` [PATCH v4 10/17] vfio: remove group-based API
  ` [PATCH v4 11/17] vfio: cleanup and refactor
  ` [PATCH v4 12/17] bus/pci: use the new VFIO mode API
  ` [PATCH v4 13/17] bus/fslmc: "
  ` [PATCH v4 14/17] net/hinic3: "
  ` [PATCH v4 15/17] net/ntnic: "
  ` [PATCH v4 16/17] vfio: remove no-IOMMU check API
  ` [PATCH v4 17/17] vfio: introduce cdev mode
` [PATCH v5 00/18] Support VFIO cdev API in DPDK
  ` [PATCH v5 01/18] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v5 02/18] vfio: make all functions internal
  ` [PATCH v5 03/18] vfio: split get device info from setup
  ` [PATCH v5 04/18] vfio: add container device assignment API
  ` [PATCH v5 05/18] net/nbl: do not use VFIO group bind API
  ` [PATCH v5 06/18] net/ntnic: use container device assignment API
  ` [PATCH v5 07/18] vdpa/ifc: "
  ` [PATCH v5 08/18] vdpa/nfp: "
  ` [PATCH v5 09/18] vdpa/sfc: "
  ` [PATCH v5 10/18] vhost: remove group-related API from drivers
  ` [PATCH v5 11/18] vfio: remove group-based API
  ` [PATCH v5 12/18] vfio: cleanup and refactor
  ` [PATCH v5 13/18] bus/pci: use the new VFIO mode API
  ` [PATCH v5 14/18] bus/fslmc: "
  ` [PATCH v5 15/18] net/hinic3: "
  ` [PATCH v5 16/18] net/ntnic: "
  ` [PATCH v5 17/18] vfio: remove no-IOMMU check API
  ` [PATCH v5 18/18] vfio: introduce cdev mode
` [PATCH v6 00/18] Support VFIO cdev API in DPDK
  ` [PATCH v6 01/18] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v6 02/18] vfio: make all functions internal
  ` [PATCH v6 03/18] vfio: split get device info from setup
  ` [PATCH v6 04/18] vfio: add container device assignment API
  ` [PATCH v6 05/18] net/nbl: do not use VFIO group bind API
  ` [PATCH v6 06/18] net/ntnic: use container device assignment API
  ` [PATCH v6 07/18] vdpa/ifc: "
  ` [PATCH v6 08/18] vdpa/nfp: "
  ` [PATCH v6 09/18] vdpa/sfc: "
  ` [PATCH v6 10/18] vhost: remove group-related API from drivers
  ` [PATCH v6 11/18] vfio: remove group-based API
  ` [PATCH v6 12/18] vfio: cleanup and refactor
  ` [PATCH v6 13/18] bus/pci: use the new VFIO mode API
  ` [PATCH v6 14/18] bus/fslmc: "
  ` [PATCH v6 15/18] net/hinic3: "
  ` [PATCH v6 16/18] net/ntnic: "
  ` [PATCH v6 17/18] vfio: remove no-IOMMU check API
  ` [PATCH v6 18/18] vfio: introduce cdev mode

[PATCH] net/txgbe: remove the build dependency on security
 2025-11-21  6:19 UTC 

[PATCH] examples/l3fwd-graph: remove redundant Tx queue limit
 2025-11-21  4:37 UTC  (9+ messages)

DPDK release candidate 25.11-rc3
 2025-11-20 21:48 UTC 

[PATCH] doc: update supported ionic devices
 2025-11-20 18:39 UTC 

[PATCH 1/4] net/mlx5: release representor interrupt handler
 2025-11-20 17:59 UTC  (4+ messages)

[PATCH] doc: add tested platforms with NVIDIA NICs
 2025-11-20 11:25 UTC 

[PATCH] net/txgbe: fix the missing old mailbox interface calls
 2025-11-20  6:24 UTC  (3+ messages)

[PATCH] drivers/net: fix Tx packet prepare
 2025-11-20  5:50 UTC  (6+ messages)

replay: [EXTERNAL] [PATCH v2] examples/ipsec-secgw: add support for SM4-CBC cipher and SM3-HMAC auth
 2025-11-20  1:26 UTC 

[PATCH dpdk] net: ipv6 link local compliance with rfc 4291
 2025-11-19 14:42 UTC  (5+ messages)
` [PATCH dpdk v2] "

[PATCH] mbuf: fix packet copy
 2025-11-19 12:04 UTC 

[PATCH] crypto/openssl: support AES-XTS operations
 2025-11-19 12:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/mlx5: fix IP tunnel detection for IPIP and IPv6 ENCAP
 2025-11-19 11:12 UTC  (2+ messages)

[PATCH v1 0/2] Deprecation notices for VFIO
 2025-11-19 10:43 UTC  (4+ messages)
` [PATCH v1 1/2] doc: add deprecation notice for VFIO API
` [PATCH v1 2/2] doc: add deprecation notice for vDPA driver API

DPDK release candidate 25.11-rc2
 2025-11-19  9:45 UTC 

[PATCH] crypto/dpaa2_sec: use bus device name
 2025-11-19  9:35 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: add support for SM4-CBC cipher and SM3-HMAC auth
 2025-11-19  9:25 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[DPDK/testpmd Bug 1834] [dpdk-25.11-rc2] Segmentation fault in Rx offload testcase
 2025-11-19  7:54 UTC 

[PATCH v3 1/1] net/mlx5: fix port down in link detection error branch
 2025-11-19  6:02 UTC 

[PATCH] common/mlx5: add BlueField-4 DPU
 2025-11-19  4:14 UTC  (2+ messages)

[PATCH v5 0/5] BPF cleanup and tests
 2025-11-19  3:54 UTC  (3+ messages)
` [PATCH v6 0/2] BPF tests

[PATCH 1/2] pdump: avoid integer issues
 2025-11-19  3:29 UTC  (3+ messages)
` [PATCH 2/2] pdump: fix race in pdump disabling

[PATCH] dts: mock pydantic for autodoc
 2025-11-19  3:16 UTC  (2+ messages)

[PATCH] maintainers: remove some inactives
 2025-11-19  2:58 UTC  (2+ messages)

[PATCH v3 00/20] Support VFIO cdev API in DPDK
 2025-11-18 17:36 UTC  (22+ messages)
  ` [PATCH v3 01/20] doc: add deprecation notice for VFIO API
  ` [PATCH v3 02/20] doc: add deprecation notice for vDPA driver API
  ` [PATCH v3 03/20] uapi: update to v6.17 and add iommufd.h
  ` [PATCH v3 04/20] vfio: make all functions internal
  ` [PATCH v3 05/20] vfio: split get device info from setup
  ` [PATCH v3 06/20] vfio: add container device assignment API
  ` [PATCH v3 07/20] net/nbl: do not use VFIO group bind API
  ` [PATCH v3 08/20] net/ntnic: use container device assignment API
  ` [PATCH v3 09/20] vdpa/ifc: "
  ` [PATCH v3 10/20] vdpa/nfp: "
  ` [PATCH v3 11/20] vdpa/sfc: "
  ` [PATCH v3 12/20] vhost: remove group-related API from drivers
  ` [PATCH v3 13/20] vfio: remove group-based API
  ` [PATCH v3 14/20] vfio: cleanup and refactor
  ` [PATCH v3 15/20] bus/pci: use the new VFIO mode API
  ` [PATCH v3 16/20] bus/fslmc: "
  ` [PATCH v3 17/20] net/hinic3: "
  ` [PATCH v3 18/20] net/ntnic: "
  ` [PATCH v3 19/20] vfio: remove no-IOMMU check API
  ` [PATCH v3 20/20] vfio: introduce cdev mode

[PATCH] test-flow-perf: fix the incorrect array length
 2025-11-18 17:00 UTC  (3+ messages)

[PATCH] config/arm: update mcpu for Cobalt-100 SoC
 2025-11-18 16:31 UTC  (2+ messages)

[PATCH] net/mlx5: fix flex item header length field adjusting
 2025-11-18 14:57 UTC 

[PATCH 0/4] test: eal flags cleanup
 2025-11-18 14:48 UTC  (5+ messages)
` [PATCH v3 0/6] test suite enable format overflow checks
  ` [PATCH v3 5/6] test: fix impossible format-truncation in cfgfiles

[PATCH v2 1/2] net/mlx5: enhance socket file path
 2025-11-18 14:45 UTC  (4+ messages)
` [PATCH v3 1/2] net/mlx5: improve socket file path handling

[PATCH 0/2] Small formatting issue fixes in DTS
 2025-11-18 14:34 UTC  (5+ messages)
` [PATCH 1/2] dts: fix incorrect import order for RSS testsuite
` [PATCH 2/2] dts: shorten a too long line

[PATCH] net/mlx5/windows: fix match criteria in flow creation
 2025-11-18 14:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] test-flow-perf: support measuring 2nd round rate
 2025-11-18 12:43 UTC  (2+ messages)

[PATCH 0/5] Cleanup rte_dpaa2_device
 2025-11-18 12:13 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] net/mlx5: move auxiliary data inline
 2025-11-18 11:32 UTC  (2+ messages)

[PATCH] net/mlx5: fix segmentation fault in flow destruction path
 2025-11-18 11:31 UTC  (2+ messages)

[PATCH] net/mlx5: skip Rx control flow tables in isolated mode
 2025-11-18 11:30 UTC  (2+ messages)

[PATCH] net/mlx5: fix null dereference in modify header
 2025-11-18 11:28 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix cap check for hash calc
 2025-11-18 11:27 UTC  (2+ messages)

[PATCH] net/mlx5: fix higher flow tag indexes support on root
 2025-11-18 11:23 UTC  (2+ messages)

[PATCH] net/mlx5: improve error on completing table resize
 2025-11-18 11:22 UTC  (2+ messages)

[PATCH] net/mlx5: fix uninitialized warning
 2025-11-18 11:18 UTC  (3+ messages)
` [PATCH v2] net/mlx5: fix warning from uninitialized variable

[PATCH] app/testpmd: fix flow queue job leaks
 2025-11-18 10:45 UTC 

[PATCH v2 00/19] Support VFIO cdev API in DPDK
 2025-11-18 10:39 UTC  (7+ messages)
` [PATCH v2 04/19] vfio: make all functions internal
` [PATCH v2 07/19] net/nbl: do not use VFIO group bind API
  ` 回复:[PATCH "

[PATCH v1] net/axgbe: fix the build warninig for GCC-16
 2025-11-18  9:54 UTC  (3+ messages)
` [PATCH v2] net/axgbe: fix the build warning "

[PATCH] net/mlx5: update stored Rx queue MTU when port MTU changes
 2025-11-18  9:52 UTC  (2+ messages)


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).