DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 1/1] maintainers: update for Chelsio cxgbe
 2024-07-12 17:06 UTC  (2+ messages)

[PATCH 00/19] Wangxun fixes and supports
 2024-07-12 16:50 UTC  (9+ messages)

[PATCH v1 01/17] net/ntnic: Add registers for NapaTech SmartNiC
 2024-07-12 15:47 UTC  (73+ messages)
` [PATCH v5 01/23] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v5 03/23] net/ntnic: add minimal initialization for PCI device
` [PATCH v6 01/21] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v6 02/21] net/ntnic: add logging implementation
  ` [PATCH v6 03/21] net/ntnic: add minimal initialization for PCI device
  ` [PATCH v6 04/21] net/ntnic: add NT utilities implementation
  ` [PATCH v6 05/21] net/ntnic: add VFIO module
  ` [PATCH v6 06/21] net/ntnic: add basic eth dev ops to ntnic
  ` [PATCH v6 07/21] net/ntnic: add core platform structures
  ` [PATCH v6 08/21] net/ntnic: add adapter initialization
  ` [PATCH v6 09/21] net/ntnic: add registers and FPGA model for NapaTech NIC
  ` [PATCH v6 10/21] net/ntnic: add FPGA modules for initialization
  ` [PATCH v6 11/21] net/ntnic: add FPGA initialization functionality
  ` [PATCH v6 12/21] net/ntnic: add support of the NT200A0X smartNIC
  ` [PATCH v6 13/21] net/ntnic: add startup and reset sequence for NT200A0X
  ` [PATCH v6 14/21] net/ntnic: add clock profile for the NT200A0X smartNIC
  ` [PATCH v6 15/21] net/ntnic: add link management skeleton
  ` [PATCH v6 16/21] net/ntnic: add link 100G module ops
  ` [PATCH v6 17/21] net/ntnic: add generic NIM and I2C modules
  ` [PATCH v6 18/21] net/ntnic: add QSFP support
  ` [PATCH v6 19/21] net/ntnic: add QSFP28 support
  ` [PATCH v6 20/21] net/ntnic: add GPIO communication for NIMs
  ` [PATCH v6 21/21] net/ntnic: add physical layer control module
` [PATCH v7 01/21] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v7 02/21] net/ntnic: add logging implementation
  ` [PATCH v7 03/21] net/ntnic: add minimal initialization for PCI device
  ` [PATCH v7 04/21] net/ntnic: add NT utilities implementation
  ` [PATCH v7 05/21] net/ntnic: add VFIO module
  ` [PATCH v7 06/21] net/ntnic: add basic eth dev ops to ntnic
  ` [PATCH v7 07/21] net/ntnic: add core platform structures
  ` [PATCH v7 08/21] net/ntnic: add adapter initialization
  ` [PATCH v7 09/21] net/ntnic: add registers and FPGA model for NapaTech NIC
  ` [PATCH v7 10/21] net/ntnic: add FPGA modules for initialization
  ` [PATCH v7 11/21] net/ntnic: add FPGA initialization functionality
  ` [PATCH v7 12/21] net/ntnic: add support of the NT200A0X smartNIC
  ` [PATCH v7 13/21] net/ntnic: add startup and reset sequence for NT200A0X
  ` [PATCH v7 14/21] net/ntnic: add clock profile for the NT200A0X smartNIC
  ` [PATCH v7 15/21] net/ntnic: add link management skeleton
  ` [PATCH v7 16/21] net/ntnic: add link 100G module ops
  ` [PATCH v7 17/21] net/ntnic: add generic NIM and I2C modules
  ` [PATCH v7 18/21] net/ntnic: add QSFP support
  ` [PATCH v7 19/21] net/ntnic: add QSFP28 support
  ` [PATCH v7 20/21] net/ntnic: add GPIO communication for NIMs
  ` [PATCH v7 21/21] net/ntnic: add physical layer control module
` [PATCH v8 01/21] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v8 02/21] net/ntnic: add logging implementation
  ` [PATCH v8 03/21] net/ntnic: add minimal initialization for PCI device
  ` [PATCH v8 04/21] net/ntnic: add NT utilities implementation
  ` [PATCH v8 05/21] net/ntnic: add VFIO module
  ` [PATCH v8 06/21] net/ntnic: add basic eth dev ops to ntnic
  ` [PATCH v8 07/21] net/ntnic: add core platform structures
  ` [PATCH v8 08/21] net/ntnic: add adapter initialization
  ` [PATCH v8 09/21] net/ntnic: add registers and FPGA model for NapaTech NIC
  ` [PATCH v8 10/21] net/ntnic: add FPGA modules for initialization
  ` [PATCH v8 11/21] net/ntnic: add FPGA initialization functionality
  ` [PATCH v8 12/21] net/ntnic: add support of the NT200A0X smartNIC
  ` [PATCH v8 13/21] net/ntnic: add startup and reset sequence for NT200A0X
  ` [PATCH v8 14/21] net/ntnic: add clock profile for the NT200A0X smartNIC
  ` [PATCH v8 15/21] net/ntnic: add link management skeleton
  ` [PATCH v8 16/21] net/ntnic: add link 100G module ops
  ` [PATCH v8 17/21] net/ntnic: add generic NIM and I2C modules
  ` [PATCH v8 18/21] net/ntnic: add QSFP support
  ` [PATCH v8 19/21] net/ntnic: add QSFP28 support
  ` [PATCH v8 20/21] net/ntnic: add GPIO communication for NIMs
  ` [PATCH v8 21/21] net/ntnic: add physical layer control module

[PATCH 0/5] riscv: implement accelerated crc using zbc
 2024-07-12 15:46 UTC  (11+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] config/riscv: detect presence of Zbc extension
  ` [PATCH v2 2/9] hash: implement crc using riscv carryless multiply
  ` [PATCH v2 3/9] net: "
  ` [PATCH v2 4/9] config/riscv: add qemu crossbuild target
  ` [PATCH v2 5/9] examples/l3fwd: use accelerated crc on riscv
  ` [PATCH v2 6/9] ipfrag: "
  ` [PATCH v2 7/9] examples/l3fwd-power: "
  ` [PATCH v2 8/9] hash/cuckoo: "
  ` [PATCH v2 9/9] member: "

[PATCH v1] crypto/qat: add fix for Gen4 WRITE
 2024-07-12 14:48 UTC 

[PATCH v1] crypto/aesni_mb: fix typo in error message
 2024-07-12 14:32 UTC  (2+ messages)

[PATCH v2] net/virtio_user: fix issue with converting cq descriptor IOVA address to VA
 2024-07-12 14:24 UTC  (8+ messages)
  ` [EXTERNAL] "
