DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v1 0/2] Update rsu implementation
 2023-09-29 15:31 UTC  (3+ messages)
` [PATCH v2 0/2] update "

DPDK Release Status Meeting 2023-09-28
 2023-09-29 15:26 UTC 

[PATCH v2] bus/cdx: provide driver flag for optional resource mapping
 2023-09-29 15:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] gpu/cuda: fix getenv related build error
 2023-09-29 15:00 UTC  (2+ messages)

[PATCH] gpu/cuda: Add missing stdlib include
 2023-09-29 14:58 UTC  (2+ messages)

[PATCH] gpu: add support for rtx 6000 variant
 2023-09-29 14:55 UTC  (2+ messages)

[PATCH 0/3] enable PPC in test-meson-builds on ubuntu
 2023-09-29 14:47 UTC  (3+ messages)
` [PATCH 1/3] vhost: fix build for powerpc

[PATCH] net/virtio: fix descriptors buffer addresses on 32 bits builds
 2023-09-29 14:47 UTC  (2+ messages)

[PATCH v1] net/memif: fix segfault with large burst size
 2023-09-29 14:41 UTC  (2+ messages)

[PATCH] eal/linux: prevent deadlocks on rte init and cleanup
 2023-09-29 14:32 UTC  (2+ messages)

[PATCH 0/2] Add eventdev tests to test suites
 2023-09-29 14:22 UTC  (4+ messages)
