DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] power: use hugepage memory for queue list entry structure
 2025-02-20 16:39 UTC  (5+ messages)

[PATCH 0/3] introduce rte_memset_sensative
 2025-02-20 16:27 UTC  (20+ messages)
` [PATCH v8 00/17] fix memset warnings reported by PVS studio
  ` [PATCH v8 05/17] eal: add new secure free function
  ` [PATCH v8 06/17] app/test: use unit test runner for malloc tests
` [PATCH v9 00/15] fix insecure use of memset bugs
  ` [PATCH v9 01/15] eal: introduce new secure memory zero
  ` [PATCH v9 02/15] app/test: remove unused variable
  ` [PATCH v9 03/15] eal: add new secure free function
  ` [PATCH v9 04/15] app/test: use unit test runner for malloc tests
  ` [PATCH v9 05/15] app/test: add test for rte_free_sensitive
  ` [PATCH v9 06/15] common/cnxk: remove unused variable
  ` [PATCH v9 07/15] crypto/qat: force zero of keys
  ` [PATCH v9 08/15] crypto/qat: fix size calculation for memset
  ` [PATCH v9 09/15] crypto/qat: use secure free for keys
  ` [PATCH v9 10/15] bus/uacce: remove memset before free
  ` [PATCH v9 11/15] compress/octeontx: remove unnecessary memset
  ` [PATCH v9 12/15] test: remove unneeded memset
  ` [PATCH v9 13/15] net/ntnic: check result of malloc

[RFC 00/11] Fix dev_ops dereferences
 2025-02-20 16:09 UTC  (22+ messages)
` [PATCH v2 00/14] Remove unnecessary function pointer deref
  ` [PATCH v2 01/14] ethdev: remove unnecessary deref on function pointers
  ` [PATCH v2 02/14] eventdev: remover "
  ` [PATCH v2 03/14] net/bonding: remove unnecessary deref of "
  ` [PATCH v2 04/14] net/ixgbe: remove unnecessary dereference
  ` [PATCH v2 05/14] net/ipn3ke: "
  ` [PATCH v2 06/14] net/memif: remove unnecessary deref of function pointers
  ` [PATCH v2 07/14] cryptodev: "
  ` [PATCH v2 08/14] crypto/scheduler: remove unnecessary dereference
  ` [PATCH v2 09/14] compressdev: remove unnecessary deref of function pointers
  ` [PATCH v2 10/14] dmadev: "
  ` [PATCH v2 11/14] rawdev: "
  ` [PATCH v2 12/14] mldev: "
  ` [PATCH v2 13/14] regexdev: "
  ` [PATCH v2 14/14] security: remove unnecessary dereference

[PATCH v1 1/2] crypto/ipsec_mb: add SM4 GCM support
 2025-02-20 15:40 UTC  (6+ messages)
` [PATCH v4 1/3] "
  ` [PATCH v4 2/3] cryptodev: add SM4 GCM
  ` [PATCH v4 3/3] app/test: add SM4 GCM tests

[PATCH] test/crypto: remove unused variable
 2025-02-20 13:28 UTC 

[PATCH v1 1/3] fbarray: rename tests to be more meaningful
 2025-02-20 13:16 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] fbarray: flatten the loop in find next n
  ` [PATCH v2 3/3] fbarray: flatten the loop in find prev n

[PATCH] doc: reword sample application guides
 2025-02-20 12:26 UTC  (3+ messages)
` [PATCH v2] "

DPDK Release Status Meeting 2025-02-18
 2025-02-20 12:17 UTC 

[PATCH] bus: invoke TAILQ_REMOVE when bus cleanup
 2025-02-20 10:31 UTC  (2+ messages)

[PATCH] net/mlx5: fix err message overwrite for actions translation
 2025-02-20  9:49 UTC  (2+ messages)

[RFC PATCH v6 1/2] eventdev: add atomic queue to test-eventdev app
 2025-02-20  9:13 UTC  (7+ messages)
` [RFC v7 0/4] eventdev: atomic tests "
  ` [RFC v7 1/4] eventdev: atomic common for "
  ` [RFC v7 2/4] eventdev: add atomic queue test to test-evnetdev app
  ` [RFC v7 3/4] eventdev: add atomic atq to test-eventdev app
  ` [RFC v7 4/4] eventdev: documentation for atomic queue and atomic atq tests
  ` [EXTERNAL] [RFC v7 0/4] eventdev: atomic tests to test-eventdev app

[PATCH] eal: fix bus cleanup in secondary process
 2025-02-20  9:13 UTC  (4+ messages)
` [PATCH v2] cryptodev: not close device when secondary exit
  ` [EXTERNAL] "
    ` [External] "

[PATCH] maintainers: update for Intel FPGA rawdev drivers
 2025-02-20  8:35 UTC 

[PATCH] maintainers: update for Intel FPGA bus drivers
 2025-02-20  8:28 UTC 