` [PATCH v3] net/virtio_user: fix cq descriptor conversion with non vDPA backend

[PATCH] eal/common: fix inconsistent representation of PCI numbers
 2024-07-12 13:49 UTC  (3+ messages)
` [PATCH v3] "

[DPDK/cryptodev Bug 1487] blockcipher_test_case_run() does not log test_msg
 2024-07-12 13:15 UTC 

[PATCH v1 0/1] fix device queues initialization
 2024-07-12 12:25 UTC  (3+ messages)
` [PATCH v1 1/1] drivers/baseband: "

[PATCH v1 1/1] malloc/mp: fix wait condition handling
 2024-07-12 11:41 UTC 

[PATCH v6] graph: expose node context as pointers
 2024-07-12 11:39 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH v1] net/e1000: do not update link status in secondary process
 2024-07-12 11:30 UTC 

[PATCH] buildtools: fix build with clang 17 and ASan
 2024-07-12 11:25 UTC  (3+ messages)

[PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing
 2024-07-12 11:22 UTC  (7+ messages)
` [PATCH v3 0/3] net/virtio: support IOVA as PA mode for vDPA backend
  ` [PATCH v3 1/3] net/virtio_user: convert cq descriptor IOVA address to Virtual address
      ` [EXTERNAL] "

