DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] drivers: suggestion on removing empty version.map files
 2022-10-06  7:19 UTC  (2+ messages)
` [PATCH 1/2] drivers: suggestion on meson without version file

[PATCH 0/6] add trace points in ethdev library
 2022-10-06  7:10 UTC  (5+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] ethdev: add trace points

[PATCH v4 1/2] mem: telemetry support for memseg and element information
 2022-10-06  7:07 UTC  (3+ messages)
` [PATCH v5 "

rte_service unit test failing randomly
 2022-10-06  7:04 UTC  (6+ messages)

[PATCH 0/6] add thread lifetime and attributes API
 2022-10-06  6:52 UTC  (13+ messages)
` [PATCH v4 "
` [PATCH v5 "
  ` [PATCH v5 1/6] eal: add thread attributes
  ` [PATCH v5 2/6] eal: add thread lifetime management
  ` [PATCH v5 3/6] eal: add basic rte thread ID equal API
  ` [PATCH v5 4/6] test/threads: add tests for thread lifetime API
  ` [PATCH v5 5/6] test/threads: add tests for thread attributes API
  ` [PATCH v5 6/6] test/threads: remove unit test use of pthread

[PATCH] examples: compilation fix for GCC-12
 2022-10-06  6:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] net/af_xdp: make compatible with libbpf v0.8.0
 2022-10-06  6:26 UTC  (17+ messages)
` [PATCH v3 0/6] "
  ` [PATCH v3] mempool: fix get objects from mempool with cache
  ` [PATCH v3 1/6] net/af_xdp: move XDP library presence flag to right branch
  ` [PATCH v3 2/6] net/af_xdp: make it clear which libxdp version is required
  ` [PATCH v3 3/6] net/af_xdp: avoid version-based check for shared UMEM
  ` [PATCH v3 4/6] net/af_xdp: avoid version-based check for program load mech
  ` [PATCH v3 5/6] net/af_xdp: log errors on XDP program removal failures
  ` [PATCH v3 6/6] net/af_xdp: make compatible with libbpf v0.8.0
` [PATCH v4 0/6] "
  ` [PATCH v4 1/6] net/af_xdp: move XDP library presence flag to right branch
  ` [PATCH v4 2/6] net/af_xdp: make it clear which libxdp version is required
  ` [PATCH v4 3/6] net/af_xdp: avoid version-based check for shared UMEM
  ` [PATCH v4 4/6] net/af_xdp: avoid version-based check for program load mech
  ` [PATCH v4 5/6] net/af_xdp: log errors on XDP program removal failures
  ` [PATCH v4 6/6] net/af_xdp: make compatible with libbpf v0.8.0

DPDK build for Arm with GCC 12
 2022-10-06  6:14 UTC  (2+ messages)
` [EXT] "

[PATCH v2] vhost: fix build
 2022-10-06  3:57 UTC  (6+ messages)

[dpdk-dev v2] lib/cryptodev: multi-process IPC request handler
 2022-10-06  0:57 UTC  (4+ messages)
` [dpdk-dev v3 1/1] "
  ` [EXT] "

[dpdk-dev] [PATCH] doc: propose correction rte_bsf64 return type declaration
 2022-10-06  0:27 UTC  (14+ messages)
` [PATCH 0/3] cleanup bsf and fls inline function return types
  ` [PATCH 1/3] doc: announce cleanup of rte_{bsf, fls} inline functions type use
  ` [PATCH 2/3] eal: change rte_fls and rte_bsf to return uint32_t
          ` [PATCH] eal: fix return type of bsf safe functions

[PATCH v2] vhost: fix compilation issue in async path
 2022-10-06  0:01 UTC  (5+ messages)
` [PATCH v3] vhost: fix build issues with GCC 12

[Patch v8 01/18] net/mana: add basic driver with build environment and doc
 2022-10-05 23:22 UTC  (33+ messages)
` [Patch v9 00/18] Introduce Microsoft Azure Network Adatper (MANA) PMD
  ` [Patch v9 01/18] net/mana: add basic driver with build environment and doc
  ` [Patch v9 07/18] net/mana: configure RSS
  ` [Patch v9 11/18] net/mana: implement the hardware layer operations
  ` [Patch v9 14/18] net/mana: receive packets
  ` [Patch v9 15/18] net/mana: send packets
  ` [Patch v10 00/18] Introduce Microsoft Azure Network Adatper (MANA) PMD
    ` [Patch v10 01/18] net/mana: add basic driver with build environment and doc
    ` [Patch v10 02/18] net/mana: device configuration and stop
    ` [Patch v10 03/18] net/mana: report supported ptypes
    ` [Patch v10 04/18] net/mana: support link update
    ` [Patch v10 05/18] net/mana: support device removal interrupts
    ` [Patch v10 06/18] net/mana: report device info
    ` [Patch v10 07/18] net/mana: configure RSS
    ` [Patch v10 08/18] net/mana: configure Rx queues
    ` [Patch v10 09/18] net/mana: configure Tx queues
    ` [Patch v10 10/18] net/mana: implement memory registration
    ` [Patch v10 11/18] net/mana: implement the hardware layer operations
    ` [Patch v10 12/18] net/mana: start/stop Tx queues
    ` [Patch v10 13/18] net/mana: start/stop Rx queues
    ` [Patch v10 14/18] net/mana: receive packets
    ` [Patch v10 15/18] net/mana: send packets
    ` [Patch v10 16/18] net/mana: start/stop device
    ` [Patch v10 17/18] net/mana: report queue stats
    ` [Patch v10 18/18] net/mana: support Rx interrupts

[PATCH 0/4] support protocol based buffer split
 2022-10-05 23:18 UTC  (6+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/4] ethdev: introduce protocol header API
  ` [PATCH v8 2/4] ethdev: introduce protocol hdr based buffer split
  ` [PATCH v8 3/4] app/testpmd: add rxhdrs commands and parameters
  ` [PATCH v8 4/4] net/ice: support buffer split in Rx path

[PATCH] license/README: fix pathnames and add MIT
 2022-10-05 21:32 UTC  (2+ messages)

From: Nicolas Chautru <nicolas.chautru@intel.com>
 2022-10-05 20:56 UTC  (3+ messages)
` [PATCH v7 13/14] baseband/acc: add PF configure companion function

[PATCH 1/2] kni: flag deprecated status at build time
 2022-10-05 20:10 UTC  (4+ messages)
` [PATCH 2/2] kni: add deprecation warning at runtime

[PATCH] remove prefix to some local macros in apps and examples
 2022-10-05 19:37 UTC  (3+ messages)

[PATCH] raw/skeleton: remove useless check
 2022-10-05 19:36 UTC  (2+ messages)

[PATCH] net/qede/base: fix 32-bit build with GCC 12
 2022-10-05 19:28 UTC  (2+ messages)

[PATCH v2] sched: Fix subport profile id not set correctly
 2022-10-05 19:19 UTC  (2+ messages)

[PATCH] sched: subport field is unused in hqos profile
 2022-10-05 18:24 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[Bug 1030] rte_malloc() and rte_free() get stuck when used with signal handler
 2022-10-05 17:30 UTC  (6+ messages)

[PATCH] examples/l2fwd-cat: fix build
 2022-10-05 16:57 UTC  (3+ messages)

[PATCH v10 00/13] preparation for the rte_flow offload of nfp PMD
 2022-10-05 16:52 UTC  (3+ messages)

[PATCH 0/2] net/nfp: use a single struct eth_dev_ops
 2022-10-05 16:51 UTC  (2+ messages)

[PATCH v6 0/3] add uncore api to be called through l3fwd-power
 2022-10-05 16:20 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 1/3] power: add uncore frequency control API to the power library
  ` [PATCH v8 0/3] add Intel uncore api to be called through l3fwd-power
    ` [PATCH v8 1/3] power: add Intel uncore frequency control API to power library
    ` [PATCH v8 2/3] l3fwd-power: add option to call uncore API
    ` [PATCH v8 3/3] test/power: add unit tests for "

[PATCH] net/nfp: fix memory leak for receive function
 2022-10-05 15:41 UTC  (2+ messages)

[PATCH] vhost: fix compilation issue in async path
 2022-10-05 15:09 UTC  (3+ messages)

[PATCH v3 0/2] vhost fixes for OVS SIGSEGV in PMD
 2022-10-05 15:06 UTC  (5+ messages)
` [PATCH v3 1/2] vhost: check for nr_vec == 0 in desc_to_mbuf, mbuf_to_desc
` [PATCH v3 2/2] vhost: improve error handling in desc_to_mbuf

[PATCH 00/15] DPAA and DPAA2 driver changes
 2022-10-05 14:30 UTC  (12+ messages)
` [PATCH 05/15] net/dpaa2: check free enqueue descriptors before Tx
` [PATCH 06/15] net/dpaa: support ESP packet type in packet parsing
` [PATCH 07/15] net/dpaa2: use internal mempool for SG table
` [PATCH 11/15] bus/dpaa: pass interface name as a string instead of pointer
` [PATCH 15/15] net/dpaa: fix buffer free in slow path

[PATCH v1 1/2] eal: add lcore busyness telemetry
 2022-10-05 13:44 UTC  (13+ messages)
` [PATCH v7 0/4] Add lcore poll "
  ` [PATCH v7 1/4] eal: add "

[PATCH 1/6] service: reduce statistics overhead for parallel services
 2022-10-05 13:39 UTC  (11+ messages)
` [PATCH v2 0/6] Service cores performance and statistics improvements
  ` [PATCH v2 1/6] service: reduce statistics overhead for parallel services
  ` [PATCH v2 2/6] service: introduce per-lcore cycles counter
  ` [PATCH v2 3/6] service: reduce average case service core overhead
  ` [PATCH v2 4/6] service: tweak cycle statistics semantics
  ` [PATCH v2 5/6] event/sw: report idle when no work is performed
  ` [PATCH v2 6/6] service: provide links to functions in documentation

[PATCH v2 1/2] test/service: add perf measurements for with stats mode
 2022-10-05 13:06 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] service: fix potential stats race-condition on MT services

[PATCH v6 1/3] eventdev/timer: add periodic event timer support
 2022-10-05 12:59 UTC  (4+ messages)
` [PATCH v7 2/3] timer: fix function to stop all timers

[PATCH] examples/pipeline: fix file close
 2022-10-05 12:34 UTC  (2+ messages)

[PATCH] examples/pipeline: fix memory free
 2022-10-05 12:30 UTC  (2+ messages)

[PATCH] doc: add removal note for power empty poll API
 2022-10-05 12:27 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] gro: fix the chain index in insert_new_item for more than 2 packets
 2022-10-05 12:16 UTC  (4+ messages)

