DPDK patches and discussions
 help / color / mirror / Atom feed
[RFC PATCH 0/5] vhost lock annotations
 2023-02-09 13:48 UTC  (24+ messages)
` [PATCH v6 0/9] Lock annotations
  ` [PATCH v6 1/9] eal: annotate spinlock, rwlock and seqlock
  ` [PATCH v6 2/9] vhost: simplify need reply handling
  ` [PATCH v6 3/9] vhost: terminate when access lock is not taken
  ` [PATCH v6 4/9] vhost: annotate virtqueue access lock
  ` [PATCH v6 5/9] vhost: annotate async accesses
  ` [PATCH v6 6/9] vhost: always take IOTLB lock
  ` [PATCH v6 7/9] vhost: annotate "
  ` [PATCH v6 8/9] vhost: annotate vDPA device list accesses
  ` [PATCH v6 9/9] vhost: enable lock check

[PATCH v1 0/5] remove internal tracepoints from version map
 2023-02-09 13:30 UTC  (6+ messages)
` [PATCH v1 1/5] mempool: "
` [PATCH v1 2/5] cryptodev: "
` [PATCH v1 3/5] eal: "
` [PATCH v1 4/5] ethdev: "
` [PATCH v1 5/5] eventdev: "

[PATCH] bus: fix leak for devices without driver
 2023-02-09 13:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/3] support match icmpv6 ID and sequence
 2023-02-09 13:04 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] eal: abstract compiler atomics
 2023-02-09 12:53 UTC  (16+ messages)
` [PATCH] eal: introduce atomics abstraction
` [PATCH v2] eal: abstract compiler atomics
  ` [PATCH v2] eal: introduce atomics abstraction

[PATCH V5] ethdev: fix one address occupies two indexes in MAC addrs
 2023-02-09 12:45 UTC  (9+ messages)
` [PATCH V8] ethdev: fix one address occupies two entries "

[PATCH] eal: cleanup alarm and multiprocess hotplug before memory detach
 2023-02-09 12:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] test: add cryptodev crosscheck suite
 2023-02-09 12:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/octeon_ep: support SDP packet mode
 2023-02-09 12:30 UTC 

[PATCH v2] vhost: decrease log level for unimplemented requests
 2023-02-09 12:13 UTC  (2+ messages)

[PATCH v3 0/2] Vhost: fix FD leaks and improve logs
 2023-02-09 12:13 UTC  (2+ messages)

[PATCH 00/21] Add control queue & MQ support to Virtio-user vDPA
 2023-02-09 12:12 UTC  (24+ messages)
` [PATCH 01/21] net/virtio: move CVQ code into a dedicated file
` [PATCH 02/21] net/virtio: introduce notify callback for control queue
` [PATCH 03/21] net/virtio: virtqueue headers alloc refactoring
` [PATCH 04/21] net/virtio: remove port ID info from Rx queue
` [PATCH 05/21] net/virtio: remove unused fields in Tx queue struct
` [PATCH 06/21] net/virtio: remove unused queue ID field in Rx queue
` [PATCH 07/21] net/virtio: remove unused Port ID in control queue
` [PATCH 08/21] net/virtio: move vring memzone to virtqueue struct
` [PATCH 09/21] net/virtio: refactor indirect desc headers init
` [PATCH 10/21] net/virtio: alloc Rx SW ring only if vectorized path
` [PATCH 11/21] net/virtio: extract virtqueue init from virtio queue init
` [PATCH 12/21] net/virtio-user: fix device starting failure handling
` [PATCH 13/21] net/virtio-user: simplify queues setup
` [PATCH 14/21] net/virtio-user: use proper type for number of queue pairs
` [PATCH 15/21] net/virtio-user: get max number of queue pairs from device
` [PATCH 16/21] net/virtio-user: allocate shadow control queue
` [PATCH 17/21] net/virtio-user: send shadow virtqueue info to the backend
` [PATCH 18/21] net/virtio-user: add new callback to enable control queue
` [PATCH 19/21] net/virtio-user: forward control messages to shadow queue
` [PATCH 20/21] net/virtio-user: advertize control VQ support with vDPA
` [PATCH 21/21] net/virtio-user: remove max queues limitation

[PATCH v3] net/af_xdp: AF_XDP PMD CNI Integration
 2023-02-09 12:05 UTC  (4+ messages)
  ` [PATCH v4] "

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2023-02-09 11:55 UTC  (8+ messages)
` [PATCH v6 0/3] eal: deprecate last use of pthread_t in public API
  ` [PATCH v6 1/3] eal: add rte thread create control API
  ` [PATCH v6 2/3] doc: add missing index entry for thread
  ` [PATCH v6 3/3] doc: announce deprecation of thread ctrl create function

[PATCH 1/2] net/i40e: replace put function
 2023-02-09 11:30 UTC  (6+ messages)
` [PATCH 2/2] test/mempool: add zero-copy API's
  ` 回复: [PATCH 1/2] net/i40e: replace put function

[PATCH v4 1/3] ethdev: add flow rule group description
 2023-02-09 11:26 UTC  (7+ messages)
` [PATCH v5] "
    ` [PATCH v6] "

[PATCH v8 0/4] add support for self monitoring
 2023-02-09 11:09 UTC  (5+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/4] lib: add generic support for reading PMU events
      ` [EXT] "

