DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 00/83] move alignment attribute on types
 2024-04-15 20:03 UTC  (30+ messages)
` [PATCH 01/83] examples: "
` [PATCH v2 00/83] "
  ` [PATCH v2 01/83] examples: "
  ` [PATCH v2 02/83] net/ark: "
  ` [PATCH v2 03/83] net/avp: "
  ` [PATCH v2 04/83] net/axgbe: "
  ` [PATCH v2 05/83] net/bnxt: "
  ` [PATCH v2 06/83] net/bonding: "
  ` [PATCH v2 07/83] net/cxgbe: "
  ` [PATCH v2 08/83] net/e1000: "
  ` [PATCH v2 09/83] net/ena: "
  ` [PATCH v2 10/83] net/enic: "
  ` [PATCH v2 11/83] net/fm10k: "
  ` [PATCH v2 12/83] net/hinic: "
  ` [PATCH v2 13/83] net/hns3: "
  ` [PATCH v2 14/83] net/i40e: "
  ` [PATCH v2 15/83] net/iavf: "
  ` [PATCH v2 16/83] net/ice: "
  ` [PATCH v2 17/83] net/igc: "
  ` [PATCH v2 18/83] net/ionic: "
  ` [PATCH v2 19/83] net/ixgbe: "
  ` [PATCH v2 20/83] net/memif: "
  ` [PATCH v2 21/83] net/mlx5: "
  ` [PATCH v2 22/83] net/mlx4: "
  ` [PATCH v2 23/83] net/mvpp2: "
  ` [PATCH v2 24/83] net/netvsc: "
  ` [PATCH v2 25/83] net/nfp: "

[PATCH] app/testpmd: fix lcore ID restriction
 2024-04-15 19:46 UTC 

[PATCH] net/netvsc: fix number Tx queues > Rx queues
 2024-04-15 18:11 UTC  (11+ messages)
` [PATCH v2] "
    ` [PATCH v3] "
        ` [EXTERNAL] "
      ` [PATCH v4] "

[PATCH] build and install only one library type on Windows
 2024-04-15 17:24 UTC  (21+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] build: build "
  ` [PATCH v2 2/2] buildtools: when building static library use static deps
` [PATCH v3 0/2] build and install only one library type on Windows
  ` [PATCH v3 1/2] build: build "
  ` [PATCH v3 2/2] buildtools: when building static library use static deps
` [PATCH v4 0/2] build and install only one library type on Windows
  ` [PATCH v4 1/2] build: build "
  ` [PATCH v4 2/2] buildtools: when building static library use static deps
` [PATCH v5 0/2] build and install only one library type on Windows
  ` [PATCH v5 1/2] build: build "
  ` [PATCH v5 2/2] buildtools: when building static library use static deps

[PATCH 0/8] Add ODM DMA device
 2024-04-15 15:31 UTC  (9+ messages)
` [PATCH 1/8] usertools/devbind: add "
` [PATCH 2/8] dma/odm: add framework for "
` [PATCH 3/8] dma/odm: add hardware defines
` [PATCH 4/8] dma/odm: add dev init and fini
` [PATCH 5/8] dma/odm: add device ops
` [PATCH 6/8] dma/odm: add stats
` [PATCH 7/8] dma/odm: add copy and copy sg ops
` [PATCH 8/8] dma/odm: add remaining ops

[PATCH 0/8] Fix outer UDP checksum for Intel nics
 2024-04-15 15:07 UTC  (18+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/8] net/ice: enhance debug when HW fails to transmit
  ` [PATCH v2 3/8] mbuf: fix Tx checksum offload examples

[PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-15 13:15 UTC  (15+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "

[PATCH] crypto: fix crypto callbacks macro
 2024-04-15 12:35 UTC 

[PATCH v3] lib/hash: add defer queue reclaim API
 2024-04-15 11:26 UTC  (2+ messages)
` [PATCH v4] "

[PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list
 2024-04-15  9:45 UTC  (2+ messages)

22.11.5 patches review and test
 2024-04-15  9:05 UTC  (3+ messages)

[PATCH] net/nfp: fix parsing non-exist meta data
 2024-04-15  2:47 UTC 

[RFC] graph/node: feedback and future improvements
 2024-04-14 10:35 UTC  (3+ messages)

[PATCH v2 0/1] net/ena/base: bug fix for 23.11 stable only
 2024-04-13  8:23 UTC  (3+ messages)
` [PATCH v2 1/1] net/ena/base: fix metrics excessive memory consumption

[PATCH v6] net/bonding: another fix to LACP mempool size
 2024-04-12 19:04 UTC  (3+ messages)
` [PATCH v7] "

[PATCH 01/24] net/axgbe: remove use of comm_owned field
 2024-04-12 12:52 UTC  (24+ messages)
` [PATCH 02/24] net/axgbe: remove field of SFP diagnostic support
` [PATCH 03/24] net/axgbe: improve SFP 100Mbps auto-negotiation
` [PATCH 04/24] net/axgbe: check mdio for non-zero ports and CL45 PHYs
` [PATCH 05/24] net/axgbe: remove unnecessary conversion to bool
` [PATCH 06/24] net/axgbe: reset link when the link never comes back
` [PATCH 07/24] net/axgbe: check fluctuations for 1G BELFUSE SFP
` [PATCH 08/24] net/axgbe: update DMA coherency values
` [PATCH 09/24] net/axgbe: disable interrupts during device removal
` [PATCH 10/24] net/axgbe: yellow carp devices do not need rrc
` [PATCH 11/24] net/axgbe: use definitions for mailbox commands
` [PATCH 12/24] net/axgbe: enable PLL control for fixed PHY modes only
` [PATCH 13/24] net/axgbe: improve the SFP codes check for DAC cables
` [PATCH 14/24] net/axgbe: improve logic around active and passive cables
` [PATCH 15/24] net/axgbe: check only the minimum speed for cables
` [PATCH 16/24] net/axgbe: add support for 10 Mbps speed
` [PATCH 17/24] net/axgbe: flow Tx Ctrl Registers are h/w ver dependent
` [PATCH 18/24] net/axgbe: delay AN timeout during KR training
` [PATCH 19/24] net/axgbe: separate C22 and C45 transactions
` [PATCH 20/24] net/axgbe: replace mii generic macro for c45 with AXGBE
` [PATCH 21/24] net/axgbe: add 2.5GbE support to 10G BaseT mode
` [PATCH 22/24] net/axgbe: add support for Rx adaptation
` [PATCH 23/24] net/axgbe: improve the false linkup in axgbe PHY status
` [PATCH 24/24] net/axgbe: extend 10Mbps support to MAC version 21H

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-04-12 12:33 UTC  (24+ messages)
` [PATCH 3/6] dts: add testpmd shell params
` [PATCH 4/6] dts: use testpmd params for scatter test suite
` [PATCH 5/6] dts: add statefulness to InteractiveShell
` [PATCH 6/6] dts: add statefulness to TestPmdShell

[PATCH v2 1/2] net/bonding: introduce direct link bonding mode
 2024-04-12 12:27 UTC  (2+ messages)
` [PATCH v2 2/2] doc/prog_guide: document "

[PATCH 1/2] net/bonding: introduce direct link bonding mode
 2024-04-12 12:20 UTC  (2+ messages)
` [PATCH 2/2] doc/prog_guide: document "

[PATCH 0/3] cryptodev: add API to get used queue pair depth
 2024-04-12 11:57 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] crypto/cnxk: support queue pair depth API
` [PATCH 3/3] test/crypto: add QP depth used count case
` [PATCH v2 0/3] cryptodev: add API to get used queue pair depth
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] crypto/cnxk: support queue pair depth API
  ` [PATCH v2 3/3] test/crypto: add QP depth used count case

[dpdk-dev] [PATCH 1/1] net/failsafe: link_update request crashing at boot
 2024-04-12 11:27 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2] "
  `  "

[PATCH 1/2] meson/mlx5: Suppress -Wunused-value diagnostic
 2024-04-12 11:13 UTC  (2+ messages)
` [PATCH 2/2] ARM64: Cross-Compilation Support

[PATCH 0/5] dts: testpmd show port info/stats
 2024-04-12 11:11 UTC  (6+ messages)
` [PATCH 1/5] dts: fix InteractiveShell command prompt filtering
` [PATCH 2/5] dts: skip first line of send_command output
` [PATCH 3/5] dts: add parsing utility module
` [PATCH 4/5] dts: add `show port info` command to TestPmdShell
` [PATCH 5/5] dts: add `show port stats` "

[PATCH v1 0/2] dts: api docs generation
 2024-04-12 10:14 UTC  (5+ messages)
