DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v2] fib: network byte order IPv4 lookup
 2024-10-09 10:56 UTC  (4+ messages)

[RFC 0/4] ethdev: rework config restore
 2024-10-09 10:54 UTC  (8+ messages)

[PATCH 00/11] fixes and improvements to cnxk crypto PMD
 2024-10-09 10:53 UTC  (3+ messages)
` [PATCH 11/11] crypto/cnxk: add PMD API to get qp stats

[PATCH 0/3] add support for querying ethdev TM nodes
 2024-10-09 10:32 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] ethdev: add traffic manager query function
  ` [PATCH v2 3/3] app/testpmd: add support for querying TM nodes
` [PATCH v3 0/3] add support for querying ethdev "
  ` [PATCH v3 1/3] ethdev: add traffic manager query function
  ` [PATCH v3 2/3] net/ice: add traffic management node "
  ` [PATCH v3 3/3] app/testpmd: add support for querying TM nodes

[PATCH v1 0/3] Import Kernel uAPI header files
 2024-10-09 10:29 UTC  (5+ messages)
` [PATCH v1 1/3] uapi: introduce kernel uAPI headers import
` [PATCH v1 2/3] uapi: import VDUSE header
` [PATCH v1 3/3] vduse: use imported VDUSE uAPI header

[PATCH] bus/pci: don't open uio device in secondary process
 2024-10-09 10:11 UTC  (3+ messages)

[PATCH v1] crypto/ipsec_mb: bump minimum IPsec MB version
 2024-10-09 10:03 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH] net/mvpp2: fix build by removing newlines in logs
 2024-10-09  9:24 UTC  (2+ messages)

[PATCH v11 0/4] add support for self monitoring
 2024-10-09  9:17 UTC  (7+ messages)
` [PATCH v12 "
  ` [PATCH v12 1/4] lib: add generic support for reading PMU events
      ` [EXTERNAL] "

[PATCH 0/2] minor changes in script used for backports
 2024-10-09  9:17 UTC  (5+ messages)
` [PATCH 1/2] devtools: fix check of multiple commits fixed at once
` [PATCH 2/2] devtools: deduplicate function to mark fixes

[PATCH v2 0/3] net: add thread-safe crc api
 2024-10-09  9:11 UTC  (7+ messages)
` [PATCH v2 1/3] "

[PATCH v1 0/8] centralize AVX-512 feature detection
 2024-10-09  9:05 UTC  (13+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] config/x86: add global defines for checking AVX-512
  ` [PATCH v3 02/10] event/dlb2: use global AVX-512 variables
  ` [PATCH v3 03/10] common/idpf: "
  ` [PATCH v3 04/10] net/cpfl: "
  ` [PATCH v3 05/10] net/i40e: "
  ` [PATCH v3 06/10] net/iavf: "
  ` [PATCH v3 07/10] net/ice: "
  ` [PATCH v3 08/10] net/idpf: "
  ` [PATCH v3 09/10] net/virtio: "
  ` [PATCH v3 10/10] net: "

[PATCH] crypto/scheduler: fix incorrect variable usage
 2024-10-09  8:59 UTC  (3+ messages)

[PATCH] Increasing ci meson version to .57
 2024-10-09  8:10 UTC  (8+ messages)

[RFC 0/5] make PMD xstat_get alike
 2024-10-09  8:00 UTC  (7+ messages)
` [RFC 1/5] net/txgbe: fix query handling in xstats_get
` [RFC 2/5] net/ngbe: "
` [RFC 3/5] net/atlantic: fix handling of xstats_get
` [RFC 4/5] net/octeontx: "
` [RFC 5/5] net/sfc: fix handling of xstats_get queries

[PATCH] cryptodev: add asymmetric operational capability
 2024-10-09  7:11 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH v3 1/3] "
    ` [PATCH v3 2/3] test/crypto: check op capabilities in SM2 tests
    ` [PATCH v3 3/3] crypto/openssl: include op capabilities for SM2

[PATCH 0/3] use rte macros instead of GCC __attribute
 2024-10-09  6:47 UTC  (8+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 5/5] net/cxgbe: use rte macro instead of GCC attribute

[PATCH 00/16] Fix allocation issues and add hardening
 2024-10-09  6:27 UTC  (49+ messages)
` [PATCH v3 00/18] Fix allocation bugs and add malloc hardening
  ` [PATCH v3 17/18] eal: add function attributes for allocation functions
` [PATCH v7 00/16] Fix allocation bugs and prevent future ones
` [PATCH v8 00/17] Add function attributes to uncover allocation bugs
  ` [PATCH v8 01/17] memzone: fix use after free in tracing
  ` [PATCH v8 02/17] cryptodev/bcmfs: fix mis-matched free
  ` [PATCH v8 03/17] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v8 04/17] event/cnxk: fix pointer mismatch "
      ` [EXTERNAL] "
  ` [PATCH v8 05/17] examples/vhost: fix free function mismatch
  ` [PATCH v8 06/17] net/cnxk: fix use-after-free
  ` [PATCH v8 07/17] bpf: fix free mismatch if convert fails
  ` [PATCH v8 08/17] net/e1000: fix use-after-free
  ` [PATCH v8 09/17] net/sfc: fix use-after-free warning messages
  ` [PATCH v8 10/17] net/cpfl: fix free of nonheap object
  ` [PATCH v8 11/17] net/nfp: fix duplicate call to rte_free
  ` [PATCH v8 12/17] raw/ifpga/base: fix use after free
  ` [PATCH v8 13/17] common/qat: "
  ` [PATCH v8 14/17] drivers/ifpga: fix free function mismatch
  ` [PATCH v8 15/17] baseband/la12xx: prevent use after free
  ` [PATCH v8 16/17] common/idpf: fix use after free due
  ` [PATCH v8 17/17] eal: add function attributes for allocation functions