` [PATCH 1/2] event/sw: add self tests to fast tests
` [PATCH 2/2] event/*: add driver selftests to driver-tests suite

[PATCH] ci: test stdatomic API
 2023-09-29 14:15 UTC 

[PATCH 0/6] RFC optional rte optional stdatomics API
 2023-09-29 14:09 UTC  (13+ messages)
` [PATCH v6 0/6] rte atomics API for optional stdatomic
  ` [PATCH v6 1/6] eal: provide rte stdatomics optional atomics API

[RFC] net/sfc: support packet replay in transfer flows
 2023-09-29 13:53 UTC  (3+ messages)
` [PATCH] "

[PATCH] net/dpaa2: change threshold value
 2023-09-29 13:50 UTC  (4+ messages)

[PATCH] doc: add cnxk dmadev performance tuning details
 2023-09-29 13:48 UTC 

[PATCH] net/tap: resolve stringop-overflow with gcc 12 on ppc64le
 2023-09-29 13:48 UTC  (9+ messages)
` [PATCH v2] "

[PATCH 00/11] Wanguxn NICs fixes and supports
 2023-09-29 13:33 UTC  (14+ messages)
` [PATCH 01/11] net/txgbe: add Tx queue maximum limit
` [PATCH 02/11] net/txgbe: fix GRE tunnel packet checksum
` [PATCH 03/11] net/ngbe: fix to set flow control
` [PATCH 04/11] net/ngbe: prevent the NIC from slowing down link speed
` [PATCH 05/11] net/txgbe: reconfigure MAC Rx when link update
` [PATCH 06/11] net/ngbe: "
` [PATCH 07/11] net/txgbe: fix to keep link down after device close
` [PATCH 08/11] net/ngbe: "
` [PATCH 09/11] net/txgbe: check process type in close operation
` [PATCH 10/11] net/ngbe: "
` [PATCH 11/11] net/ngbe: add YT PHY fiber mode autoneg 100M support

[v1 0/6] cryptodev: support digest message in SM2
 2023-09-29 12:47 UTC  (14+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 2/7] cryptodev: set private and public keys in EC session
  ` [PATCH v3 0/7] cryptodev: support digest message in SM2
    ` [PATCH v3 1/7] crypto/openssl: include SM2 in asymmetric capabilities
    ` [PATCH v3 2/7] cryptodev: add hash algorithms in asymmetric capability
    ` [PATCH v3 3/7] cryptodev: use generic EC xform params for SM2
    ` [PATCH v3 4/7] cryptodev: set private and public keys in EC session
    ` [PATCH v3 5/7] cryptodev: add RNG capability in EC based xform
    ` [PATCH v3 6/7] crypto/cnxk: add SM2 support
    ` [PATCH v3 7/7] app/test: check asymmetric capabilities in SM2 test

[PATCH v4 00/12] event DMA adapter library support
 2023-09-29 11:50 UTC  (55+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] eventdev/dma: introduce DMA adapter
  ` [PATCH v5 02/12] eventdev/dma: support adapter capabilities get
  ` [PATCH v5 03/12] eventdev/dma: support adapter create and free
  ` [PATCH v5 04/12] eventdev/dma: support for vchan add and delete
  ` [PATCH v5 05/12] eventdev/dma: support for adapter service function
  ` [PATCH v5 06/12] eventdev/dma: support for adapter start and stop
  ` [PATCH v5 07/12] eventdev/dma: support for adapter service ID get
  ` [PATCH v5 08/12] eventdev/dma: support adapter runtime params
  ` [PATCH v5 09/12] eventdev/dma: support for adapter stats
  ` [PATCH v5 10/12] eventdev/dma: support for adapter enqueue
  ` [PATCH v5 11/12] eventdev/dma: support for adapter event port get
  ` [PATCH v5 12/12] app/test: add event DMA adapter auto-test
  ` [PATCH v6 00/12] event DMA adapter library support
    ` [PATCH v6 01/12] eventdev/dma: introduce DMA adapter
    ` [PATCH v6 02/12] eventdev/dma: support adapter capabilities get
    ` [PATCH v6 03/12] eventdev/dma: support adapter create and free
    ` [PATCH v6 04/12] eventdev/dma: support vchan add and delete
    ` [PATCH v6 05/12] eventdev/dma: support adapter service function
    ` [PATCH v6 06/12] eventdev/dma: support adapter start and stop
    ` [PATCH v6 07/12] eventdev/dma: support adapter service ID get
    ` [PATCH v6 08/12] eventdev/dma: support adapter runtime params
    ` [PATCH v6 09/12] eventdev/dma: support adapter stats
    ` [PATCH v6 10/12] eventdev/dma: support adapter enqueue
    ` [PATCH v6 11/12] eventdev/dma: support adapter event port get
    ` [PATCH v6 12/12] app/test: add event DMA adapter auto-test
    ` [PATCH v7 00/12] event DMA adapter library support
      ` [PATCH v7 01/12] eventdev/dma: introduce DMA adapter
      ` [PATCH v7 02/12] eventdev/dma: support adapter capabilities get
      ` [PATCH v7 03/12] eventdev/dma: support adapter create and free
      ` [PATCH v7 04/12] eventdev/dma: support vchan add and delete
      ` [PATCH v7 05/12] eventdev/dma: support adapter service function
      ` [PATCH v7 06/12] eventdev/dma: support adapter start and stop
      ` [PATCH v7 07/12] eventdev/dma: support adapter service ID get
      ` [PATCH v7 08/12] eventdev/dma: support adapter runtime params
      ` [PATCH v7 09/12] eventdev/dma: support adapter stats
      ` [PATCH v7 10/12] eventdev/dma: support adapter enqueue
      ` [PATCH v7 11/12] eventdev/dma: support adapter event port get
      ` [PATCH v7 12/12] app/test: add event DMA adapter auto-test
      ` [PATCH v8 00/12] event DMA adapter library support
        ` [PATCH v8 01/12] eventdev/dma: introduce DMA adapter
        ` [PATCH v8 02/12] eventdev/dma: support adapter capabilities get
        ` [PATCH v8 03/12] eventdev/dma: support adapter create and free
        ` [PATCH v8 04/12] eventdev/dma: support vchan add and delete
        ` [PATCH v8 05/12] eventdev/dma: support adapter service function
        ` [PATCH v8 06/12] eventdev/dma: support adapter start and stop
        ` [PATCH v8 07/12] eventdev/dma: support adapter service ID get
        ` [PATCH v8 08/12] eventdev/dma: support adapter runtime params
        ` [PATCH v8 09/12] eventdev/dma: support adapter stats
        ` [PATCH v8 10/12] eventdev/dma: support adapter enqueue
        ` [PATCH v8 11/12] eventdev/dma: support adapter event port get
        ` [PATCH v8 12/12] app/test: add event DMA adapter auto-test

[PATCH v2] net/af_xdp: fix cflags to appropriate UMEM feature
 2023-09-29 11:45 UTC  (4+ messages)
` [PATCH v3] net/af_xdp: fix missing "

[PATCH 0/2] ethdev: add group set miss actions API
 2023-09-29 11:02 UTC  (2+ messages)

[PATCH v5 1/2] node: add IPv4 local node to handle local pkts
 2023-09-29 10:58 UTC  (6+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/2] node: add UDP v4 support

[PATCH v3] vhost: add IRQ suppression
 2023-09-29 10:38 UTC 

[PATCH 1/8] net/ntnic: initial commit which adds register defines
 2023-09-29 10:23 UTC  (8+ messages)
` [PATCH v16 "

[PATCH 00/10] add the support of ipsec offload
 2023-09-29 10:05 UTC  (17+ messages)
` [PATCH v2 "
  ` [PATCH v3 0/9] "
    ` [PATCH v3 1/9] net/nfp: add TLVs capability parsing
    ` [PATCH v3 2/9] net/nfp: add mailbox to support IPsec offload
    ` [PATCH v3 3/9] net/nfp: initialize IPsec related content
    ` [PATCH v3 4/9] net/nfp: get security capabilities and session size
    ` [PATCH v3 5/9] net/nfp: get IPsec Rx/Tx packet statistics
    ` [PATCH v3 6/9] net/nfp: create security session
    ` [PATCH v3 7/9] net/nfp: update "
    ` [PATCH v3 8/9] net/nfp: support IPsec Rx and Tx offload
    ` [PATCH v3 9/9] net/nfp: destroy security session

[PATCH v7 12/12] app/graph: add l3fwd use case
 2023-09-29  9:58 UTC  (14+ messages)
` [PATCH v8 00/12] add CLI based graph application
  ` [PATCH v8 01/12] app/graph: add application framework to read CLI
  ` [PATCH v8 02/12] app/graph: add telnet connectivity framework
  ` [PATCH v8 03/12] app/graph: add parser utility APIs
  ` [PATCH v8 04/12] app/graph: add mempool command line interfaces
  ` [PATCH v8 05/12] app/graph: add ethdev "
  ` [PATCH v8 06/12] app/graph: add ipv4_lookup "
  ` [PATCH v8 07/12] app/graph: add ipv6_lookup "
  ` [PATCH v8 08/12] app/graph: add neigh "
  ` [PATCH v8 09/12] app/graph: add ethdev_rx "
  ` [PATCH v8 10/12] app/graph: add graph "
  ` [PATCH v8 11/12] app/graph: add CLI option to enable graph stats
  ` [PATCH v8 12/12] app/graph: add l3fwd use case

[PATCH v3 0/3] Introduce event link profiles
 2023-09-29  9:27 UTC  (7+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] eventdev: introduce "
  ` [PATCH v4 2/3] event/cnxk: implement event "
  ` [PATCH v4 3/3] test/event: add event link profile test
    ` [EXT] Re: [PATCH v4 0/3] Introduce event link profiles

[RFC PATCH 1/2] security: add fallback security processing and Rx inject
 2023-09-29  7:16 UTC  (3+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] test/cryptodev: add Rx inject test

[PATCH v1 0/3] Spec changes to support multi I/O models
 2023-09-29  3:39 UTC  (4+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 4/4] mldev: update release notes for 23.11

[PATCH v3 0/2] app/dma-perf: add SG copy support
 2023-09-28 21:12 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] "

[RFC] ethdev: clarify device queue state after start and stop
 2023-09-28 20:59 UTC  (4+ messages)
` [PATCH] "

[PATCH v2 0/7] VRB2 bbdev PMD introduction
 2023-09-28 20:33 UTC  (4+ messages)
` [PATCH v2 4/7] baseband/acc: allocate FCW memory separately

[PATCH] net/mana: add support to update MTU
 2023-09-28 19:14 UTC  (4+ messages)
` [PATCH] net/mana: use %m for fscanf to read mac address

[PATCH] net/netvsc: increase VSP response timeout to 60 seconds
 2023-09-28 18:01 UTC  (2+ messages)

[PATCH] app/testpmd: add flush multicast MAC address command
 2023-09-28 17:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] doc: add note about VMXNET3 on AMD with ESXI
 2023-09-28 16:58 UTC  (2+ messages)

[PATCH v1 0/7] VRB2 BBDEV PMD introduction
 2023-09-28 16:33 UTC  (10+ messages)
` [PATCH v1 1/7] bbdev: add FFT version member in driver info

[PATCH v8 0/9] add rte flow support for cpfl
 2023-09-28 16:04 UTC  (4+ messages)
` [PATCH v9 "

[RFC] ethdev: introduce maximum Rx buffer size
 2023-09-28 15:56 UTC  (4+ messages)
` [PATCH v1 0/3] "
  ` [PATCH v1 1/3] ethdev: "

[PATCH] testpmd: add hairpin-map parameter
 2023-09-28 15:36 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] app/test: drop dependency on crypto scheduler driver
 2023-09-28 14:42 UTC  (9+ messages)
` [EXT] "
` [PATCH 1/2] app/test: add support for optional dependencies
  ` [PATCH 2/2] app/test: make crypto scheduler an optional dependency
    ` [EXT] Re: [PATCH 1/2] app/test: add support for optional dependencies

[PATCH v1 0/2] add support for flow aging in CNXK driver
 2023-09-28 13:49 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] common/cnxk: add support to get aged flows
        ` [EXT] "

[PATCH] testpmd: add hairpin-map parameter
 2023-09-28 13:39 UTC 

[PATCH 00/36] fix Rx and Tx queue state
 2023-09-28 13:15 UTC  (9+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 1/8] lib/ethdev: update Rx and Tx queue status

[PATCH v1 0/3] Add HWS mirroring support
 2023-09-28 13:09 UTC  (4+ messages)
` [PATCH v1 1/3] net/mlx5/hws: add creation of packet reformat DevX obj
` [PATCH v1 2/3] net/mlx5/hws: add mlx5dr obj struct to mlx5dr action
` [PATCH v1 3/3] net/mlx5/hws: add support for mirroring

[PATCH v2 1/2] doc: increase python max line length to 100
 2023-09-28 12:18 UTC  (3+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] dts: reformat to 100 line length

[PATCH v2 0/2] offload support to free dma source buffer
 2023-09-28 12:08 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] dmadev: offload to free "
  ` [PATCH v3 2/2] test/dma: add source buffer offload free test

[PATCH] net/cnxk: fix TAG read data offset
 2023-09-28 10:50 UTC 

[PATCH v5 3/3] power: amd power monitor support
 2023-09-28 10:11 UTC  (14+ messages)

[RFC 0/6] vhost: add asymmetric crypto support
 2023-09-28  9:53 UTC  (7+ messages)
` [RFC 1/6] cryptodev: move RSA padding information into xform
` [RFC 2/6] cryptodev: fix RSA xform for ASN.1 syntax
` [RFC 3/6] vhost: add asymmetric RSA support
` [RFC 4/6] crypto/virtio: "
` [RFC 5/6] examples/vhost_crypto: add asymmetric support
` [RFC 6/6] app/test: add asymmetric tests for virtio pmd

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