DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] dts: add per-test-suite configuration
 2024-11-14 12:39 UTC  (5+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 3/4] "

[PATCH v3] dts: add flow rule dataclass to testpmd shell
 2024-11-14 12:19 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] graph: optimize graph search when scheduling nodes
 2024-11-14 12:06 UTC  (20+ messages)
` [EXTERNAL] "
  `  "
              `  "
` [PATCH v2] graph: mcore: optimize graph search
  ` [EXTERNAL] "
    `  "
  ` [PATCH v3 1/2] "
    ` [PATCH v3 2/2] graph: add alignment to the member of rte_node
      ` [EXTERNAL] "
    ` [PATCH v4 1/2] graph: mcore: optimize graph search
      ` [PATCH v4 2/2] graph: add alignment to the member of rte_node
        ` [EXTERNAL] "
          `  "

[PATCH] eventdev: fix possible array underflow/overflow
 2024-11-14 11:55 UTC 

[PATCH 00/43] replace strerror
 2024-11-14 11:40 UTC  (16+ messages)
` [PATCH v6 00/14] use rte_strerror() for rte_errno
  ` [PATCH v6 01/14] eal: fix use rte errno for libc function
  ` [PATCH v6 02/14] eal: use rte strerror
  ` [PATCH v6 03/14] pdump: "
  ` [PATCH v6 04/14] bus/vdev: "
  ` [PATCH v6 05/14] common/mlx5: "
  ` [PATCH v6 06/14] net/af_xdp: "
  ` [PATCH v6 07/14] net/bonding: "
  ` [PATCH v6 08/14] net/failsafe: "
  ` [PATCH v6 09/14] net/memif: "
  ` [PATCH v6 10/14] net/mlx4: "
  ` [PATCH v6 11/14] net/mlx5: "
  ` [PATCH v6 12/14] net/tap: "
  ` [PATCH v6 13/14] app/dumpcap: "
  ` [PATCH v6 14/14] test: "

[PATCH] net/ice: add check for null-pointer dereference
 2024-11-14 11:35 UTC 

rte_fib network order bug
 2024-11-14 10:18 UTC  (6+ messages)

[PATCH] maintainers: update for DMA perf app
 2024-11-14 10:05 UTC  (3+ messages)
  ` [EXTERNAL] "

DPDK Release Status Meeting 2024-11-14
 2024-11-14 10:04 UTC 

[PATCH] net/cnxk: toggle link status for representors
 2024-11-14  9:39 UTC 

[PATCH] raw/gdtc: introduce gdtc raw device driver
 2024-11-14  9:36 UTC  (2+ messages)

[PATCH 1/2] common/cnxk: fix mailbox timeout issues
 2024-11-14  9:31 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] common/cnxk: add mailbox debug trace

[v4,1/5] raw/gdtc: introduce gdtc raw device driver
 2024-11-14  9:20 UTC  (6+ messages)
` [v5,1/5] "
  ` [v5,2/5] raw/gdtc: add support for queue setup operation
  ` [v5,3/5] raw/gdtc: add support for standard rawdev operations
  ` [v5,4/5] raw/gdtc: add support for enqueue operation
  ` [v5,5/5] raw/gdtc: add support for dequeue operation

[PATCH v3 1/3] graph: avoid global node ID counter
 2024-11-14  9:08 UTC  (6+ messages)
` [PATCH v3 2/3] graph: add support for node free API
` [PATCH v3 3/3] test/graph: fix graph autotest second run test failure
` [PATCH v4 1/3] graph: avoid global node ID counter
  ` [PATCH v4 2/3] graph: add support for node free API
  ` [PATCH v4 3/3] test/graph: fix graph autotest second run test failure

[PATCH 0/2] fallthrough related handling
 2024-11-14  9:03 UTC  (5+ messages)
` [PATCH 1/2] net/e1000: fix incorrect fallthrough in switch
` [PATCH 2/2] common/dpaax: do not disable fallthrough warnings

[RFC 0/5] Fix memset usage
 2024-11-14  8:56 UTC  (8+ messages)
` [RFC 1/5] crypto/qat: fix memset of SHA3 state
` [RFC 2/5] crypto/qat: use secure memset
` [RFC 3/5] bus/uacce: remove memset before free
` [RFC 4/5] compress/octeontx: remove memset before rte_free
` [RFC 5/5] test: remove unneeded memset

[PATCH] eal/linux: redefine the name for rte_fbarray_init()
 2024-11-14  8:37 UTC 

[PATCH] eal/linux: redefine the name for rte_fbarray_init()
 2024-11-14  8:10 UTC 

[PATCH 1/2] bus/dpaa: fix lock condition during error handling
 2024-11-14  7:45 UTC  (7+ messages)
` [PATCH 2/2] examples/l2fwd-event: fix spinlock handling
` [PATCH v2 1/3] bus/dpaa: fix lock condition during error handling
  ` [PATCH v2 2/3] examples/l2fwd-event: fix spinlock handling
  ` [PATCH v2 3/3] bus/dpaa: enabling clang thread safety for locks

