DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v4 1/3] ethdev: Add support for mulitiple mbuf pools per Rx queue
 2022-10-07 18:35 UTC  (26+ messages)
` [PATCH v5 1/3] ethdev: support "
  ` [PATCH v5 2/3] net/cnxk: "
  ` [PATCH v5 3/3] app/testpmd: "
  ` [PATCH v6 1/3] ethdev: "
    ` [PATCH v6 2/3] net/cnxk: "
    ` [PATCH v6 3/3] app/testpmd: "
  ` [PATCH v7 0/4] ethdev: "
    ` [PATCH v7 1/4] ethdev: factor out helper function to check Rx mempool
    ` [PATCH v7 2/4] ethdev: support mulitiple mbuf pools per Rx queue
    ` [PATCH v7 3/4] net/cnxk: "
    ` [PATCH v7 4/4] app/testpmd: "
  ` [PATCH v8 0/4] ethdev: "
    ` [PATCH v8 1/4] ethdev: factor out helper function to check Rx mempool
    ` [PATCH v8 2/4] ethdev: support multiple mbuf pools per Rx queue
    ` [PATCH v8 3/4] net/cnxk: support mulitiple "
    ` [PATCH v8 4/4] app/testpmd: "

From: Nicolas Chautru <nicolas.chautru@intel.com>
 2022-10-07 18:24 UTC  (4+ messages)
` [PATCH v7 04/14] baseband/acc: introduce PMD for ACC200
  ` [EXT] "

[PATCH v1 0/5] FIPS asymmetric validation
 2022-10-07 17:52 UTC  (5+ messages)
` [v2 0/7] "
  ` [v2 3/7] examples/fips_validation: add function to calculate SHA hash size

[PATCH 00/35] net/ionic: updates for 22.11 release
 2022-10-07 17:43 UTC  (36+ messages)
` [PATCH 01/35] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH 02/35] net/ionic: fix up endianness for RSS
` [PATCH 03/35] net/ionic: fix to set the adapter name for logging
` [PATCH 04/35] net/ionic: fix up the Rx filter save API
` [PATCH 05/35] net/ionic: fix up reported error stats
` [PATCH 06/35] net/ionic: update documentation and copyrights
` [PATCH 07/35] net/ionic: update license terms to remove GPL
` [PATCH 08/35] net/ionic: update MTU calculations
` [PATCH 09/35] net/ionic: simplify code by removing doorbell map helper
` [PATCH 10/35] net/ionic: remove unused identifiers
` [PATCH 11/35] net/ionic: only allocate interrupts if required
` [PATCH 12/35] net/ionic: move PCI-specific code to a separate file
` [PATCH 13/35] net/ionic: only request notifyq interrupt if supported
` [PATCH 14/35] net/ionic: replace void pointer with actual type
` [PATCH 15/35] net/ionic: free all buffers during Rx queue stop
` [PATCH 16/35] net/ionic: precalculate segment lengths on receive side
` [PATCH 17/35] net/ionic: use a helper variable in packet Tx function
` [PATCH 18/35] net/ionic: do one-time init of receive descriptors
` [PATCH 19/35] net/ionic: overhaul receive side for performance
` [PATCH 20/35] net/ionic: overhaul transmit "
` [PATCH 21/35] net/ionic: add support for mbuf fast free
` [PATCH 22/35] net/ionic: do bulk allocations of receive mbufs
` [PATCH 23/35] net/ionic: add a lookup table for packet type
` [PATCH 24/35] net/ionic: add a lookup table for checksum flags
` [PATCH 25/35] net/ionic: advertise supported packet types
` [PATCH 26/35] net/ionic: add Rx descriptor status functions
` [PATCH 27/35] net/ionic: add Tx descriptor status function
` [PATCH 28/35] net/ionic: add Q-in-CMB option controlled by devarg
` [PATCH 29/35] net/ionic: update array allocations to use calloc
` [PATCH 30/35] net/ionic: add alignment and socket info in allocations
` [PATCH 31/35] net/ionic: allow client to specify Tx free threshold
` [PATCH 32/35] net/ionic: add optimized handlers for non-scattered Rx/Tx
` [PATCH 33/35] net/ionic: use a helper variable for page size
` [PATCH 34/35] net/ionic: retry init commands up to five times
` [PATCH 35/35] net/ionic: add watchdogs to protect each queue type