[PATCH 00/10] enable "app" to be compiled with MSVC
 2025-02-20  7:57 UTC  (40+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] eal: add workaround for __builtin_constant_p
  ` [PATCH v2 02/10] test_alarm: avoid warning about different qualifiers
  ` [PATCH v2 03/10] test-pmd: fix printf format string mismatch
  ` [PATCH v2 04/10] test-pmd: do explicit 64-bit shift to avoid implicit conversion
  ` [PATCH v2 05/10] test-pmd: avoid undefined behavior
  ` [PATCH v2 06/10] test-pmd: avoid non-constant initializer
  ` [PATCH v2 07/10] test-pmd: don't return value from void function
  ` [PATCH v2 08/10] test-pmd: declare lcore_count atomic
  ` [PATCH v2 09/10] test: add workaround for __builtin_constant_p in test_memcpy_perf
  ` [PATCH v2 10/10] app: enable app directory to be compiled with MSVC
` [PATCH v3 00/10] enable "app" "
  ` [PATCH v3 01/10] eal: add workaround for __builtin_constant_p
  ` [PATCH v3 02/10] test_alarm: avoid warning about different qualifiers
  ` [PATCH v3 03/10] test-pmd: fix printf format string mismatch
  ` [PATCH v3 04/10] test-pmd: do explicit 64-bit shift to avoid implicit conversion
  ` [PATCH v3 05/10] test-pmd: avoid undefined behavior
  ` [PATCH v3 06/10] test-pmd: avoid non-constant initializer
  ` [PATCH v3 07/10] test-pmd: don't return value from void function
  ` [PATCH v3 08/10] test-pmd: declare lcore_count atomic
  ` [PATCH v3 09/10] test: add workaround for __builtin_constant_p in test_memcpy_perf
  ` [PATCH v3 10/10] app: enable app directory to be compiled with MSVC

[PATCH] testpmd: support meter_mark init_color in indirect list configuration
 2025-02-20  7:42 UTC  (7+ messages)
` [PATCH v2] "
` [PATCH] config/arm: update NVIDIA BlueField-3 configuration

[PATCH 0/2] fix testpmd DCB command
 2025-02-20  7:06 UTC  (3+ messages)
` [PATCH 1/2] app/testpmd: support display DCB all priority's TC map
` [PATCH 2/2] app/testpmd: fix segment fault when config DCB

[PATCH 0/3] Rx adapter API to add Rx queues in burst
 2025-02-20  6:28 UTC  (4+ messages)
` [PATCH v2 1/3] eventdev/eth_rx: add API to burst add queues to Rx adapter

[PATCH v13 00/28] [v13]drivers/net Add Support mucse N10 Pmd Driver
 2025-02-20  5:06 UTC  (31+ messages)
` [PATCH v13 01/28] net/rnp: add skeleton
` [PATCH v13 02/28] net/rnp: add ethdev probe and remove
` [PATCH v13 03/28] net/rnp: add log
` [PATCH v13 04/28] net/rnp: support mailbox basic operate
` [PATCH v13 05/28] net/rnp: add device init and uninit
` [PATCH v13 06/28] net/rnp: add get device information operation
` [PATCH v13 07/28] net/rnp: add support MAC promisc mode
` [PATCH v13 08/28] net/rnp: add queue setup and release operations
` [PATCH v13 09/28] net/rnp: add queue stop and start operations
` [PATCH v13 10/28] net/rnp: add support device start stop operations
` [PATCH v13 11/28] net/rnp: add RSS support operations
` [PATCH v13 12/28] net/rnp: add support link update operations
` [PATCH v13 13/28] net/rnp: add support link setup operations
` [PATCH v13 14/28] net/rnp: add Rx burst simple support
` [PATCH v13 15/28] net/rnp: add Tx "
` [PATCH v13 16/28] net/rnp: add MTU set operation
` [PATCH v13 17/28] net/rnp: add Rx scatter segment version
` [PATCH v13 18/28] net/rnp: add Tx multiple "
` [PATCH v13 19/28] net/rnp: add support basic stats operation
` [PATCH v13 20/28] net/rnp: add support xstats operation
` [PATCH v13 21/28] net/rnp: add unicast MAC filter operation
` [PATCH v13 22/28] net/rnp: add supported packet types
` [PATCH v13 23/28] net/rnp: add support Rx checksum offload
` [PATCH v13 24/28] net/rnp: add support Tx TSO offload
` [PATCH v13 25/28] net/rnp: support VLAN offloads
` [PATCH v13 26/28] net/rnp: add support VLAN filters operations
` [PATCH v13 27/28] net/rnp: add queue info operation
` [PATCH v13 28/28] net/rnp: support Rx/Tx burst mode info

[PATCH] ethdev: fix get_reg_info
 2025-02-19 18:45 UTC  (2+ messages)

[Patch v2] net/mana: use mana_local_data for tracking usage data for primary process
 2025-02-19 18:35 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] config/arm: add Phytium TengYun S5000c
 2025-02-19 17:49 UTC  (2+ messages)

Link custom libarchive meson support
 2025-02-19 17:42 UTC  (2+ messages)

[PATCH] examples/l3fwd: fix Tx performance deteriorate
 2025-02-19 17:01 UTC  (4+ messages)
` [PATCH v2] examples/l3fwd: add option to set Tx burst size

