DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] eal/x86: improve rte_memcpy const size 16 performance
 2024-06-10 13:59 UTC  (5+ messages)
` [PATCH v8] "

[PATCH] mempool: dump includes list of memory chunks
 2024-06-10 13:44 UTC  (4+ messages)

[PATCH v1 0/4] Add second scatter test case
 2024-06-10 13:36 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] dts: improve starting and stopping interactive shells

[PATCH] mempool: test performance with larger bursts
 2024-06-10  8:56 UTC  (4+ messages)
` [PATCH v7] "

[PATCH v3 1/6] net/mlx5: update NTA rule pattern and actions flags
 2024-06-10  8:50 UTC  (10+ messages)
` [PATCH v4 0/6] non-template pmd advanced
  ` [PATCH v4 5/6] net/mlx5: update HWS ASO actions validation
  ` [PATCH v4 6/6] net/mlx5: support FDB in non-template mode
  ` [PATCH v5 1/6] net/mlx5: update NTA rule pattern and actions flags
    ` [PATCH v5 2/6] net/mlx5: support RSS expansion in non-template HWS setup
    ` [PATCH v5 3/6] net/mlx5: support indirect actions in non-template setup
    ` [PATCH v5 4/6] net/mlx5: update ASO resources "
    ` [PATCH v5 5/6] net/mlx5: update HWS ASO actions validation
    ` [PATCH v5 6/6] net/mlx5: support FDB in non-template mode

[PATCH v3 01/11] net/mlx5: initial design of non template to hws
 2024-06-10  8:34 UTC  (47+ messages)
` [PATCH v4 00/11] non-template pmd basic func
  ` [PATCH v4 01/11] net/mlx5: initial design of non template to hws
  ` [PATCH v4 02/11] net/mlx5: add dummy last action
  ` [PATCH v4 03/11] net/mlx5: add basic actions support for non-template API
  ` [PATCH v4 04/11] net/mlx5: add default miss action support in nt2hws mode
  ` [PATCH v4 05/11] net/mlx5: add ASO actions support to non-template mode
  ` [PATCH v4 06/11] net/mlx5: fix segfault on counter pool destroy
  ` [PATCH v4 07/11] net/mlx5: abstract action handling and enable reconfigure
  ` [PATCH v4 08/11] common/mlx5: read connection tracking attributes
  ` [PATCH v4 09/11] net/mlx5: support bulk actions in non template mode
  ` [PATCH v4 10/11] net/mlx5: use non const max number for ASO actions
  ` [PATCH v4 11/11] net/mlx5: initial design changes
  ` [PATCH v5 01/11] net/mlx5: initial design of non template to hws
    ` [PATCH v5 02/11] net/mlx5: add dummy last action
    ` [PATCH v5 03/11] net/mlx5: add basic actions support for non-template API
    ` [PATCH v5 04/11] net/mlx5: add default miss action support in nt2hws mode
    ` [PATCH v5 05/11] net/mlx5: add ASO actions support to non-template mode
    ` [PATCH v5 06/11] net/mlx5: fix segfault on counter pool destroy
    ` [PATCH v5 07/11] net/mlx5: abstract action handling and enable reconfigure
    ` [PATCH v5 08/11] common/mlx5: read connection tracking attributes
    ` [PATCH v5 09/11] net/mlx5: support bulk actions in non template mode
    ` [PATCH v5 10/11] net/mlx5: use non const max number for ASO actions
    ` [PATCH v5 11/11] net/mlx5: initial design changes
    ` [PATCH v6 01/11] net/mlx5: initial design of non template to hws
      ` [PATCH v6 02/11] net/mlx5: add dummy last action
      ` [PATCH v6 03/11] net/mlx5: add basic actions support for non-template API
      ` [PATCH v6 04/11] net/mlx5: add default miss action support in nt2hws mode
      ` [PATCH v6 05/11] net/mlx5: add ASO actions support to non-template mode
      ` [PATCH v6 06/11] net/mlx5: fix segfault on counter pool destroy
      ` [PATCH v6 07/11] net/mlx5: abstract action handling and enable reconfigure
      ` [PATCH v6 08/11] common/mlx5: read connection tracking attributes
      ` [PATCH v6 09/11] net/mlx5: support bulk actions in non template mode
      ` [PATCH v6 10/11] net/mlx5: use non const max number for ASO actions
      ` [PATCH v6 11/11] net/mlx5: initial design changes
      ` [PATCH v7 01/11] net/mlx5: initial design of non template to hws
        ` [PATCH v7 02/11] net/mlx5: add dummy last action
        ` [PATCH v7 03/11] net/mlx5: add basic actions support for non-template API
        ` [PATCH v7 04/11] net/mlx5: add default miss action support in nt2hws mode
        ` [PATCH v7 05/11] net/mlx5: add ASO actions support to non-template mode
        ` [PATCH v7 06/11] net/mlx5: fix segfault on counter pool destroy
        ` [PATCH v7 07/11] net/mlx5: abstract action handling and enable reconfigure
        ` [PATCH v7 08/11] common/mlx5: read connection tracking attributes
        ` [PATCH v7 09/11] net/mlx5: support bulk actions in non template mode
        ` [PATCH v7 10/11] net/mlx5: use non const max number for ASO actions
        ` [PATCH v7 11/11] net/mlx5: initial design changes