[PATCH 1/3] common/cnxk: fix build warnings on ubuntu 24.04
 2024-11-14  7:38 UTC  (3+ messages)
` [PATCH 2/3] regex/cn9k: "
` [PATCH 3/3] net/cnxk: "

[RFC 00/10] unit test bugs
 2024-11-14  7:00 UTC  (12+ messages)
` [RFC 01/10] app/test: do not duplicate loop variable
` [RFC 02/10] app/test: fix typo in mac address compare
` [RFC 03/10] app/test: fix paren typo
` [RFC 04/10] app/test: avoid duplicate initialization
` [RFC 05/10] app/test: fix TLS zero length record
` [RFC 06/10] test/eal: fix core check in c flag test
` [RFC 07/10] app/test-pmd: remove redundant condition
` [RFC 08/10] app/test-pmd: avoid potential outside of array reference
` [RFC 09/10] app/test-dma-perf: fix parsing of dma address
` [RFC 10/10] app/test: fix operator precedence bug

[PATCH v1] dts: add time delay to async sniffer callback function
 2024-11-14  6:01 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] lib/eal: redefine the name for rte_fbarray_init()
 2024-11-14  5:19 UTC 

[PATCH 0/3] introduce rte_memset_sensative
 2024-11-14  2:36 UTC  (25+ messages)
` [PATCH 1/3] eal: "
` [PATCH 2/3] crypto/qat: use rte_memset_sensative
` [PATCH 3/3] eal: add rte_free_sensative
` [PATCH v2 0/8] memset security handling
  ` [PATCH v2 1/8] eal: introduce new secure memory fill
  ` [PATCH v2 2/8] eal: add new secure free function
  ` [PATCH v2 3/8] crypto/qat: force zero of keys
  ` [PATCH v2 4/8] crypto/qat: fix size calculation for memset
  ` [PATCH v2 5/8] crypto/qat: use secure memset
  ` [PATCH v2 6/8] bus/uacce: remove memset before free
  ` [PATCH v2 7/8] compress/octeontx: remove unnecessary memset
  ` [PATCH v2 8/8] test: remove unneeded memset
` [PATCH v3 00/11] memset security handling
  ` [PATCH v3 01/11] eal: introduce new secure memory fill
  ` [PATCH v3 02/11] eal: add new secure free function
  ` [PATCH v3 03/11] crypto/qat: force zero of keys
  ` [PATCH v3 04/11] crypto/qat: fix size calculation for memset
  ` [PATCH v3 05/11] crypto/qat: use secure memset
  ` [PATCH v3 06/11] bus/uacce: remove memset before free
  ` [PATCH v3 07/11] compress/octeontx: remove unnecessary memset
  ` [PATCH v3 08/11] test: remove unneeded memset
  ` [PATCH v3 09/11] net/ntnic: remove unnecessary void cast
  ` [PATCH v3 10/11] net/ntnic: check result of malloc
  ` [PATCH v3 11/11] net/ntnic: remove unnecessary memset

[PATCH v8 00/17] modify something as suggested
 2024-11-13 21:15 UTC  (19+ messages)
` [PATCH v8 01/17] net/r8169: add PMD driver skeleton
` [PATCH v8 02/17] net/r8169: add logging structure
` [PATCH v8 03/17] net/r8169: add hardware registers access routines
` [PATCH v8 04/17] net/r8169: implement core logic for Tx/Rx
` [PATCH v8 05/17] net/r8169: add support for HW config
` [PATCH v8 06/17] net/r8169: add PHY registers access routines
` [PATCH v8 07/17] net/r8169: add support for hardware operations
` [PATCH v8 08/17] net/r8169: add support for PHY configuration
` [PATCH v8 09/17] net/r8169: add support for HW initialization
` [PATCH v8 10/17] net/r8169: add link status and interrupt management
` [PATCH v8 11/17] net/r8169: implement Rx path
` [PATCH v8 12/17] net/r8169: implement Tx path
` [PATCH v8 13/17] net/r8169: implement device statistics
` [PATCH v8 14/17] net/r8169: implement promisc and allmulti modes
` [PATCH v8 15/17] net/r8169: implement MTU configuration
` [PATCH v8 16/17] net/r8169: add support for getting FW version
` [PATCH v8 17/17] net/r8169: add driver start and driver stop

[PATCH] dts: add l2fwd test suite
 2024-11-13 19:59 UTC  (20+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 1/3] dts: fix adjust L2/L3 addresses behavior
  ` [PATCH v3 2/3] dts: allow to get multiple expected packets
  ` [PATCH v3 3/3] dts: add l2fwd test suite
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] dts: allow to get multiple expected packets
  ` [PATCH v4 1/3] dts: fix adjust L2/L3 addresses behavior
  ` [PATCH v4 2/3] dts: add l2fwd test suite
  ` [PATCH v4 2/3] dts: allow to get multiple expected packets
  ` [PATCH v4 3/3] dts: add l2fwd test suite
  ` [PATCH v4 3/3] fixup! dts: allow to get multiple expected packets
