DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 01/17] net/ntnic: Add registers for NapaTech SmartNiC
 2024-07-16 12:02 UTC  (74+ messages)
` [PATCH v6 01/21] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v6 15/21] net/ntnic: add link management skeleton
` [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 v9 01/21] net/ntnic: add ethdev and makes PMD available
  ` [PATCH v9 02/21] net/ntnic: add logging implementation
  ` [PATCH v9 03/21] net/ntnic: add minimal initialization for PCI device
  ` [PATCH v9 04/21] net/ntnic: add NT utilities implementation
  ` [PATCH v9 05/21] net/ntnic: add VFIO module
  ` [PATCH v9 06/21] net/ntnic: add basic eth dev ops to ntnic
  ` [PATCH v9 07/21] net/ntnic: add core platform structures
  ` [PATCH v9 08/21] net/ntnic: add adapter initialization
  ` [PATCH v9 10/21] net/ntnic: add FPGA modules for initialization
  ` [PATCH v9 11/21] net/ntnic: add FPGA initialization functionality
  ` [PATCH v9 12/21] net/ntnic: add support of the NT200A0X smartNIC
  ` [PATCH v9 13/21] net/ntnic: add startup and reset sequence for NT200A0X
  ` [PATCH v9 14/21] net/ntnic: add clock profile for the NT200A0X smartNIC
  ` [PATCH v9 15/21] net/ntnic: add link management skeleton
  ` [PATCH v9 16/21] net/ntnic: add link 100G module ops
  ` [PATCH v9 17/21] net/ntnic: add generic NIM and I2C modules
  ` [PATCH v9 18/21] net/ntnic: add QSFP support

[PATCH 00/19] Wangxun fixes and supports
 2024-07-16 11:05 UTC  (13+ messages)
` [PATCH v2 1/2] net/txgbe: disable LLDP by default
  ` [PATCH v2 2/2] net/ngbe: "

[PATCH 0/3] fix insert dev core dump
 2024-07-16  9:53 UTC  (8+ 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 v2] "

[DPDK/ethdev Bug 1473] [dpdk-24.07] vxlan/vxlan_ipv6_checksum_offload: IPV6-Vxlan TX droped by outer sw csum
 2024-07-16  9:42 UTC  (2+ messages)

[PATCH v1] crypto/qat: add fix for Gen4 WRITE
 2024-07-16  8:47 UTC  (2+ messages)

[PATCH 1/3] examples/l3fwd: support single route file
 2024-07-16  6:55 UTC  (4+ messages)
` [PATCH 2/3] examples/l3fwd: fix return value on rules add
` [PATCH 3/3] examples/l3fwd: fix maximum acceptable port ID in routes

[PATCH] app/testpmd: improve sse based macswap
 2024-07-16  6:37 UTC 

[PATCH v1] test/crypto: fix comparison function for modex values
 2024-07-16  6:06 UTC  (2+ messages)

[PATCH v1] test/crypto: fix asymmetric capability test
 2024-07-16  5:25 UTC  (2+ messages)

[PATCH v1] test/crypto: remove unused stats in test setup
 2024-07-16  5:24 UTC  (2+ messages)

[PATCH 1/2] config/arm: adds Arm Neoverse N3 SoC
 2024-07-16  1:52 UTC  (7+ messages)
` [PATCH v3 1/4] eal: expand the availability of WFE and related instructions
  ` [PATCH v3 2/4] config/arm: adds Arm Neoverse N3 SoC
  ` [PATCH v3 3/4] eal: add Arm WFET in power management intrinsics
  ` [PATCH v3 4/4] eal: describe Arm CPU features including WFXT

[RFC v2] ethdev: an API for cache stashing hints
 2024-07-15 22:11 UTC 

[RFC] ethdev: an API for cache stashing hints
 2024-07-15 22:02 UTC 

[DPDK/DTS Bug 1489] Port over dual VLAN test suite to new DTS
 2024-07-15 20:28 UTC 

