DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC 0/4] malloc type argument cleanup (part 1)
 2024-06-18 14:44 UTC  (6+ messages)
` [PATCH v2 0/3] malloc related cleanups
` [PATCH v3 0/2] malloc type cleanups
  ` [PATCH v3 1/2] rte_malloc: document that type is for tracing
  ` [PATCH v3 2/2] eal: remove type argument from internal routines

[PATCH v2] lib/hash: Set the maximum reclamation size to user provided value
 2024-06-18 14:09 UTC  (4+ messages)
` [PATCH v3] lib/hash: setting the maximum reclamation size

[PATCH v5] lib/hash: add defer queue reclaim API
 2024-06-18 14:09 UTC  (4+ messages)
` [PATCH v6] "

[PATCH] mempool: test performance with larger bursts
 2024-06-18 13:48 UTC  (6+ messages)
` [PATCH v7] "

[PATCH] net/ring: Set mbuf->port for received packets
 2024-06-18 13:47 UTC 

[PATCH v1] graph: fix does not return the unique id when create graph
 2024-06-18 13:27 UTC  (4+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH] bpf/xdp: disable on 32bit x86
 2024-06-18 13:21 UTC  (3+ messages)

[PATCH] graph: enhance export to graphviz
 2024-06-18 13:15 UTC  (2+ messages)

[PATCH] graph: avoid accessing graph list when getting stats
 2024-06-18 13:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3] graph: avoid id collisions
 2024-06-18 13:13 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] Revert "bus/vdev: fix devargs in secondary process"
 2024-06-18 13:05 UTC  (3+ messages)

[PATCH] build: raise error if requested application is unbuildable
 2024-06-18 12:56 UTC  (2+ messages)

[PATCH 0/2] introduce PM QoS interface
 2024-06-18 12:53 UTC  (6+ messages)
` [PATCH v2 0/2] power: "
  ` [PATCH v2 1/2] power: introduce PM QoS API on CPU wide

[PATCH] net: add bit fields to IPv6 header definition
 2024-06-18 12:44 UTC  (10+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "

[PATCH v3] graph: expose node context as pointers
 2024-06-18 12:33 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] net/i40e: increase descriptor queue length to 8160
 2024-06-18 12:12 UTC  (2+ messages)

[PATCH] maintainers: update for networking mlx5 driver
 2024-06-18 12:09 UTC  (3+ messages)

[PATCH v3 10/22] common/idpf: update mask of Rx FLEX DESC ADV FF1 M
 2024-06-18 10:57 UTC  (23+ messages)
` [PATCH v4 00/21] Update MEV TS Base Driver
  ` [PATCH v4 01/21] common/idpf: updated IDPF VF device ID
  ` [PATCH v4 02/21] common/idpf: added new virtchnl2 capability and vport flag
  ` [PATCH v4 03/21] common/idpf: moved the idpf HW into API header file
  ` [PATCH v4 04/21] common/idpf: avoid defensive programming
  ` [PATCH v4 05/21] common/idpf: use BIT ULL for large bitmaps
  ` [PATCH v4 06/21] common/idpf: convert data type to 'le'
  ` [PATCH v4 07/21] common/idpf: compress RXDID mask definitions
  ` [PATCH v4 08/21] common/idpf: refactor size check macro
  ` [PATCH v4 09/21] common/idpf: update mask of Rx FLEX DESC ADV FF1 M
  ` [PATCH v4 10/21] common/idpf: use 'pad' and 'reserved' fields appropriately
  ` [PATCH v4 11/21] common/idpf: move related defines into enums
  ` [PATCH v4 12/21] common/idpf: avoid variable 0-init
  ` [PATCH v4 13/21] common/idpf: update in PTP message validation
  ` [PATCH v4 14/21] common/idpf: rename INLINE FLOW STEER to FLOW STEER
  ` [PATCH v4 15/21] common/idpf: add wmb before tail
  ` [PATCH v4 16/21] drivers: add flex array support and fix issues
  ` [PATCH v4 17/21] common/idpf: enable flow steer capability for vports
  ` [PATCH v4 18/21] common/idpf: add a new Tx context descriptor structure
  ` [PATCH v4 19/21] common/idpf: remove idpf common file
  ` [PATCH v4 20/21] drivers: adding type to idpf vc queue switch
  ` [PATCH v4 21/21] doc: updated the documentation for cpfl PMD

DPDK Release Status Meeting 2024-06-13
 2024-06-18 10:42 UTC 

[DPDK/vhost/virtio Bug 1463] disable vhost guest notification not work when split queue and VIRTIO_RING_F_EVENT_IDX negotiated
 2024-06-18 10:19 UTC 

[PATCH 0/6] dts: add testpmd params and statefulness
 2024-06-18  9:18 UTC  (37+ messages)
` [PATCH v2 0/8] dts: add testpmd params
  ` [PATCH v2 1/8] dts: add params manipulation module
` [PATCH v3 0/8] dts: add testpmd params
  ` [PATCH v3 7/8] dts: rework interactive shells
` [PATCH v4 0/8] dts: add testpmd params and statefulness
  ` [PATCH v4 1/8] dts: add params manipulation module
  ` [PATCH v4 2/8] dts: use Params for interactive shells
  ` [PATCH v4 3/8] dts: refactor EalParams
  ` [PATCH v4 4/8] dts: remove module-wide imports
  ` [PATCH v4 5/8] dts: add testpmd shell params
  ` [PATCH v4 6/8] dts: use testpmd params for scatter test suite
  ` [PATCH v4 7/8] dts: rework interactive shells
  ` [PATCH v4 8/8] dts: use Unpack for type checking and hinting