[PATCH v3 1/3] net/mlx5/hws: split the root rule creation and destruction
 2024-06-10  8:33 UTC  (6+ messages)
` [PATCH v4 0/3] HWS non-template support
  ` [PATCH v4 1/3] net/mlx5/hws: split the root rule creation and destruction
  ` [PATCH v4 2/3] net/mlx5/hws: add support for action type LAST
  ` [PATCH v4 3/3] net/mlx5/hws: add support for backward-compatible API

[PATCH v1] crypto/ipsec_mb: use new ipad/opad calculation API
 2024-06-10  8:19 UTC  (2+ messages)

[PATCH v5 0/2] Methodology change for hugepage configuration
 2024-06-10  7:38 UTC  (9+ 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 v2 0/3] Introduce UADK compression driver
 2024-06-10  6:27 UTC  (5+ messages)
` [PATCH v2 3/3] compress/uadk: support burst enqueue/dequeue
  ` [EXTERNAL] "

[PATCH] net/mlx5: add queue hardware object context dump
 2024-06-10  5:59 UTC  (2+ messages)

[PATCH] net/virtio-user: add VIRTIO_F_ORDER_PLATFORM to feature list
 2024-06-10  4:35 UTC  (2+ messages)

0001-vhost-optimize-vhost-user-get-protocol-features
 2024-06-10  4:26 UTC  (2+ messages)

[PATCH v4 2/3] ethdev: add VXLAN last reserved field
 2024-06-09 14:29 UTC  (4+ messages)
` [PATCH v6 0/4] support VXLAN last reserved byte modification
  ` [PATCH v6 1/4] app/testpmd: fix the testpmd field string sequence

[PATCH v6 2/4] net: add new union into VXLAN header
 2024-06-09 10:32 UTC  (10+ messages)
` [PATCH v7 0/3] support VXLAN last reserved byte modification
  ` [PATCH v7 2/3] ethdev: add VXLAN last reserved field
      ` [PATCH v8 0/3] support VXLAN last reserved byte modification
        ` [PATCH v8 1/3] app/testpmd: fix the testpmd field string sequence
        ` [PATCH v8 2/3] ethdev: add VXLAN last reserved field
        ` [PATCH v8 3/3] net/mlx5: implement VXLAN last reserved modification

Recovering from MDD
 2024-06-08 18:34 UTC 

[PATCH v2] event/dsw: support explicit release only mode
 2024-06-08 16:02 UTC  (4+ messages)
` [PATCH v3] "

[PATCH v3 1/2] eventdev/dma: reorganize event DMA ops
 2024-06-08  6:16 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v5 "
    ` [PATCH v5 2/2] dma/cnxk: remove completion pool

Potential Vlan Filtering Bug - Testpmd
 2024-06-07 19:29 UTC 

[PATCH 0/3] bnxt bug fixes
 2024-06-07 16:27 UTC  (5+ messages)
` [PATCH 1/3] net/bnxt: fix vector mode for P7 devices
` [PATCH 2/3] net/bnxt: refactor backing store qcaps v2
` [PATCH 3/3] net/bnxt: fix backing store logging

[RFC 1/2] eal: add pointer compression functions
 2024-06-07 15:12 UTC  (21+ messages)
` [PATCH v5 0/4] add pointer compression API
            `  "
` [PATCH v11 0/6] "
  ` [PATCH v11 3/6] ptr_compress: add pointer compression library
` [PATCH v13 0/6] add pointer compression API
  ` [PATCH v13 2/6] mempool: add functions to get extra mempool info

[RFC 0/2] add pointer compression API
 2024-06-07 15:10 UTC  (8+ messages)
` [PATCH v14 0/6] "
  ` [PATCH v14 1/6] lib: allow libraries with no sources
  ` [PATCH v14 2/6] mempool: add functions to get extra mempool info
  ` [PATCH v14 3/6] ptr_compress: add pointer compression library
  ` [PATCH v14 4/6] test: add pointer compress tests to ring perf test
  ` [PATCH v14 5/6] docs: add pointer compression guide
  ` [PATCH v14 6/6] test: add unit test for ptr compression