[PATCH v4 1/3] pcapng: comment option support for epb
 2023-02-09 10:24 UTC  (14+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/3] graph: pcap capture for graph nodes
      ` [EXT] "
  ` [PATCH v6 1/4] pcapng: comment option support for epb
    ` [PATCH v6 2/4] graph: pcap capture for graph nodes
    ` [PATCH v6 3/4] examples/l3fwd-graph: changes to configure pcap capture
    ` [PATCH v6 4/4] test/graph: initialize graph param variable
    ` [PATCH v7 1/3] pcapng: comment option support for epb
      ` [PATCH v7 2/3] graph: pcap capture for graph nodes
      ` [PATCH v7 3/3] examples/l3fwd-graph: changes to configure pcap capture

[RFC PATCH 0/4] lcore telemetry improvements
 2023-02-09  9:43 UTC  (17+ messages)
` [PATCH v9 1/5] eal: add lcore info in telemetry
` [RESEND PATCH v9 0/5] lcore telemetry improvements
  ` [RESEND PATCH v9 4/5] app/testpmd: report lcore usage
` [PATCH v10 0/5] lcore telemetry improvements
  ` [PATCH v10 1/5] eal: add lcore info in telemetry
  ` [PATCH v10 2/5] eal: report applications lcore usage
  ` [PATCH v10 3/5] app/testpmd: add dump command for lcores
  ` [PATCH v10 4/5] app/testpmd: report lcore usage
  ` [PATCH v10 5/5] eal: add lcore usage telemetry endpoint

[PATCH] telemetry: fix docstring of RTE_TEL_INT_VAL
 2023-02-09  9:18 UTC  (2+ messages)

[PATCH 0/8] Enable building more on Windows
 2023-02-09  9:16 UTC  (4+ messages)
` [PATCH v2 0/8] Enable building more libraries "

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-02-09  9:10 UTC  (5+ messages)
` [PATCH v1 13/13] test/bbdev: remove iteration count check

[PATCH 0/2] fix mmap retcode check fail
 2023-02-09  9:04 UTC  (4+ messages)
` [PATCH 1/2] eal: fix mmap fail regarded as success

[PATCH 0/8] Wangxun fixes and new supports
 2023-02-09  9:00 UTC  (5+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] net/ngbe: fix Rx buffer size in configure register

[PATCH v2 00/21] Add control queue & MQ support to Virtio-user vDPA
 2023-02-09  8:50 UTC  (7+ messages)
` [PATCH v2 16/21] net/virtio-user: allocate shadow control queue
` [PATCH v2 18/21] net/virtio-user: add new callback to enable "

[PATCH] mem: fix displaying heap ID failed for heap info command
 2023-02-09  8:48 UTC  (3+ messages)

[PATCH v4 00/21] add support for cpfl PMD in DPDK
 2023-02-09  8:45 UTC  (23+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/21] net/cpfl: support device initialization
  ` [PATCH v5 02/21] net/cpfl: add Tx queue setup
  ` [PATCH v5 03/21] net/cpfl: add Rx "
  ` [PATCH v5 04/21] net/cpfl: support device start and stop
  ` [PATCH v5 05/21] net/cpfl: support queue start
  ` [PATCH v5 06/21] net/cpfl: support queue stop
  ` [PATCH v5 07/21] net/cpfl: support queue release
  ` [PATCH v5 08/21] net/cpfl: support MTU configuration
  ` [PATCH v5 09/21] net/cpfl: support basic Rx data path
  ` [PATCH v5 10/21] net/cpfl: support basic Tx "
  ` [PATCH v5 11/21] net/cpfl: support write back based on ITR expire
  ` [PATCH v5 12/21] net/cpfl: support RSS
  ` [PATCH v5 13/21] net/cpfl: support Rx offloading
  ` [PATCH v5 14/21] net/cpfl: support Tx offloading
  ` [PATCH v5 15/21] net/cpfl: add AVX512 data path for single queue model
  ` [PATCH v5 16/21] net/cpfl: support timestamp offload
  ` [PATCH v5 17/21] net/cpfl: add AVX512 data path for split queue model
  ` [PATCH v5 18/21] net/cpfl: add HW statistics
  ` [PATCH v5 19/21] net/cpfl: add RSS set/get ops
  ` [PATCH v5 20/21] net/cpfl: support scalar scatter Rx datapath for single queue model
  ` [PATCH v5 21/21] net/cpfl: add xstats ops