Minutes of Technical Board Meeting, 2024-June-26
 2024-07-12 11:21 UTC 

[PATCH] net/ice: fix sizing of filter hash table
 2024-07-12  9:34 UTC  (3+ messages)

[PATCH v5] eal: verify mmu type for DPDK support (ppc64le)
 2024-07-12  9:03 UTC  (4+ messages)
` [PATCH v6] "
  ` [PATCH v7] "

[PATCH v1 0/2] dts: api docs generation
 2024-07-12  8:57 UTC  (7+ messages)
` [PATCH v8 0/5] dts: API "
  ` [PATCH v8 1/5] dts: update params and parser docstrings
  ` [PATCH v8 2/5] dts: add doc generation dependencies
  ` [PATCH v8 3/5] dts: add API doc sources
  ` [PATCH v8 4/5] doc: guides and API meson improvements
  ` [PATCH v8 5/5] dts: add API doc generation

[PATCH v1 1/1] fbarray: fix find_next_n for unaligned length
 2024-07-12  8:53 UTC  (2+ messages)

[PATCH 0/3] fix insert dev core dump
 2024-07-12  8:38 UTC  (7+ messages)
` [PATCH 2/3] bus/vdev: revert fix devargs after multi-process bus scan
` [PATCH 3/3] net/vdev: fix insert vdev core dump

[PATCH v5 3/5] event/dlb2: enhance DLB credit handling
 2024-07-12  0:17 UTC  (5+ messages)
` [PATCH v6 0/3] DLB2 Enhancements
  ` [PATCH v6 1/3] event/dlb2: add support for HW delayed token
  ` [PATCH v6 2/3] event/dlb2: add support for dynamic HL entries
  ` [PATCH v6 3/3] event/dlb2: enhance DLB credit handling

[PATCH v1 1/2] event/dlb2: add support for enqueue reordering
 2024-07-11 19:54 UTC  (18+ messages)
` [PATCH v3 0/2] DLB Enqueue Reorder Support
  ` [PATCH v3 2/2] eventdev: add support for enqueue reorder
    ` [PATCH v4 0/3] Independent Enqueue Support
      ` [PATCH v4 1/3] event/dlb2: add support for independent enqueue
      ` [PATCH v4 2/3] eventdev: "
      ` [PATCH v4 3/3] event/dsw: add capability "
    ` [PATCH v5 0/3] Independent Enqueue Support
      ` [PATCH v5 1/3] event/dlb2: add support for independent enqueue
      ` [PATCH v5 2/3] eventdev: "
      ` [PATCH v5 3/3] event/dsw: add capability "
    ` [PATCH v6 0/3] Independent Enqueue Support
      ` [PATCH v6 1/3] event/dlb2: add support for independent enqueue
      ` [PATCH v6 2/3] eventdev: "
      ` [PATCH v6 3/3] event/dsw: add capability "

[PATCH v2 0/3] Mac Filter Port to New DTS
 2024-07-11 19:34 UTC  (7+ messages)
` [PATCH v2 1/3] dts: add boolean to adjust addresses
` [PATCH v2 2/3] dts: add testpmd methods for test suite
` [PATCH v2 3/3] dts: mac filter test suite refactored for new dts

Community CI Meeting Minutes - July 11, 2024
 2024-07-11 17:51 UTC 

[PATCH] net/ice: fix possible memory leak
 2024-07-11 17:07 UTC  (3+ messages)

[PATCH v1 0/2] dts: add context manager for interactive shells
 2024-07-11 16:43 UTC  (12+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] dts: improve starting and stopping "
` [PATCH v2 0/2] dts: add context manager
  ` [PATCH v2 1/2] dts: add context manager for interactive shells
  ` [PATCH v2 2/2] dts: improve starting and stopping "