` [PATCH v5 0/8] dts: add testpmd params
  ` [PATCH v5 1/8] dts: add params manipulation module
  ` [PATCH v5 2/8] dts: use Params for interactive shells
  ` [PATCH v5 3/8] dts: refactor EalParams
  ` [PATCH v5 4/8] dts: remove module-wide imports
  ` [PATCH v5 5/8] dts: add testpmd shell params
  ` [PATCH v5 6/8] dts: use testpmd params for scatter test suite
  ` [PATCH v5 7/8] dts: rework interactive shells
  ` [PATCH v5 8/8] dts: use Unpack for type checking and hinting

[PATCH v2 00/11] support software live migration
 2024-06-18  8:25 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] mailmap: add new contributor
  ` [PATCH v3 02/11] vdpa/nfp: fix logic in hardware init
  ` [PATCH v3 03/11] vdpa/nfp: fix the logic of reconfiguration
  ` [PATCH v3 04/11] vdpa/nfp: refactor the logic of datapath update
  ` [PATCH v3 05/11] vdpa/nfp: add the live migration logic
  ` [PATCH v3 06/11] vdpa/nfp: add the interrupt logic of vring relay
  ` [PATCH v3 07/11] vdpa/nfp: setup the VF configure
  ` [PATCH v3 08/11] vdpa/nfp: recover the ring index on new host
  ` [PATCH v3 09/11] vdpa/nfp: setup vring relay thread
  ` [PATCH v3 10/11] vdpa/nfp: enable feature bits of live migration
  ` [PATCH v3 11/11] doc: update nfp document

[PATCH 00/19] Wangxun fixes and supports
 2024-06-18  7:11 UTC  (20+ messages)
` [PATCH 01/19] net/txgbe: fix to parse tunnel packets
` [PATCH 02/19] net/txgbe: fix flow filters in VT mode
` [PATCH 03/19] net/txgbe: fix Tx hang on queue disable
` [PATCH 04/19] net/txgbe: restrict the configuration of VLAN strip offload
` [PATCH 05/19] net/txgbe: reconfigure more MAC Rx registers
` [PATCH 06/19] net/txgbe: fix VF promiscuous and allmulticast
` [PATCH 07/19] net/ngbe: special config for YT8531SH-CA PHY
` [PATCH 08/19] net/ngbe: keep PHY power down while device probing
` [PATCH 09/19] net/ngbe: add WOL and NCSI capability
` [PATCH 10/19] net/txgbe: fix hotplug remove
` [PATCH 11/19] net/ngbe: "
` [PATCH 12/19] net/txgbe: correct valid MTU range
` [PATCH 13/19] net/ngbe: "
` [PATCH 14/19] net/txgbe: fix memory leak
` [PATCH 15/19] net/ngbe: "
` [PATCH 16/19] net/txgbe: fix Rx interrupt
` [PATCH 17/19] net/ngbe: support "
` [PATCH 18/19] net/txgbe: disable LLDP by default
` [PATCH 19/19] net/ngbe: "

[PATCH 00/19] Wangxun fixes and supports
 2024-06-18  7:11 UTC  (12+ messages)
` [PATCH 01/19] net/txgbe: fix to parse tunnel packets
` [PATCH 02/19] net/txgbe: fix flow filters in VT mode
` [PATCH 03/19] net/txgbe: fix Tx hang on queue disable
` [PATCH 04/19] net/txgbe: restrict the configuration of VLAN strip offload
` [PATCH 05/19] net/txgbe: reconfigure more MAC Rx registers
` [PATCH 06/19] net/txgbe: fix VF promiscuous and allmulticast
` [PATCH 07/19] net/ngbe: special config for YT8531SH-CA PHY
` [PATCH 08/19] net/ngbe: keep PHY power down while device probing
` [PATCH 09/19] net/ngbe: add WOL and NCSI capability

[PATCH] r8126: add r8126 ethernet poll mode driver
 2024-06-18  6:50 UTC  (4+ messages)
` [PATCH v2] "
    ` 答复: "

[PATCH 0/2] crypto/mlx5: optimize AES-GCM IPsec operation
 2024-06-18  6:47 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] "
    ` [EXTERNAL] "

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-06-18  5:59 UTC 

Minutes of DPDK Technical Board Meeting, 2024-05-29
 2024-06-18  5:40 UTC 

[PATCH v4] net/i40e: support FEC feature
 2024-06-18  3:08 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] config: fix warning for cross build with meson >= 1.3.0
 2024-06-18  1:18 UTC  (3+ messages)