[RFC] eal: add bus cleanup to eal cleanup
 2022-10-05 12:06 UTC  (6+ messages)
` [PATCH v9] "

[PATCH] doc: clarify deprecation status for flow actions PF and VF
 2022-10-05 11:32 UTC 

[Bug 1094] Add FPGA bus cleanup
 2022-10-05 10:48 UTC 

[PATCH v4] examples/vm_power_manager: use safe version of list iterator
 2022-10-05 10:17 UTC  (3+ messages)
` [PATCH v5] "

[PATCH v2] net/af_xdp: improve documentation
 2022-10-05  9:54 UTC  (3+ messages)

[PATCH] drivers/bus: set device NUMA node to unknown by default
 2022-10-05  9:32 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-10-05  7:16 UTC  (8+ messages)
` [PATCH v12 0/7] bbdev changes for 22.11
  ` [PATCH v12 2/7] bbdev: add device status info
  ` [PATCH v12 4/7] drivers/baseband: update PMDs to expose queue per operation
  ` [PATCH v12 5/7] bbdev: add new operation for FFT processing
  ` [PATCH v12 6/7] bbdev: add queue related warning and status information
  ` [PATCH v12 7/7] bbdev: remove unnecessary if-check

[PATCH 00/19] some bugfixes and clean code for hns3 - part2
 2022-10-05  6:18 UTC  (2+ messages)