` [PATCH v5 0/3] dts: add l2fwd test suite
  ` [PATCH v5 1/3] dts: fix adjust L2/L3 addresses behavior
  ` [PATCH v5 2/3] dts: allow to get multiple expected packets
  ` [PATCH v5 3/3] dts: add l2fwd test suite

[PATCH] dts: improve statistics
 2024-11-13 19:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/3] examples/l3fwd: support single route file
 2024-11-13 19:39 UTC  (4+ messages)
` [v2 0/3] L3fwd changes
  ` [v2 3/3] examples/l3fwd: enhance valid ports checking

[PATCH v9 03/23] examples/ptp: replace terms master and slave
 2024-11-13 19:11 UTC  (6+ messages)
` [PATCH v10] "

[PATCH v1 01/50] net/ntnic: update NT NiC PMD driver with FPGA version
 2024-11-13 18:09 UTC  (4+ messages)
` [PATCH v3 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
  ` [PATCH v3 15/50] net/ntnic: add hasher (HSH) flow module

[PATCH v1] maintainers: update maintainer for DLB Driver
 2024-11-13 17:26 UTC 

[PATCH] rcu: shift 64-bit constant to avoid implicit 32 to 64 bit conversion
 2024-11-13 16:23 UTC  (4+ messages)
` [PATCH v2] "

[DPDK/DTS Bug 1577] dts: Request for memory usage test in CI
 2024-11-13 16:20 UTC 

[PATCH] crypto/openssl: remove unneccessary null free checks
 2024-11-13 15:56 UTC 

[PATCH v2] net/mlx5: fix miniCQEs number calculation
 2024-11-13 15:28 UTC  (3+ messages)
` [PATCH v3] "

[v4,1/5] raw/gdtc: introduce gdtc raw device driver
 2024-11-13 14:59 UTC  (3+ messages)

[PATCH] net/mlx5: fix Rx queue ref count in flushing user flows
 2024-11-13 13:40 UTC  (2+ messages)

[PATCH] net/mlx5: fix the default RSS flows creation order
 2024-11-13 13:40 UTC  (2+ messages)

[PATCH] common/mlx5: fix misalignment issue detected by ASan
 2024-11-13 13:39 UTC  (2+ messages)

[PATCH] net/mlx5: fix the Rx queue control management
 2024-11-13 13:38 UTC  (2+ messages)

[PATCH 0/2] net/mlx5: fix counter query loop getting stuck
 2024-11-13 13:37 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix allocation of STCs
 2024-11-13 13:37 UTC  (2+ messages)

[PATCH] net/mlx5: fix shared Rx queue port number in data path
 2024-11-13 13:36 UTC  (2+ messages)

[PATCH v2] drivers: fix error CQE handling
 2024-11-13 13:34 UTC  (3+ messages)
` [PATCH v3] drivers: fix error CQE handling for 128 bytes CQE

[DPDK/eventdev Bug 1576] [dpdk24.11-rc2] DPDK build failed with EXTRA_CFLAGS='-O1' on Redhat9.4
 2024-11-13  9:08 UTC 

[PATCH] mempool: enable code to be compiled with MSVC compiler
 2024-11-13  6:38 UTC  (3+ messages)

[PATCH] doc/guides: add security document
 2024-11-13  5:12 UTC  (3+ messages)

[PATCH 0/3] unnecessary checks for null
 2024-11-13  5:01 UTC  (7+ messages)
` [PATCH 1/3] bus/fslmc: remove unnecessary null check
` [PATCH 2/3] net/dpaa2: remove unnecessary check for null before rte_free

[PATCH] net/hns3: fix Rx packet truncation when KEEP CRC enabled
 2024-11-13  3:14 UTC  (3+ messages)
` [PATCH v3 0/3] bugfix about KEEP CRC offload

[PATCH v22 01/13] config: add zsda device number
 2024-11-13  2:33 UTC  (11+ messages)
` [PATCH v22 02/13] common/zsda: add zsdadev driver
  ` [PATCH v22 04/13] common/zsda: add functions to operate hardware queue
  ` [PATCH v22 06/13] compress/zsda: add zsda compressdev driver skeleton
  ` [PATCH v22 07/13] compress/zsda: add zsda compressdev dev ops
  ` [PATCH v22 08/13] compress/zsda: add zsda compressdev stats ops
  ` [PATCH v22 09/13] compress/zsda: add zsda compressdev xform ops
  ` [PATCH v22 10/13] compress/zsda: add zsda compressdev qp ops
  ` [PATCH v22 11/13] compress/zsda: add zsda compressdev enqueue datapath
  ` [PATCH v22 12/13] compress/zsda: add zsda compressdev dequeue datapath
  ` [PATCH v22 13/13] compress/zsda: add zsda compressdev capabilities

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