[PATCH v2 1/3] lib: skip congestion management configuration
 2023-02-09  8:35 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] app/testpmd: add skip cman support for testpmd
  ` [PATCH v3 3/3] net/cnxk: skip red drop for ingress policer
  ` [PATCH v4 1/3] ethdev: skip congestion management configuration
    ` [PATCH v4 2/3] app/testpmd: add skip cman support for testpmd
    ` [PATCH v4 3/3] net/cnxk: skip red drop for ingress policer

[PATCH] net/sfc: export pick transfer proxy callback to representors
 2023-02-09  7:49 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] telemetry: rework code to avoid compiler warnings
 2023-02-09  7:45 UTC  (6+ messages)

[PATCH] telemetry: fix repeat display when callback don't init dict
 2023-02-09  7:41 UTC  (2+ messages)

[PATCH 0/5] Fix use of RTE_LOGTYPE_USER1 in libraries
 2023-02-09  7:19 UTC  (5+ messages)
` [PATCH 1/5] ip_frag: use a dynamic logtype
` [PATCH 4/5] vhost: use logtype instead of RTE_LOGTYPE_USER1

[RFC] memarea: introduce memory area library
 2023-02-09  6:48 UTC  (12+ messages)
` [PATCH v13 0/6] introduce memarea library
  ` [PATCH v13 1/6] memarea: "
` [PATCH v14 0/6] "
  ` [PATCH v14 1/6] memarea: "
  ` [PATCH v14 2/6] test/memarea: support memarea test
  ` [PATCH v14 3/6] memarea: support alloc and free API
  ` [PATCH v14 4/6] test/memarea: support alloc and free API test
  ` [PATCH v14 5/6] memarea: support dump API
  ` [PATCH v14 6/6] test/memarea: support dump API test

[PATCH v1] common/idpf: fix compilation for AVX512DQ
 2023-02-09  5:49 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ethdev: telemetry xstats support hide zero
 2023-02-09  3:07 UTC 

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2023-02-09  2:32 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] telemetry: fix repeat display when callback don't init dict
` [PATCH v5 0/2] support dmadev/ethdev stats reset
  ` [PATCH v5 1/2] dmadev: support stats reset telemetry command
  ` [PATCH v5 2/2] ethdev: support xstats "

Outlook for DPDK multi-process support
 2023-02-09  0:12 UTC  (2+ messages)

[PATCH] net/ice: fix ice dcf contrl thread crash
 2023-02-09  0:05 UTC  (2+ messages)

[PATCH v7] ethdev: add special flags when creating async transfer table
 2023-02-08 23:19 UTC  (4+ messages)
` [PATCH v8] ethdev: add optimization hints in flow template table

[PATCH] app/testpmd: fix link check condition on port start
 2023-02-08 22:54 UTC  (3+ messages)

[PATCH] mailmap: update mailmap with second email address
 2023-02-08 21:55 UTC  (2+ messages)
` [PATCH v2] mailmap: update mailmap entry for second address

[PATCH v8 0/6] add trace points in ethdev library
 2023-02-08 20:09 UTC  (22+ messages)
` [PATCH v9 "
  ` [PATCH v9 3/6] ethdev: add trace points for ethdev (part two)
      ` [EXT] "
  ` [PATCH v10 0/6] add trace points in ethdev library
    ` [PATCH v10 4/6] ethdev: add trace points for flow
    ` [PATCH v11 0/6] add trace points in ethdev library
      ` [PATCH v11 1/6] eal: trace: add trace point emit for blob
      ` [PATCH v11 2/6] ethdev: add trace points for ethdev (part one)
      ` [PATCH v11 3/6] ethdev: add trace points for ethdev (part two)
      ` [PATCH v11 4/6] ethdev: add trace points for flow
      ` [PATCH v11 5/6] ethdev: add trace points for mtr
      ` [PATCH v11 6/6] ethdev: add trace points for tm

net/bnxt: wrong link status when lsc_intr is used
 2023-02-08 18:19 UTC  (4+ messages)
` [PATCH] bnxt: fix unwanted interrupt config on link state change

[PATCH] build: fix invalid characters in toolchain definitions
 2023-02-08 18:08 UTC  (4+ messages)

[PATCH 00/10] net/hns3: some bugfixes for rss
 2023-02-08 17:46 UTC  (3+ messages)
` [PATCH V3 "

[PATCH 1/3] examples/l3fwd: validate ptype only for type of traffic sent
 2023-02-08 17:45 UTC  (2+ messages)

[PATCH] doc: add supported APIs section to nfp guide
 2023-02-08 17:05 UTC  (5+ messages)

[PATCH] app/testpmd: expand noisy neighbour forward mode support
 2023-02-08 16:57 UTC  (5+ messages)
` [PATCH v2] "

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