[PATCH] net/af_xdp: make compatible with libbpf v0.8.0
 2022-10-07 17:40 UTC  (6+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 6/6] "

[PATCH v3] examples/fips_validation: add parsing for AES CTR
 2022-10-07 16:58 UTC  (4+ messages)
` [PATCH v4] "
  ` [EXT] "
  ` [PATCH v5] "

RHEL 7 gcc 4.8.5 cannot ignore -Wdiscarded-qualifiers
 2022-10-07 16:39 UTC 

[PATCH 0/1] Update minimum required meson version
 2022-10-07 16:24 UTC  (8+ messages)
` [PATCH 1/1] build: increase minimum meson version to 0.53
` [PATCH v2] build: increase minimum meson version to 0.53.2

[PATCH v2 0/4] add trace points in ethdev library
 2022-10-07 16:23 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] ethdev: add trace points
  ` [PATCH v3 2/4] ethdev: add trace points for flow
  ` [PATCH v3 3/4] ethdev: add trace points for mtr
  ` [PATCH v3 4/4] ethdev: add trace points for tm

[PATCH v1] crypto/qat: reallocate on openssl version check
 2022-10-07 15:48 UTC  (4+ messages)
` [EXT] "
` [PATCH v2] "

[PATCH 00/15] DPAA and DPAA2 driver changes
 2022-10-07 15:22 UTC  (19+ messages)
` [PATCH v2 00/16] "
  ` [PATCH v2 01/16] bus/dpaa: use non-block mode for FD open
  ` [PATCH v2 02/16] net/enetfec: fix restart issue
  ` [PATCH v2 03/16] net/enetfec: fix buffer leak issue
  ` [PATCH v2 04/16] net/dpaa2: fix dpdmux configuration for error behaviour
  ` [PATCH v2 05/16] net/dpaa2: check free enqueue descriptors before Tx
  ` [PATCH v2 06/16] net/dpaa: support ESP packet type in packet parsing
  ` [PATCH v2 07/16] net/dpaa2: use internal mempool for SG table
  ` [PATCH v2 08/16] net/dpaa2: fix buffer free on transmit SG packets
  ` [PATCH v2 09/16] bus/fslmc: add timeout in MC send command API
  ` [PATCH v2 10/16] net/dpaa: fix Jumbo packet Rx in case of VSP
  ` [PATCH v2 11/16] doc: add kernel version compatible information
  ` [PATCH v2 12/16] bus/dpaa: pass interface name as a string instead of pointer
  ` [PATCH v2 13/16] net/dpaa: use internal mempool for SG table
  ` [PATCH v2 14/16] bus/dpaa: mempool ops registration change
  ` [PATCH v2 15/16] net/dpaa: fix buffer free on transmit SG packets
  ` [PATCH v2 16/16] net/dpaa: fix buffer free in slow path

[PATCH 1/2] kni: flag deprecated status at build time
 2022-10-07 15:01 UTC  (8+ messages)
` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] kni: add deprecation warning at runtime
  ` [PATCH v2 3/3] devtools: enable kni library for test builds

[PATCH 0/4] support HW Rx/Tx descriptor dump
 2022-10-07 14:43 UTC  (15+ messages)
` [PATCH v4 0/3] support ethdev "
  ` [PATCH v4 1/3] ethdev: introduce ethdev desc dump API
` [PATCH v5 0/3] support ethdev Rx/Tx descriptor dump
  ` [PATCH v5 1/3] ethdev: introduce ethdev desc dump API
  ` [PATCH v5 2/3] net/hns3: support Rx/Tx bd dump
  ` [PATCH v5 3/3] app/procinfo: support descriptor dump

[dpdk-dev v1] crypto/qat: fix of qat build request session in mp
 2022-10-07 14:21 UTC  (2+ messages)

[PATCH] doc: add removal note for power empty poll API
 2022-10-07 13:54 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2 0/5] mbuf dynamic field expansion
 2022-10-07 13:50 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/3] add remaining SGL support to AESNI_MB
 2022-10-07 13:46 UTC  (8+ messages)
` [PATCH v4 0/5] "
  ` [EXT] "
` [PATCH v5 0/4] "
  ` [PATCH v5 1/4] test/crypto: fix wireless auth digest segment
  ` [PATCH v5 2/4] crypto/ipsec_mb: add remaining SGL support
  ` [PATCH v5 3/4] test/crypto: add OOP snow3g SGL tests
  ` [PATCH v5 4/4] test/crypto: add remaining blockcipher "