` [PATCH v9 00/17] Use malloc function attribute to uncover bugs
  ` [PATCH v9 01/17] memzone: fix use after free in tracing
  ` [PATCH v9 02/17] cryptodev/bcmfs: fix mis-matched free
  ` [PATCH v9 03/17] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v9 04/17] event/cnxk: fix free of non-heap in cleanup code
    ` [EXTERNAL] "
  ` [PATCH v9 05/17] examples/vhost: fix free function mismatch
  ` [PATCH v9 06/17] net/cnxk: fix use-after-free
  ` [PATCH v9 07/17] bpf: fix free mismatch if convert fails
  ` [PATCH v9 08/17] net/e1000: fix use-after-free
  ` [PATCH v9 09/17] net/sfc: fix use-after-free warning messages
  ` [PATCH v9 10/17] net/cpfl: fix free of nonheap object
  ` [PATCH v9 11/17] net/nfp: fix duplicate call to rte_free
  ` [PATCH v9 12/17] raw/ifpga/base: fix use after free
  ` [PATCH v9 13/17] common/qat: "
  ` [PATCH v9 14/17] drivers/ifpga: fix free function mismatch
  ` [PATCH v9 15/17] baseband/la12xx: prevent use after free
  ` [PATCH v9 16/17] common/idpf: fix use after free due
  ` [PATCH v9 17/17] eal: add function attributes for allocation functions

[PATCH 1/9] rawdev: add API to get device from index
 2024-10-09  6:11 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/mvneta: fix possible out-of-bounds write
 2024-10-09  6:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v5 0/1] devtools: add tracepoint check in checkpatch
 2024-10-09  6:03 UTC  (5+ messages)
` [PATCH v6 0/2] "
      ` [EXTERNAL] "

[PATCH] crypto/dpaa2_sec: rework debug code
 2024-10-09  5:07 UTC  (2+ messages)