[PATCH 0/6] crypto/ionic: introduce AMD Pensando ionic crypto driver
 2024-06-07 14:27 UTC  (19+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] "
    ` [EXTERNAL] "
    ` [PATCH v3 0/9] crypto/ionic: introduce AMD Pensando driver
      ` [PATCH v3 1/9] "
      ` [PATCH v3 2/9] crypto/ionic: add the firmware interface definition file
      ` [PATCH v3 3/9] crypto/ionic: add device commands
      ` [PATCH v3 4/9] crypto/ionic: add adminq command support
      ` [PATCH v3 5/9] crypto/ionic: add capabilities and basic ops
      ` [PATCH v3 6/9] crypto/ionic: add session support
      ` [PATCH v3 7/9] crypto/ionic: add datapath
      ` [PATCH v3 8/9] crypto/ionic: add a watchdog operation
      ` [PATCH v3 9/9] crypto/ionic: add stats support

[PATCH] lib/vhost: add flag for async connection in client mode
 2024-06-07 13:59 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] vhost: cleanup vq resubmit info when set_inflight_fd
 2024-06-07 13:50 UTC  (3+ messages)
` [PATCH v2] vhost: cleanup resubmit info before inflight setup

[PATCH v2 0/3] Improve interactive shell output gathering and logging
 2024-06-07 13:38 UTC  (8+ 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

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

[PATCH 0/5] dts: testpmd show port info/stats
 2024-06-07 13:11 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] dts: fix InteractiveShell command prompt filtering
  ` [PATCH v4 2/5] dts: skip first line of send command output
  ` [PATCH v4 3/5] dts: add parsing utility module
  ` [PATCH v4 4/5] dts: add `show port info` command to TestPmdShell
  ` [PATCH v4 5/5] dts: add `show port stats` "
` [PATCH v5 0/5] dts: testpmd show port info/stats
  ` [PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering
  ` [PATCH v5 2/5] dts: skip first line of send command output
  ` [PATCH v5 3/5] dts: add parsing utility module
  ` [PATCH v5 4/5] dts: add `show port info` command to TestPmdShell
  ` [PATCH v5 5/5] dts: add `show port stats` "

[PATCH 0/5] OpenSSL PMD Optimisations
 2024-06-07 12:47 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] crypto/openssl: fix GCM and CCM thread unsafe ctxs
    ` [EXTERNAL] "
  ` [PATCH v3 2/5] crypto/openssl: only init 3DES-CTR key + impl once
  ` [PATCH v3 3/5] crypto/openssl: per-qp cipher context clones
  ` [PATCH v3 4/5] crypto/openssl: per-qp auth "
  ` [PATCH v3 5/5] crypto/openssl: only set cipher padding once
` [PATCH v4 0/5] OpenSSL PMD Optimisations
  ` [PATCH v4 1/5] crypto/openssl: fix GCM and CCM thread unsafe ctxs
  ` [PATCH v4 2/5] crypto/openssl: only init 3DES-CTR key + impl once
  ` [PATCH v4 3/5] crypto/openssl: per-qp cipher context clones
  ` [PATCH v4 4/5] crypto/openssl: per-qp auth "
  ` [PATCH v4 5/5] crypto/openssl: only set cipher padding once

[PATCH v2 0/5] ACC100 improvements and clean up
 2024-06-07 12:45 UTC  (3+ messages)
` [PATCH v2 1/5] baseband/acc: fix memory barrier

[PATCH v1] dts: rename execution to test run
 2024-06-07  8:38 UTC  (3+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v1] eventdev/crypto: restore opaque field between dequeue and enqueue
 2024-06-07  8:20 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5] "

[DPDK/DTS Bug 1456] Use Poetry only for dependency management
 2024-06-07  8:13 UTC 

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

[PATCH 0/1] net/ena: devargs api change
 2024-06-06 13:33 UTC  (2+ messages)
` [PATCH 1/1] net/ena: restructure the llq policy user setting

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

DPDK Release Status Meeting 2024-06-06
 2024-06-06 13:15 UTC 

zxdh: add zxdh poll mode driver
 2024-06-06 12:02 UTC  (2+ messages)

[PATCH v2] app/testpmd: fix lcore ID restriction
 2024-06-06 11:27 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 1/2] net/mlx5: support match with switch manager
 2024-06-06 10:51 UTC  (3+ messages)
` [PATCH v2] net/mlx5: support match with E-Switch manager

[PATCH 1/3] net/mlx5: add match with Tx queue item
 2024-06-06 10:50 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v4] net/cpfl: get running host ID for CPFL PMD
 2024-06-06 10:44 UTC  (2+ messages)
` [PATCH v5] "

Input length paramter in DPDK-BBdev
 2024-06-06 10:32 UTC 

Multiple paramters of input and output in DPDK-BBdev
 2024-06-06 10:32 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).