DPDK patches and discussions
 help / color / mirror / Atom feed
release candidate 23.03-rc4
 2023-03-31 18:01 UTC  (4+ messages)

ARM power-saving measurements
 2023-03-31 17:28 UTC 

DPDK 23.03 released
 2023-03-31 17:17 UTC 

[PATCH] test: replace use of wrd segregate
 2023-03-31 16:00 UTC  (2+ messages)

[RFC 00/27] Add VDUSE support to Vhost library
 2023-03-31 15:42 UTC  (28+ messages)
` [RFC 01/27] vhost: fix missing guest notif stat increment
` [RFC 02/27] vhost: fix invalid call FD handling
` [RFC 03/27] vhost: fix IOTLB entries overlap check with previous entry
` [RFC 04/27] vhost: add helper of IOTLB entries coredump
` [RFC 05/27] vhost: add helper for IOTLB entries shared page check
` [RFC 06/27] vhost: don't dump unneeded pages with IOTLB
` [RFC 07/27] vhost: change to single IOTLB cache per device
` [RFC 08/27] vhost: add offset field to IOTLB entries
` [RFC 09/27] vhost: add page size info to IOTLB entry
` [RFC 10/27] vhost: retry translating IOVA after IOTLB miss
` [RFC 11/27] vhost: introduce backend ops
` [RFC 12/27] vhost: add IOTLB cache entry removal callback
` [RFC 13/27] vhost: add helper for IOTLB misses
` [RFC 14/27] vhost: add helper for interrupt injection
` [RFC 15/27] vhost: add API to set max queue pairs
` [RFC 16/27] net/vhost: use "
` [RFC 17/27] vhost: add control virtqueue support
` [RFC 18/27] vhost: add VDUSE device creation and destruction
` [RFC 19/27] vhost: add VDUSE callback for IOTLB miss
` [RFC 20/27] vhost: add VDUSE callback for IOTLB entry removal
` [RFC 21/27] vhost: add VDUSE callback for IRQ injection
` [RFC 22/27] vhost: add VDUSE events handler
` [RFC 23/27] vhost: add support for virtqueue state get event
` [RFC 24/27] vhost: add support for VDUSE status set event
` [RFC 25/27] vhost: add support for VDUSE IOTLB update event
` [RFC 26/27] vhost: add VDUSE device startup
` [RFC 27/27] vhost: add multiqueue support to VDUSE

[dpdk-dev] [PATCH] doc: clarify disclosure time slot when no response
 2023-03-31 15:31 UTC  (3+ messages)

DPDK Release Status Meeting 2023-03-23
 2023-03-31 14:11 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: deprecation notice to remove net/bnx2x driver
 2023-03-31 13:34 UTC  (5+ messages)
    `  "

[dpdk-dev] [PATCH] doc: deprecation notice to remove LiquidIO ethdev driver
 2023-03-31 13:26 UTC  (5+ messages)

[PATCH] doc: announce the legacy pipeline API deprecation
 2023-03-31 13:20 UTC  (3+ messages)