[RFC] memarea: introduce memory area library
 2022-10-05  4:19 UTC  (26+ messages)
` [PATCH v3 00/10] introduce memarea library
` [PATCH v4 "
  ` [PATCH v4 01/10] memarea: "
  ` [PATCH v4 02/10] test/memarea: support memarea test
  ` [PATCH v4 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v4 04/10] test/memarea: support alloc/free/update-refcnt test
  ` [PATCH v4 05/10] memarea: support dump API
  ` [PATCH v4 06/10] test/memarea: support dump test
  ` [PATCH v4 07/10] memarea: support backup memory mechanism
  ` [PATCH v4 08/10] test/memarea: support backup memory test
  ` [PATCH v4 09/10] memarea: detect memory corruption based on magic
  ` [PATCH v4 10/10] test/memarea: support no MT-safe test
` [PATCH v5 00/10] introduce memarea library
  ` [PATCH v5 01/10] memarea: "
  ` [PATCH v5 02/10] test/memarea: support memarea test
  ` [PATCH v5 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v5 04/10] test/memarea: support alloc/free/update-refcnt test
  ` [PATCH v5 05/10] memarea: support dump API
  ` [PATCH v5 06/10] test/memarea: support dump test
  ` [PATCH v5 07/10] memarea: support backup memory mechanism
  ` [PATCH v5 08/10] test/memarea: support backup memory test
  ` [PATCH v5 09/10] memarea: detect memory corruption based on magic
  ` [PATCH v5 10/10] test/memarea: support no MT-safe test

[PATCH v9 0/5] support error handling mode
 2022-10-05  1:56 UTC  (4+ messages)
  ` [PATCH v9 1/5] ethdev: support get port "

[PATCH v7 0/6] crypto/security session framework rework
 2022-10-04 20:48 UTC  (9+ messages)
` [PATCH v8 "
  ` [PATCH v8 1/6] cryptodev: rework session framework
  ` [PATCH v8 2/6] crypto/scheduler: use unified session
  ` [PATCH v8 3/6] cryptodev: hide sym session structure
  ` [PATCH v8 4/6] security: remove priv mempool usage
  ` [PATCH v8 5/6] drivers/crypto: support security session get size op
  ` [PATCH v8 6/6] security: hide session structure

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-10-04 20:01 UTC  (8+ messages)
` [PATCH v2] mempool: fix get objects from mempool with cache
` [PATCH v4] mempool: fix mempool cache flushing algorithm

[PATCH] usertools: rewrite pmdinfo
 2022-10-04 19:29 UTC  (2+ messages)
` [PATCH v7] "

[Bug 1000] memory access overflow in skeleton_rawdev
 2022-10-04 19:12 UTC  (2+ 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).