` [v2] "

[PATCH 0/5] fix segment fault when parse args
 2024-10-09  4:55 UTC  (9+ messages)
` [PATCH v5 "
` [PATCH v6 0/4] "
  ` [PATCH v6 1/4] kvargs: add one new process API
  ` [PATCH v6 2/4] net/sfc: use new API to parse kvargs
  ` [PATCH v6 3/4] net/tap: "
  ` [PATCH v6 4/4] common/nfp: "

[PATCH 1/5] interrupts: fix number of bytes read for vdev
 2024-10-09  4:01 UTC  (2+ messages)

[PATCH v5 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
 2024-10-09  3:43 UTC  (7+ messages)
` [PATCH v6 "

[PATCH v1 01/50] net/ntnic: update NT NiC PMD driver with FPGA version
 2024-10-09  3:25 UTC  (5+ messages)
` [PATCH v2 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
  ` [PATCH v2 05/50] net/ntnic: extend and fix logging implementation

Just for a test, please ignore
 2024-10-09  3:18 UTC 

rte_ring move head question for machines with relaxed MO (arm/ppc)
 2024-10-09  2:22 UTC  (6+ messages)

[PATCH v2] app/proc-info: add rte_eal_cleanup() to avoid memory leak
 2024-10-09  1:22 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] net/gve: add IO memory barriers before reading descriptors
 2024-10-09  1:20 UTC  (2+ messages)

[PATCH 0/5] Increase minimum meson version
 2024-10-09  1:04 UTC  (5+ messages)
  ` [OS-Team] [dpdklab] "

[PATCH] replace use of word segregate in comments
 2024-10-09  0:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v9 0/2] dts: refactored queue start/stop suite
 2024-10-08 21:48 UTC  (3+ messages)
` [PATCH v10 0/1] dts: port over "
  ` [PATCH v10] "

[PATCH v2] cryptodev: add ec points to sm2 op
 2024-10-08 21:29 UTC  (13+ messages)
` [PATCH v3 1/4] cryptodev: add partial sm2 feature flag
  ` [PATCH v3 4/4] app/test: add test sm2 C1/Kp test cases
  ` [PATCH v4 0/4] add ec points to sm2 op
    ` [PATCH v4 1/4] cryptodev: reorder structures in asym crypto header
    ` [PATCH v4 2/4] cryptodev: add ec points to sm2 op
    ` [PATCH v4 3/4] crypto/qat: add sm2 encryption/decryption function
    ` [PATCH v4 4/4] app/test: add test sm2 C1/Kp test cases

[PATCH v2 0/3] Mac Filter Port to New DTS
 2024-10-08 20:45 UTC  (4+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] dts: add methods for setting mac and multicast addresses
  ` [PATCH v6 2/2] dts: mac filter test suite refactored for new dts

[PATCH v2 0/9] drivers/raw: introduce cnxk rvu lf device driver
 2024-10-08 20:44 UTC  (12+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] "
  ` [PATCH v3 2/9] raw/cnxk_rvu_lf: add PMD API to get npa/sso pffunc
  ` [PATCH v3 3/9] raw/cnxk_rvu_lf: add PMD API to get BAR addresses
  ` [PATCH v3 4/9] raw/cnxk_rvu_lf: register/unregister interrupt handler
  ` [PATCH v3 5/9] raw/cnxk_rvu_lf: register/unregister msg handler
  ` [PATCH v3 6/9] raw/cnxk_rvu_lf: set message ID range
  ` [PATCH v3 7/9] raw/cnxk_rvu_lf: process mailbox message
  ` [PATCH v3 8/9] raw/cnxk_rvu_lf: add selftest
  ` [PATCH v3 9/9] raw/cnxk_rvu_lf: add PMD API to get device pffunc

[PATCH v2 00/10] acc baseband PMD fix and updates for 24.11
 2024-10-08 20:19 UTC  (7+ messages)
` [PATCH v2 05/10] baseband/acc: enhance SW ring alignment
` [PATCH v2 08/10] baseband/acc: remove check on HARQ memory

[PATCH v15] dts: VLAN test suite implementation
 2024-10-08 19:18 UTC  (5+ messages)
` [PATCH v16 0/1] dts: port over VLAN test suite
  ` [PATCH v16] dts: VLAN test suite implementation
    ` [PATCH v17 0/1] port over VLAN test suite
      ` [PATCH v17 1/1] dts: VLAN test suite implementation

[PATCH v2] dts: add VLAN methods to testpmd shell
 2024-10-08 19:07 UTC  (4+ messages)
  ` [PATCH v3] "

[DPDK/ethdev Bug 1561] BNX2X: Jumbo frames not working on NetXtreme II BCM57810
 2024-10-08 19:04 UTC 

[PATCH] fib: implement RCU rule reclamation
 2024-10-08 18:28 UTC  (5+ messages)
` [PATCH v2 1/2] "
  ` [PATCH v2 2/2] test/fib: add RCU functional tests

[PATCH v2 0/4] power: refactor power management library
 2024-10-08 17:43 UTC  (15+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] power: refactor core "
  ` [PATCH v3 2/5] power: refactor uncore "
  ` [PATCH v3 3/5] test/power: removed function pointer validations
  ` [PATCH v3 4/5] power/amd_uncore: uncore support for AMD EPYC processors
  ` [PATCH v3 5/5] maintainers: update for drivers/power

[PATCH] fib: network byte order IPv4 lookup
 2024-10-08 17:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] fib6: add runtime checks for vector lookup
 2024-10-08 17:31 UTC 

[RFC v3 0/3] Import Kernel uAPI header files
 2024-10-08 16:57 UTC  (6+ messages)
` [RFC v3 1/3] uapi: introduce kernel uAPI headers import

[v2 1/5] raw/zxdh: introduce zxdh raw device driver
 2024-10-08 16:21 UTC  (2+ messages)

[PATCH] raw/zxdh: introduce zxdh raw device driver
 2024-10-08 16:12 UTC  (3+ messages)

[PATCH 0/5] riscv: implement accelerated crc using zbc
 2024-10-08 15:35 UTC  (9+ messages)
` [PATCH 1/5] config/riscv: add flag for using Zbc extension

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