[PATCH v2 1/4] lib/ethdev: Add link_speed lanes support into rte lib
 2024-06-17 20:34 UTC  (2+ messages)
` [PATCH v3] ethdev: Add link_speed lanes support

[RFC PATCH v1 0/2] dts: replace XML-RPC server
 2024-06-17 19:57 UTC  (7+ messages)
` [RFC PATCH v1 1/2] dts: Add interactive shell for managing Scapy
` [RFC PATCH v1 2/2] dts: Remove XML-RPC server for Scapy TG and instead us ScapyShell

[PATCH v2 0/3] dts: queue start/stop suite
 2024-06-17 19:46 UTC  (4+ messages)
` [PATCH v2 1/3] dts: initial queue start/stop suite implementation
` [PATCH v2 2/3] dts: added promisc/verbose func to testpmd shell
` [PATCH v2 3/3] dts: queue suite conf schema

[PATCH v2 0/2] VLAN test suite
 2024-06-17 17:50 UTC  (10+ messages)
` [PATCH v3 0/3] VLAN Test Suite
  ` [PATCH v3 1/3] Added VLAN commands to testpmd_shell class
  ` [PATCH v3 2/3] Initial implementation for VLAN test suite
  ` [PATCH v3 3/3] Config schema

[PATCH] examples/fips_validation: fix coverity issues
 2024-06-17 17:49 UTC  (2+ messages)

[PATCH 0/2] dts: update mypy and clean up
 2024-06-17 15:30 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dts: update mypy static checker
  ` [PATCH v3 2/2] dts: clean up config types

[PATCH] telemetry: lower log level on socket error
 2024-06-17 15:13 UTC  (5+ messages)

[PATCH v9 0/2] Methodology change for hugepage configuration
 2024-06-17 15:08 UTC  (5+ messages)
` [PATCH v9 1/2] dts: Change hugepage runtime config to 2MB Exclusively
` [PATCH v9 2/2] dts: Change hugepage 'amount' to a different term

[RFC PATCH v1] dts: skip test cases based on capabilities
 2024-06-17 15:07 UTC  (7+ messages)
` [RFC PATCH v2] "

[PATCH v2 0/3] Improve interactive shell output gathering and logging
 2024-06-17 15:06 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] dts: Improve output gathering in interactive shells
  ` [PATCH v3 2/3] dts: Add missing docstring from XML-RPC server
  ` [PATCH v3 3/3] dts: Improve logging for interactive shells

[PATCH v1] dts: rename execution to test run
 2024-06-17 15:02 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 0/2] Methodology change for hugepage configuration
 2024-06-17 14:59 UTC  (6+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/2] dts: Change hugepage runtime config to 2MB Exclusively
  ` [PATCH v9 2/2] dts: Change hugepage 'amount' to a different term

[PATCH] maintainers: remove cxgbe maintainer
 2024-06-17 14:58 UTC  (5+ messages)

[PATCH] lib/hash: add SipHash function
 2024-06-17 14:58 UTC  (2+ messages)
` [PATCH v5] lib/hash: add siphash

Coding Style for local variables
 2024-06-17 14:38 UTC  (2+ messages)

[PATCH] eal: fix logs for '--lcores'
 2024-06-17 14:37 UTC  (3+ messages)

[PATCH] doc/guides: fix link to internal hugepage doc
 2024-06-17 14:29 UTC 

[PATCH] vhost: fix FD registration to the fdset
 2024-06-17 14:25 UTC  (2+ messages)

[PATCH] app/testpmd: fix parsing for connection tracking item
 2024-06-17 14:14 UTC  (3+ messages)

[PATCH 0/2] fix non-template IPv6 RSS hash
 2024-06-17 14:07 UTC  (3+ messages)
` [PATCH 1/2] net/mlx5: refactor non-template RSS expansion
` [PATCH 2/2] net/mlx5: fix non-template IPv6 RSS hash

[PATCH] net/mlx5: fix HWS VXLAN item validation
 2024-06-17 14:03 UTC 

[RFC 0/2] add pointer compression API
 2024-06-17 13:57 UTC  (6+ messages)
` [PATCH v15 0/6] "

[dpdk-dev] [PATCH] common/cnxk: fix flow aging application exit
 2024-06-17 11:27 UTC 

[PATCH 0/7] Improvements and new test cases
 2024-06-17  7:21 UTC  (2+ messages)

[PATCH 0/1] net/mlx5: show rx/tx descriptor ring limitations in rte_eth_dev_info
 2024-06-17  7:18 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v1 0/4] test/crypto: enhance modex tests
 2024-06-17  7:12 UTC  (2+ messages)

[PATCH v1 0/6] app/crypto-perf: add asymmetric crypto tests
 2024-06-17  6:42 UTC  (2+ messages)

[PATCH] crypto/cnxk: fix ECDH pubkey verify
 2024-06-17  6:40 UTC  (2+ messages)

[PATCH] vhost: Fix the crash caused by accessing the released memory
 2024-06-17  3:35 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).