[PATCH v2 0/4] dts: initial dynamic config suite
 2024-07-15 20:22 UTC  (7+ messages)
` [PATCH v4 1/3] dts: add multicast set function to shell
  ` [PATCH v4 2/3] dts: dynamic config conf schema
  ` [PATCH v4 3/3] dts: dynamic config test suite

[PATCH v1 0/3] dts: add test suite for dual VLANs
 2024-07-15 19:58 UTC  (4+ messages)
` [PATCH v1 1/3] dts: fix Testpmd function for resetting VLAN insertion
` [PATCH v1 2/3] dts: add dual_vlan testing suite
` [PATCH v1 3/3] dts: add dual_vlan test suite to the yaml schema

[PATCH] net/ice: fix possible memory leak
 2024-07-15 18:04 UTC  (6+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] net/ice: refactor raw pattern parsing function
  ` [PATCH v2 3/3] net/ice: fix return value for "

[PATCH] app/testpmd: improve sse based macswap
 2024-07-15 15:07 UTC  (2+ messages)

[PATCH] doc: clarify mempool striding optimisation on Arm
 2024-07-15 14:44 UTC 

[PATCH] ethdev: fix GENEVE option item conversion
 2024-07-15 12:13 UTC 

[Help - BBDev] Operations executions shouldn't be asynchronous from enqueuing?
 2024-07-15  9:00 UTC 

[PATCH v5 0/3] fix secondary process PCI UIO resource problem
 2024-07-15  5:55 UTC  (7+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 1/2] bus/pci: fix secondary process PCI uio resource map problem
  ` [PATCH v6 2/2] bus/pci: fix secondary process save 'FD' problem

[DPDK/doc Bug 1488] Suggestion: add documentation to fill in total_length etc. to UDP checksum offloading?
 2024-07-15  4:22 UTC 

[PATCH] net/hns3: add Rx DMA address align check
 2024-07-15  2:04 UTC 

[PATCH v1] net/e1000: do not update link status in secondary process
 2024-07-14  8:26 UTC  (3+ messages)

[PATCH] doc: update AMD Linux guide
 2024-07-13 11:08 UTC 

[PATCH] doc: update AMD Linux guide for power
 2024-07-13  2:30 UTC 

release candidate 24.07-rc2
 2024-07-12 18:25 UTC 

[DPDK/ethdev Bug 1441] RSS Hash returned by the gvnic pmd dpdk driver not matching Toeplitz
 2024-07-12 18:17 UTC  (2+ messages)

[DPDK/meson Bug 1466] [dpdk-24.07] clang failed to compile DPDK when using parameter "-Db_sanitize=address"
 2024-07-12 18:17 UTC  (2+ messages)

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

[PATCH 0/2] eal/riscv: implement prefetch using zicbop
 2024-07-12 17:22 UTC  (2+ messages)

[PATCH 0/5] riscv: implement accelerated crc using zbc
 2024-07-12 17:19 UTC  (12+ 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 1/1] maintainers: update for vmbus/mana/netvsc drivers
 2024-07-12 17:07 UTC  (3+ messages)

[PATCH 1/2] maintainers: update for ARMv7 and ARMv8
 2024-07-12 17:07 UTC  (4+ messages)
` [PATCH 2/2] maintainers: update maintainers

[PATCH 1/1] maintainers: update for Chelsio cxgbe
 2024-07-12 17:06 UTC  (2+ messages)

[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

[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] 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  (5+ 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

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 v6] eal: verify mmu type for DPDK support (ppc64le)
 2024-07-12  9:03 UTC  (3+ messages)
` [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 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 v3 2/2] eventdev: add support for enqueue reorder
 2024-07-11 19:54 UTC  (5+ messages)
` [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 v1 0/2] dts: add context manager for interactive shells
 2024-07-11 16:43 UTC  (5+ messages)
` [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 "

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