[PATCH v2] examples/ipsec-secgw: free event vector mbufs
 2022-10-07 13:27 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] crypto/ipsec_mb: support all tag sizes for ZUC-EIA3-256
 2022-10-07 13:23 UTC  (2+ messages)
` [EXT] "

[v1] crypto/cnxk: support exponent type private key
 2022-10-07 12:56 UTC  (2+ messages)

[v1] crypto/cnxk: add support for fixed point multiplication
 2022-10-07 12:52 UTC  (3+ messages)

[PATCH] doc: fix support table for ETH and VLAN flow items
 2022-10-07 11:55 UTC  (4+ messages)

[PATCH 1/2] crypto/qat: fix uncleared cookies in asym
 2022-10-07 10:56 UTC  (3+ messages)
` [PATCH 2/2] crypto/qat: fix not set rsa lengths
  ` [EXT] "

[v1 0/2] examples/fips_validation: add ECDSA tests
 2022-10-07 10:50 UTC  (3+ messages)
` [v1 2/2] examples/fips_validation: add ECDSA validation

[RFC] mempool: rte_mempool_do_generic_get optimizations
 2022-10-07 10:44 UTC  (2+ messages)
` [PATCH v4] mempool: fix get objects from mempool with cache

[PATCH v1] examples/fips_validation: fix parsing SHA test type from JSON vector
 2022-10-07 10:40 UTC  (3+ messages)

[PATCH v8 0/3] add Intel uncore api to be called through l3fwd-power
 2022-10-07 10:30 UTC  (5+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/3] power: add Intel uncore frequency control API to power library

[PATCH] drivers: suggestion on removing empty version.map files
 2022-10-07 10:30 UTC  (3+ messages)
` [PATCH 1/2] drivers: suggestion on meson without version file

[RFC v3] non-temporal memcpy
 2022-10-07 10:19 UTC  (3+ messages)
` [PATCH] eal: "
` [PATCH v2] "

[PATCH v4] ethdev: support congestion management
 2022-10-07 10:07 UTC  (5+ messages)
  ` [EXT] "
` [EXT] "

[PATCH v1] examples/fips_validation: fix memory allocation in aes mct test
 2022-10-07  9:56 UTC  (4+ messages)