[v4 0/8] DPAA specific fixes
 2024-07-11 15:41 UTC  (11+ messages)
` [v5 "
  ` [v5 1/8] bus/dpaa: fix bus scan for DMA devices
  ` [v5 2/8] bus/dpaa: fix resource leak in variable dev
  ` [v5 3/8] common/dpaax: fix IOVA table cleanup
  ` [v5 4/8] common/dpaax: fix array overrun issue
  ` [v5 5/8] bus/dpaa: remove redundant file descriptor check
  ` [v5 6/8] bus/dpaa: remove unused code
  ` [v5 7/8] net/dpaa: restrict MTU config for shared intf
  ` [v5 8/8] mempool/dpaax: cache free optimization

[PATCH v2 0/3] dts: queue start/stop suite
 2024-07-11 13:59 UTC  (12+ messages)
` [PATCH v5 1/3] dts: add functions to testpmd shell
  ` [PATCH v5 2/3] dts: initial queue start/stop suite implementation
  ` [PATCH v5 3/3] dts: queue suite conf schema
` [PATCH v6 1/3] dts: add functions to testpmd shell
  ` [PATCH v6 2/3] dts: initial queue start/stop suite implementation
  ` [PATCH v6 3/3] dts: queue suite conf schema

[DPDK/DTS Bug 1486] Port over rte_flow suite from old dts
 2024-07-11 13:44 UTC 

[PATCH] ethdev: fix device init without socket-local memory
 2024-07-11 12:35 UTC 

[PATCH dpdk-next-virtio] net/virtio_user: fix issue with converting cq descriptor IOVA address to VA
 2024-07-11 12:09 UTC 

[PATCH v2] buildtools: fix invalid symbols
 2024-07-11 11:39 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v2 0/4] dts: initial dynamic config suite
 2024-07-10 16:45 UTC  (10+ messages)
` [PATCH v2 1/4] dts: add multicast set function to shell
` [PATCH v3 "
  ` [PATCH v3 2/4] dts: add toggle option to send and capture
  ` [PATCH v3 3/4] dts: dynamic config conf schema
  ` [PATCH v3 4/4] dts: dynamic config test suite

[PATCH] net/cpfl: fix build error for debian 32-bit
 2024-07-10 16:10 UTC  (3+ messages)

[PATCH v3 0/3] VLAN Test Suite
 2024-07-10 15:38 UTC  (4+ messages)
` [PATCH v10 1/3] dts: add VLAN methods to testpmd shell
  ` [PATCH v10 3/3] dts: config schema

[PATCH] r8125: add r8125 ethernet poll mode driver
 2024-07-10 10:23 UTC  (5+ messages)
` [PATCH v2] "
    ` 答复: "

[PATCH v3] ethdev: Add link_speed lanes support
 2024-07-10  9:05 UTC  (5+ messages)
` [PATCH v4] "

[PATCH] test: fix option block
 2024-07-10  9:02 UTC  (6+ messages)

[PATCH] eal/x86: improve rte_memcpy const size 16 performance
 2024-07-10  8:03 UTC  (3+ messages)
` [PATCH v9] "

[PATCH v3] vfio: combine container_create and group_bind
 2024-07-10  7:09 UTC  (3+ messages)

[PATCH v2 1/2] net/bonding: introduce direct link bonding mode
 2024-07-10  5:16 UTC  (3+ messages)

[PATCH] vhost: fix offset while mmaping log base address
 2024-07-10  3:22 UTC  (2+ messages)

[DPDK/core Bug 15] Kernel crash after "Detected Tx Unit Hang" report
 2024-07-10  3:20 UTC 

[DPDK/doc Bug 1485] Checksum function should require the whole packet to be on one segment
 2024-07-10  1:52 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).