` [PATCH v4 0/3] dts: API "
  ` [PATCH v4 1/3] dts: add doc generation dependencies
  ` [PATCH v4 2/3] dts: add API doc sources
  ` [PATCH v4 3/3] dts: add API doc generation

[PATCH] net/nfp: fix representor port release queue problem
 2024-04-12 10:12 UTC  (2+ messages)

[PATCH] vhost: cleanup vq resubmit info when set_inflight_fd
 2024-04-12  8:10 UTC  (2+ messages)

[DPDK/ethdev Bug 1415] Calling rte_eth_bond_8023ad_dedicated_queues_enable() leads to exhaustion of the LACP packet pool
 2024-04-11 16:50 UTC 

[PATCH] net/gve: add IPv4 checksum offloading capability
 2024-04-11 15:03 UTC  (2+ messages)

[PATCH v2 0/4] hash: add SVE support for bulk key lookup
 2024-04-11 13:32 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/4] hash: optimize compare signature for NEON
    ` [EXTERNAL] "

[DPDK/DTS Bug 1414] DTS: Remove the POC OS UDP test case
 2024-04-11 12:21 UTC 

[PATCH v2] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-11 11:58 UTC 

DPDK Release Status Meeting 2024-04-11
 2024-04-11  9:50 UTC 

[PATCH] net/ice: support FEC feature
 2024-04-11  9:45 UTC 

[PATCH v4] net/i40e: support FEC feature
 2024-04-11  9:29 UTC  (3+ messages)
` [PATCH v5] "

Question about RTE ring
 2024-04-11  9:24 UTC  (4+ messages)

[PATCH v2] config/arm: add Ampere AmpereOneX platform
 2024-04-11  9:23 UTC 

[PATCH] config/arm: add Ampere AmpereOneX platform
 2024-04-11  9:23 UTC  (4+ messages)

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-04-11  8:48 UTC  (2+ messages)
` [RFC PATCH v2] "

[PATCH] app/crypto-perf: support IPsec/TLS segmented buffers
 2024-04-11  8:27 UTC 

Recall: [PATCH] ethdev: fix strict aliasing lead to link cannot be up
 2024-04-11  6:54 UTC 

[PATCH] mlx5: fix race at mlx5_dev_close
 2024-04-11  6:17 UTC 

[PATCH] build: exclude rather than include libs in MSVC build
 2024-04-11  5:01 UTC  (4+ messages)
` [PATCH v2] "

Strict aliasing problem with rte_eth_linkstatus_set()
 2024-04-11  3:20 UTC  (10+ messages)

[PATCH] ARM64: Cross-Compilation Support
 2024-04-10 22:23 UTC  (2+ messages)

UNH Lab downtime
 2024-04-10 20:10 UTC 

[PATCH 0/2] uuid: enhancements and tests
 2024-04-10 18:28 UTC  (8+ messages)
` [PATCH v4 00/30] replace use of rte_memcpy with fixed sizes
  ` [PATCH v4 05/30] cryptodev: replace use of fixed size rte_memcpy
    ` [EXTERNAL] "
  ` [PATCH v4 13/30] security: "
    ` [EXTERNAL] "
  ` [PATCH v4 27/30] app/test: "
    ` [EXTERNAL] "

RFC acceptable handling of VLAs across toolchains
 2024-04-10 17:10 UTC  (15+ messages)
` [PATCH 0/4] RFC samples converting VLA to alloca

[DPDK/DTS Bug 1413] Build initial list of device capabilities required by testsuites we are trying to write this year
 2024-04-10 16:30 UTC 

DTS 24.07 Roadmap
 2024-04-10 16:17 UTC 

DTS WG Meeting Minutes - April 10, 2024
 2024-04-10 16:11 UTC 

[PATCH 0/1] fix GCC 13 build errors on 32-bit targets
 2024-04-10 15:21 UTC  (2+ messages)
` [PATCH 1/1] vhost: fix GCC 13 build error

[PATCH] dts: Change hugepage runtime config to 2MB Exclusively
 2024-04-10 13:50 UTC  (4+ messages)
` [PATCH v2] "

question about eth and vlan item in flow pattern
 2024-04-10 13:19 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove maintainers that bounce
 2024-04-10 13:06 UTC  (3+ messages)
` [PATCH v2] "

DPDK Secondary process not able to xmit packets with MLX5 VF
 2024-04-10  7:56 UTC  (3+ messages)

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