` [PATCH v2] examples/fips_validation: fix memory allocation in AES MCT test

[PATCH v1 2/2] examples/fips_validation: add parsing for tdes
 2022-10-07  9:55 UTC  (5+ messages)
` [PATCH v2 1/2] examples/fips_validation: share test callback with multiple keys
  ` [PATCH v2 2/2] examples/fips_validation: add parsing for TDES

[v1] examples/fips_validation: fix SHA MCT test from segfault
 2022-10-07  9:53 UTC  (3+ messages)

[PATCH] regexdev: add maximum number of mbuf segments field
 2022-10-07  8:04 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/4] crypto/ccp cleanup
 2022-10-07  6:54 UTC  (3+ messages)
` [PATCH v2 "
  ` [EXT] "

[PATCH v2 5/5] bbdev: add new operation for FFT processing
 2022-10-07  4:46 UTC  (5+ messages)
` [PATCH v12 0/7] bbdev changes for 22.11
  ` [EXT] "

[PATCH 00/24] add the basic rte_flow offload support of nfp PMD
 2022-10-07  2:18 UTC  (25+ messages)
` [PATCH 01/24] net/nfp: add the stats process logic in ctrl VNIC service
` [PATCH 02/24] net/nfp: add the structures and functions for flow offload
` [PATCH 03/24] net/nfp: add the flow APIs of nfp PMD
` [PATCH 04/24] net/nfp: add the offload support of basic items
` [PATCH 05/24] net/nfp: add the offload support of basic actions
` [PATCH 06/24] net/nfp: add the offload support of VLAN item
` [PATCH 07/24] net/nfp: add the offload support of IPv4 item
` [PATCH 08/24] net/nfp: add the offload support of IPv6 item
` [PATCH 09/24] net/nfp: add the offload support of TCP item
` [PATCH 10/24] net/nfp: add the offload support of UDP item
` [PATCH 11/24] net/nfp: add the offload support of SCTP item
` [PATCH 12/24] net/nfp: add the offload support of set SRC MAC action
` [PATCH 13/24] net/nfp: add the offload support of set DST "
` [PATCH 14/24] net/nfp: add the offload support of pop VLAN action
` [PATCH 15/24] net/nfp: add the offload support of push "
` [PATCH 16/24] net/nfp: add the offload support of set SRC IPv4 action
` [PATCH 17/24] net/nfp: add the offload support of set DST "
` [PATCH 18/24] net/nfp: add the offload support of set SRC IPv6 action
` [PATCH 19/24] net/nfp: add the offload support of set DST "
` [PATCH 20/24] net/nfp: add the offload support of set TP SRC port action
` [PATCH 21/24] net/nfp: add the offload support of set TP DST "
` [PATCH 22/24] net/nfp: add the offload support of set TTL action
` [PATCH 23/24] net/nfp: add the offload support of set IPv4 DSCP action
` [PATCH 24/24] net/nfp: add the offload support of set IPv6 "

[dpdk-dev v3 1/1] lib/cryptodev: multi-process IPC request handler
 2022-10-06 23:11 UTC  (7+ messages)
` [dpdk-dev v4] "
  ` [dpdk-dev v5] "
    ` [EXT] "

[RFC] memarea: introduce memory area library
 2022-10-06 20:15 UTC  (7+ messages)
  ` [PATCH v5 01/10] memarea: introduce memarea library
  ` [PATCH v5 03/10] memarea: support alloc/free/update-refcnt API
  ` [PATCH v5 07/10] memarea: support backup memory mechanism

[PATCH] test/service: fix spurious failures by extending timeout
 2022-10-06 19:33 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] drivers/bus: set device NUMA node to unknown by default
 2022-10-06 19:31 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/6] add thread lifetime and attributes API
 2022-10-06 19:25 UTC  (9+ messages)
` [PATCH v5 "
` [PATCH v4 "

[PATCH v2] sched: Fix subport profile id not set correctly
 2022-10-06 19:00 UTC  (4+ messages)
` [PATCH 1/3] sched: fix "
  ` [PATCH 2/3] sched: removed unused subport field in hqos profile
  ` [PATCH 3/3] sched: support for 100G+ rates in subport/pipe config

[PATCH v2 1/1] app/testpmd: add command line argument 'nic-to-pmd-rx-metadata'
 2022-10-06 18:35 UTC  (2+ messages)
` [PATCH v3 1/1] app/testpmd: control passing Rx metadata to PMD

[PATCH 2/3] eal: change rte_fls and rte_bsf to return uint32_t
 2022-10-06 18:20 UTC  (3+ messages)
` [PATCH] eal: fix return type of bsf safe functions

[Patch v9 00/18] Introduce Microsoft Azure Network Adatper (MANA) PMD
 2022-10-06 18:07 UTC  (5+ messages)
` [Patch v10 "

rte_service unit test failing randomly
 2022-10-06 17:52 UTC  (12+ messages)
                ` [dpdklab] "

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

[PATCH] linux/igb_uio: fix build with kernel 5.18+
 2022-10-06  9:37 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).