` [PATCH V3] doc: announce the pipeline legacy "

[PATCH v1] doc: update release notes for 23.03
 2023-03-31 12:52 UTC  (3+ messages)

Regarding DPDK API's like rte_timer_subsystem_init/rte_hash_create etc. in VPP
 2023-03-31 10:49 UTC  (10+ messages)

[PATCH] doc: add tested platforms with NVIDIA NICs
 2023-03-31 10:46 UTC  (2+ messages)

[PATCH] doc: relax requirement on commit messages of security fixes
 2023-03-31 10:37 UTC  (3+ messages)

[PATCH] docs: change the doc to highlight the allowed multicast addresses
 2023-03-31 10:23 UTC  (2+ messages)

[PATCH 1/1] doc: expand description of no-huge and PMD issue
 2023-03-31 10:07 UTC  (4+ messages)

[PATCH] doc: fix dcf instructions
 2023-03-31  9:44 UTC  (2+ messages)

[PATCH] maintainers: update for FIPS validation
 2023-03-31  9:24 UTC  (4+ messages)

[PATCH v1] dts: update dependencies and mypy execution
 2023-03-31  9:13 UTC 

DPDK bond4 can not rx lacp pkt
 2023-03-31  8:09 UTC 

[Bug 1209] vmxnet3 interface not receiving any packets with dpdk-22.11.1
 2023-03-31  7:40 UTC  (2+ messages)

[Bug 1208] testpmd: No probed ethernet devices when running testpmd with Intel E810XXVDA2G1P5
 2023-03-31  6:50 UTC  (2+ messages)

[Bug 1207] testpmd: No probed ethernet devices when running testpmd with Intel E810XXVDA2G1P5
 2023-03-31  5:28 UTC 

[PATCH v2 00/15] graph enhancement for multi-core dispatch
 2023-03-31  4:03 UTC  (53+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] graph: rename rte_graph_work as common
  ` [PATCH v3 02/15] graph: split graph worker into common and default model
  ` [PATCH v3 03/15] graph: move node process into inline function
  ` [PATCH v3 04/15] graph: add get/set graph worker model APIs
  ` [PATCH v3 05/15] graph: introduce graph node core affinity API
  ` [PATCH v3 06/15] graph: introduce graph bind unbind API
  ` [PATCH v3 07/15] graph: introduce graph clone API for other worker core
  ` [PATCH v3 08/15] graph: add struct for stream moving between cores
  ` [PATCH v3 09/15] graph: introduce stream moving cross cores
  ` [PATCH v3 10/15] graph: enable create and destroy graph scheduling workqueue
  ` [PATCH v3 11/15] graph: introduce graph walk by cross-core dispatch
  ` [PATCH v3 12/15] graph: enable graph multicore dispatch scheduler model
  ` [PATCH v3 13/15] graph: add stats for cross-core dispatching
  ` [PATCH v3 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
  ` [PATCH v3 15/15] doc: update multicore dispatch model in graph guides
  ` [PATCH v4 00/15] graph enhancement for multi-core dispatch
    ` [PATCH v4 01/15] graph: rename rte_graph_work as common
    ` [PATCH v4 02/15] graph: split graph worker into common and default model
    ` [PATCH v4 03/15] graph: move node process into inline function
    ` [PATCH v4 04/15] graph: add get/set graph worker model APIs
    ` [PATCH v4 05/15] graph: introduce graph node core affinity API
    ` [PATCH v4 06/15] graph: introduce graph bind unbind API
    ` [PATCH v4 07/15] graph: introduce graph clone API for other worker core
    ` [PATCH v4 08/15] graph: add struct for stream moving between cores
    ` [PATCH v4 09/15] graph: introduce stream moving cross cores
    ` [PATCH v4 10/15] graph: enable create and destroy graph scheduling workqueue
    ` [PATCH v4 11/15] graph: introduce graph walk by cross-core dispatch
    ` [PATCH v4 12/15] graph: enable graph multicore dispatch scheduler model
    ` [PATCH v4 13/15] graph: add stats for cross-core dispatching
    ` [PATCH v4 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
    ` [PATCH v4 15/15] doc: update multicore dispatch model in graph guides
    ` [PATCH v5 00/15] graph enhancement for multi-core dispatch
      ` [PATCH v5 01/15] graph: rename rte_graph_work as common
      ` [PATCH v5 02/15] graph: split graph worker into common and default model
      ` [PATCH v5 03/15] graph: move node process into inline function
      ` [PATCH v5 04/15] graph: add get/set graph worker model APIs
      ` [PATCH v5 05/15] graph: introduce graph node core affinity API
      ` [PATCH v5 06/15] graph: introduce graph bind unbind API
      ` [PATCH v5 07/15] graph: introduce graph clone API for other worker core
      ` [PATCH v5 08/15] graph: add struct for stream moving between cores
      ` [PATCH v5 09/15] graph: introduce stream moving cross cores
      ` [PATCH v5 10/15] graph: enable create and destroy graph scheduling workqueue
      ` [PATCH v5 11/15] graph: introduce graph walk by cross-core dispatch
      ` [PATCH v5 12/15] graph: enable graph multicore dispatch scheduler model
      ` [PATCH v5 13/15] graph: add stats for cross-core dispatching
      ` [PATCH v5 14/15] examples/l3fwd-graph: introduce multicore dispatch worker model
      ` [PATCH v5 15/15] doc: update multicore dispatch model in graph guides

[PATCH 0/2] update license and copyright
 2023-03-31  2:32 UTC  (9+ messages)
` [PATCH 2/2] net/gve: update copyright holders

[RFC 0/4] add frequency adjustment support for PTP
 2023-03-31  2:22 UTC  (5+ messages)
` [RFC 1/4] ethdev: add frequency adjustment API
` [RFC 2/4] net/ice: add frequency adjustment support for PTP
` [RFC 3/4] examples/ptpclient: refine application
` [RFC 4/4] examples/ptpclient: add frequency adjustment support

[Bug 1206] Multiple large memory block allocations using rte_malloc can lead to memory out-of-bounds issues
 2023-03-31  1:17 UTC 

[RFC PATCH v1 0/4] Direct re-arming of buffers on receive side
 2023-03-30 15:58 UTC  (10+ messages)
` [PATCH v5 0/3] Recycle buffers from Tx to Rx
  ` [PATCH v5 1/3] ethdev: add API for buffer recycle mode
  ` [PATCH v5 2/3] net/i40e: implement recycle buffer mode
  ` [PATCH v5 3/3] net/ixgbe: "

Should we try to be more graceful in library init on old Hardware?
 2023-03-30 14:31 UTC  (4+ messages)

[dpdk-web] [RFC PATCH] process: new library approval in principle
 2023-03-30 12:48 UTC  (4+ messages)

malloc_heap: Possible Control Block Overwrite When Insufficient Space in Elem
 2023-03-30 11:34 UTC 

[Bug 1205] iavf: cannot create 2 rte_flows with E810 VF, but can with E810 PF
 2023-03-30 10:46 UTC 

[PATCH] examples/ipsec-secgw: fix zero address in ethernet header
 2023-03-30 10:09 UTC 

[PATCH v1] raw/ifpga: check afu device before unplug
 2023-03-30  9:06 UTC  (2+ messages)

[Bug 1204] ice: cannot create 2 rte_flows with MARK actions with dpdk 22.11.1, but can with dpdk 23.03.0-rc4
 2023-03-30  9:00 UTC 

[Bug 1203] ice: cannot create 2 rte_flows with 2 actions, only with 1 action
 2023-03-30  8:54 UTC 

[PATCH] common/sfc_efx/base: support link status change v2 events
 2023-03-30  7:16 UTC  (2+ messages)

[PATCH 1/2] net/virtio: propagate return value of called function
 2023-03-30  7:13 UTC  (3+ messages)

[PATCH v12 00/22] Covert static log types in libraries to dynamic
 2023-03-29 23:40 UTC  (23+ messages)
` [PATCH v12 01/22] gso: don't log message on non TCP/UDP
` [PATCH v12 02/22] eal: drop no longer used GSO logtype
` [PATCH v12 03/22] log: drop unused RTE_LOGTYPE_TIMER
` [PATCH v12 04/22] efd: convert RTE_LOGTYPE_EFD to dynamic type
` [PATCH v12 05/22] mbuf: convert RTE_LOGTYPE_MBUF "
` [PATCH v12 06/22] acl: convert RTE_LOGTYPE_ACL "
` [PATCH v12 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
` [PATCH v12 08/22] examples/l3fwd-power: "
` [PATCH v12 09/22] power: convert RTE_LOGTYPE_POWER to dynamic type
` [PATCH v12 10/22] ring: convert RTE_LOGTYPE_RING "
` [PATCH v12 11/22] mempool: convert RTE_LOGTYPE_MEMPOOL "
` [PATCH v12 12/22] lpm: convert RTE_LOGTYPE_LPM to dynamic types
` [PATCH v12 13/22] kni: convert RTE_LOGTYPE_KNI to dynamic type
` [PATCH v12 14/22] sched: convert RTE_LOGTYPE_SCHED "
` [PATCH v12 15/22] examples/ipsec-secgw: replace RTE_LOGTYPE_PORT
` [PATCH v12 16/22] port: convert RTE_LOGTYPE_PORT to dynamic type
` [PATCH v12 17/22] hash: move rte_thash_gfni stubs out of header file
` [PATCH v12 18/22] hash: move rte_hash_set_alg out header
` [PATCH v12 19/22] hash: convert RTE_LOGTYPE_HASH to dynamic type
` [PATCH v12 20/22] table: convert RTE_LOGTYPE_TABLE "
` [PATCH v12 21/22] app/test: remove use of RTE_LOGTYPE_PIPELINE
` [PATCH v12 22/22] pipeline: convert RTE_LOGTYPE_PIPELINE to dynamic type

[RFC 00/13] Replace static logtypes with static
 2023-03-29 23:31 UTC  (5+ messages)
` [PATCH v8 00/22] Convert static logtypes in libraries
  ` [PATCH v8 04/22] efd: replace RTE_LOGTYPE_EFD with dynamic type

Reminder - DPDK CI Community Testing Meeting - Tomorrow 3/30/23 @ 6am PDT/9am EDT/1300h GMT
 2023-03-29 23:00 UTC 

[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
 2023-03-29 16:39 UTC  (2+ messages)

Reg: Link Bonding of VFs and PF admin down
 2023-03-29 15:31 UTC  (2+ messages)

[Bug 1202] valdez alaska hotels
 2023-03-29 15:21 UTC  (2+ messages)

[PATCH] eal/x86: remove redundant round to improve performance
 2023-03-29 10:20 UTC  (3+ messages)

rte_atomic API compatibility & standard atomics
 2023-03-29  8:43 UTC  (4+ messages)

[PATCH 00/16] net/hns3: some code refactor for hns3 RSS
 2023-03-29  8:13 UTC  (5+ messages)
` [PATCH 06/16] net/hns3: separate the setting of hash algorithm

[PATCH v2 0/3] update license and copyright holders
 2023-03-29  8:08 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 3/3] net/gve: add maintainers for GVE
  ` [PATCH v4 0/3] update license and copyright holders
    ` [PATCH v4 1/3] net/gve: switch license from MIT to BSD-3

[PATCH v2] net/iavf: fix iavf query stats in intr thread
 2023-03-29  7:53 UTC  (8+ messages)
` [PATCH v3] "

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