[PATCH] examples/l3fwd: adjust Tx burst size based on Rx burst
 2025-02-19 16:59 UTC  (2+ messages)

[PATCH v6 1/4] bus/pci: fix registration of PCI device
 2025-02-19 16:50 UTC  (8+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/4] lib: fix comparison between devices
  ` [PATCH v7 3/4] app/test: add tests to find devices

[PATCH] examples/l3fwd: optimize packet prefetch
 2025-02-19 16:44 UTC  (3+ messages)
` [PATCH] examples/l3fwd: add option to set refetch offset

[PATCH v7 1/1] graph: mcore: optimize graph search
 2025-02-19 15:24 UTC  (3+ messages)
` [PATCH v8] "

[PATCH] examples/flow_filtering: fix destination IP mask
 2025-02-19 15:19 UTC  (2+ messages)

[RFC 0/7] Introduce FreeBSD macros for SAFE iteration
 2025-02-19 14:55 UTC  (4+ messages)
` [PATCH v2 0/7] Introduce FOREACH_SAFE macros
  ` [PATCH v2 1/7] eal: add queue macro extensions from FreeBSD

[PATCH 00/16] remove use of VLAs for Windows built code
 2025-02-19 14:28 UTC  (6+ messages)
` [PATCH v22 00/27] remove use of VLAs for Windows

[PATCH] test/ring: fix return uninitialized variable
 2025-02-19 14:23 UTC 

[PATCH v4] bus: fix inconsistent representation of PCI numbers
 2025-02-19 13:26 UTC  (7+ messages)
` [PATCH v5 0/4] fix comparison between devices
  ` [PATCH v5 2/4] lib: "

[PATCH 0/2] Fix use after free, and refactor af_xdp_tx_zc()
 2025-02-19 13:25 UTC  (8+ messages)
` [PATCH v9 0/2] Fix use after free, and refactor af_xdp_tx_zc
  ` [PATCH v9 2/2] net/af_xdp: Refactor af_xdp_tx_zc

[PATCH 1/2] trace: support expression for blob length
 2025-02-19 11:17 UTC  (8+ messages)
` [PATCH v3 0/6] Trace point framework enhancement for dmadev
  ` [PATCH v3 4/6] trace: support dumping binary inside a struct
    ` [EXTERNAL] "

[PATCH v3 0/8] record and rework component dependencies
 2025-02-19 10:57 UTC  (17+ messages)
` [PATCH v6 0/8] Record "
  ` [PATCH v6 7/8] app: reduce app dependencies
      ` [EXTERNAL] "
` [PATCH v7 0/8] Record and rework component dependencies
  ` [PATCH v7 1/8] build: introduce optional internal dependencies
  ` [PATCH v7 2/8] build: output a dependency log in build directory
  ` [PATCH v7 3/8] devtools: add script to flag unneeded dependencies
  ` [PATCH v7 4/8] drivers: remove kvargs from class dependencies
  ` [PATCH v7 5/8] lib: reduce library dependencies
  ` [PATCH v7 6/8] drivers: reduce driver dependencies
  ` [PATCH v7 7/8] app: reduce app dependencies
  ` [PATCH v7 8/8] devtools: add script to generate DPDK dependency graphs

[PATCH] common/qat: fix incorrect size in the parser
 2025-02-19  9:41 UTC  (2+ messages)

[RFC 00/10] Remove weak symbols
 2025-02-19  8:15 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/10] bus/auxiliary: remove "
  ` [PATCH v3 05/10] net/hns3: "
  ` [PATCH v3 10/10] eal: deprecate "

[PATCH] ci: build with MSVC in GHA
 2025-02-19  8:09 UTC  (6+ messages)

[PATCH] net/netvsc: add stats counters from VF
 2025-02-19  6:12 UTC  (2+ messages)
` [EXTERNAL] "

RedHat QE's test result against DPDK release candidate 25.03-rc1
 2025-02-19  6:03 UTC 

[PATCH v1 1/3] net/intel: add support for timestamp ring HW workaround
 2025-02-19  5:37 UTC  (7+ messages)
` [PATCH v2 0/2] Implement TXPP Support in ICE PMD
  ` [PATCH v2 1/2] net/intel: add E830 ETF offload timestamp resolution
  ` [PATCH v2 2/2] net/intel: add Tx time queue

[PATCH] mbuf: enable to be compiled with MSVC
 2025-02-19  1:39 UTC  (7+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 1/5] doc: update guide on versioning macros
  ` [PATCH v2 2/5] buildtools: update map_to_win.py to use optional map file
  ` [PATCH v2 3/5] eal: update versioning macros
  ` [PATCH v2 4/5] net: update use of "
  ` [PATCH v2 5/5] mbuf: enable to be compiled with MSVC

[PATCH] dts: grab linter return value
 2025-02-18 23:07 UTC 

[DPDK/ethdev Bug 1664] rte_ipv6_addr_is_v4mapped wrong logic
 2025-02-18 21:04 UTC 

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