DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v3 0/6] Introduce event pre-scheduling
 2024-10-04 16:24 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/6] eventdev: add SW event preschedule hint
  ` [PATCH v5 0/6] Introduce event pre-scheduling
    ` [PATCH v5 1/6] eventdev: introduce "
    ` [PATCH v5 2/6] eventdev: add event port pre-schedule modify
    ` [PATCH v5 3/6] eventdev: add event preschedule hint

[PATCH 00/10] require checking ethdev get return value
 2024-10-04 16:21 UTC  (11+ messages)
` [PATCH 01/10] app/test: remove redundant call
` [PATCH 02/10] net/memif: check return value from rte_eth_dev_info_get
` [PATCH 03/10] graph: "
` [PATCH 04/10] examples/ethtool: handle devices without registers
` [PATCH 05/10] examples/l3fwd: check return value from ethdev info
` [PATCH 06/10] examples/ntb: always check return value
` [PATCH 07/10] examples/pipeline: check return value of ethdev functions
` [PATCH 08/10] examples/qos_sched: check return value from rte_eth_link_get
` [PATCH 09/10] ethdev: check return value from rte_eth_dev_info_get
` [PATCH 10/10] ethdev: require checking results of info_get functions

[PATCH v4 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
 2024-10-04 16:20 UTC  (15+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] crypto/openssl: support EDDSA
  ` [PATCH v5 3/6] crypto/cnxk: "
  ` [PATCH v5 4/6] test/crypto: add asymmetric EDDSA test cases
  ` [PATCH v5 5/6] examples/fips_validation: support EDDSA
  ` [PATCH v5 6/6] app/crypto-perf: "
  ` [PATCH v6 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
    ` [PATCH v6 2/6] crypto/openssl: support EDDSA
    ` [PATCH v6 3/6] crypto/cnxk: "
    ` [PATCH v6 4/6] test/crypto: add asymmetric EDDSA test cases
    ` [PATCH v6 5/6] examples/fips_validation: support EDDSA
    ` [PATCH v6 6/6] app/crypto-perf: "

[PATCH dpdk v1 00/15] IPv6 APIs overhaul
 2024-10-04 16:16 UTC  (12+ messages)
` [PATCH dpdk v2 00/16] "
  ` [PATCH dpdk v2 03/16] net: add structure for ipv6 addresses
  ` [PATCH dpdk v2 09/16] pipeline: use ipv6 addr struct
  ` [PATCH dpdk v2 14/16] rib6,fib6,lpm6: remove duplicate constants

[PATCH v4 0/8] add new command line argument parsing library
 2024-10-04 16:05 UTC  (3+ messages)
  ` [PATCH v4 8/8] examples/l3fwd-power: update to call arg parser API

[PATCH] vhost: fix crash on vhost-user client port deletion
 2024-10-04 16:04 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] Updated to dpdk20.11
 2024-10-04 16:01 UTC  (3+ messages)
` [PATCH v3] docs: freebsd: Update to 20.11

[v1 0/7] DPAA2 crypto changes
 2024-10-04 16:00 UTC  (5+ messages)
` [v2 "
  ` [v2 7/7] crypto/dpaa2_sec: rework debug code
      ` [EXTERNAL] "

[PATCH] test: move lcores/pdump/pflock/ticketlock out of fast suite
 2024-10-04 15:54 UTC  (2+ messages)

[RFC] mempool: CPU cache aligning mempool driver accesses
 2024-10-04 15:50 UTC  (5+ messages)

[PATCH] config: added support for NVIDIA ARM implementer ID
 2024-10-04 15:46 UTC  (3+ messages)

[PATCH v1 00/50] Provide: flow filter init API, Enable virtual queues, fix ntnic issues for release 24.07
 2024-10-04 15:35 UTC  (50+ messages)
` [PATCH v1 1/5] net/ntnic: update NT NiC PMD driver with FPGA version
` [PATCH v1 2/5] net/ntnic: fix coverity issues:
` [PATCH v1 3/5] net/ntnic: update documentation
` [PATCH v1 4/5] net/ntnic: remove extra calling of the API for release port
` [PATCH v1 5/5] net/ntnic: extend and fix logging implementation
` [PATCH v1 01/31] net/ntnic: add flow filter init API
` [PATCH v1 02/31] net/ntnic: add flow filter deinitialization API
` [PATCH v1 03/31] net/ntnic: add flow backend initialization API
` [PATCH v1 04/31] net/ntnic: add flow backend deinitialization API
` [PATCH v1 05/31] net/ntnic: add INFO flow module
` [PATCH v1 06/31] net/ntnic: add categorizer (CAT) "
` [PATCH v1 07/31] net/ntnic: add key match (KM) "
` [PATCH v1 08/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 09/31] net/ntnic: add IP fragmenter (IFR) "
` [PATCH v1 10/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 11/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 12/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 13/31] net/ntnic: add packet descriptor builder (PDB) "
` [PATCH v1 14/31] net/ntnic: add header field update (HFU) "
` [PATCH v1 15/31] net/ntnic: add RPP local retransmit (RPP LR) "
` [PATCH v1 16/31] net/ntnic: add copier (Tx CPY) "
` [PATCH v1 17/31] net/ntnic: add checksum update (CSU) "
` [PATCH v1 18/31] net/ntnic: add insert (Tx INS) "
` [PATCH v1 19/31] net/ntnic: add replacer (Tx RPL) "
` [PATCH v1 20/31] net/ntnic: add Tx Packet Editor (TPE) "
` [PATCH v1 21/31] net/ntnic: add base init and deinit of the NT flow API
` [PATCH v1 22/31] net/ntnic: add base init and deinit the NT flow backend
` [PATCH v1 23/31] net/ntnic: add categorizer (CAT) FPGA module
` [PATCH v1 24/31] net/ntnic: add key match (KM) "
` [PATCH v1 25/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 26/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 27/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 28/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 29/31] net/ntnic: add packet descriptor builder (PDB) "
` [PATCH v1 31/31] net/ntnic: add receive MAC converter (RMC) core module
` [PATCH v1 01/14] net/ntnic: add basic queue operations
` [PATCH v1 02/14] net/ntnic: enhance Ethernet device configuration
` [PATCH v1 03/14] net/ntnic: add scatter-gather HW deallocation
` [PATCH v1 04/14] net/ntnic: add queue setup operations
` [PATCH v1 05/14] net/ntnic: add packet handler for virtio queues
` [PATCH v1 06/14] net/ntnic: add init for virt queues in the DBS
` [PATCH v1 07/14] net/ntnic: add split-queue support
` [PATCH v1 08/14] net/ntnic: add functions for availability monitor management
` [PATCH v1 09/14] net/ntnic: used writer data handling functions
` [PATCH v1 10/14] net/ntnic: add descriptor reader "
` [PATCH v1 11/14] net/ntnic: update FPGA registeris related to DBS
` [PATCH v1 12/14] net/ntnic: virtqueue setup managed packed-ring was added
` [PATCH v1 13/14] net/ntnic: add functions for releasing virt queues
` [PATCH v1 14/14] net/ntnic: add functions for retrieving and managing packets

[PATCH] doc: update TAP device features
 2024-10-04 15:24 UTC  (6+ messages)

[RFC] ethdev: convert string initialization
 2024-10-04 15:17 UTC  (4+ messages)
` [PATCH] "

[PATCH v1 0/5] Fixes for release 24.07
 2024-10-04 15:07 UTC  (53+ messages)
` [PATCH v1 1/5] net/ntnic: update NT NiC PMD driver with FPGA version
` [PATCH v1 2/5] net/ntnic: fix coverity issues:
` [PATCH v1 3/5] net/ntnic: update documentation
` [PATCH v1 4/5] net/ntnic: remove extra calling of the API for release port
` [PATCH v1 5/5] net/ntnic: extend and fix logging implementation
` [PATCH v1 00/31] Enable flow filter initialization
` [PATCH v1 01/31] net/ntnic: add flow filter init API
` [PATCH v1 02/31] net/ntnic: add flow filter deinitialization API
` [PATCH v1 03/31] net/ntnic: add flow backend initialization API
` [PATCH v1 04/31] net/ntnic: add flow backend deinitialization API
` [PATCH v1 05/31] net/ntnic: add INFO flow module
` [PATCH v1 06/31] net/ntnic: add categorizer (CAT) "
` [PATCH v1 07/31] net/ntnic: add key match (KM) "
` [PATCH v1 08/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 09/31] net/ntnic: add IP fragmenter (IFR) "
` [PATCH v1 10/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 11/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 12/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 13/31] net/ntnic: add packet descriptor builder (PDB) "
` [PATCH v1 14/31] net/ntnic: add header field update (HFU) "
` [PATCH v1 15/31] net/ntnic: add RPP local retransmit (RPP LR) "
` [PATCH v1 16/31] net/ntnic: add copier (Tx CPY) "
` [PATCH v1 17/31] net/ntnic: add checksum update (CSU) "
` [PATCH v1 18/31] net/ntnic: add insert (Tx INS) "
` [PATCH v1 19/31] net/ntnic: add replacer (Tx RPL) "
` [PATCH v1 20/31] net/ntnic: add Tx Packet Editor (TPE) "
` [PATCH v1 21/31] net/ntnic: add base init and deinit of the NT flow API
` [PATCH v1 22/31] net/ntnic: add base init and deinit the NT flow backend
` [PATCH v1 23/31] net/ntnic: add categorizer (CAT) FPGA module
` [PATCH v1 24/31] net/ntnic: add key match (KM) "
` [PATCH v1 25/31] net/ntnic: add flow matcher (FLM) "
` [PATCH v1 26/31] net/ntnic: add hasher (HSH) "
` [PATCH v1 27/31] net/ntnic: add queue select (QSL) "
` [PATCH v1 28/31] net/ntnic: add slicer (SLC LR) "
` [PATCH v1 29/31] net/ntnic: add packet descriptor builder (PDB) "
` [PATCH v1 30/31] net/ntnic: add Tx Packet Editor (TPE) "
` [PATCH v1 31/31] net/ntnic: add receive MAC converter (RMC) core module
` [PATCH v1 00/14] Enable virtual queues
` [PATCH v1 01/14] net/ntnic: add basic queue operations
` [PATCH v1 02/14] net/ntnic: enhance Ethernet device configuration
` [PATCH v1 03/14] net/ntnic: add scatter-gather HW deallocation
` [PATCH v1 04/14] net/ntnic: add queue setup operations
` [PATCH v1 05/14] net/ntnic: add packet handler for virtio queues
` [PATCH v1 06/14] net/ntnic: add init for virt queues in the DBS
` [PATCH v1 07/14] net/ntnic: add split-queue support
` [PATCH v1 08/14] net/ntnic: add functions for availability monitor management
` [PATCH v1 09/14] net/ntnic: used writer data handling functions
` [PATCH v1 10/14] net/ntnic: add descriptor reader "
` [PATCH v1 11/14] net/ntnic: update FPGA registeris related to DBS
` [PATCH v1 12/14] net/ntnic: virtqueue setup managed packed-ring was added
` [PATCH v1 13/14] net/ntnic: add functions for releasing virt queues
` [PATCH v1 14/14] net/ntnic: add functions for retrieving and managing packets

[PATCH v1] crypto/ipsec_mb: bump minimum IPsec MB version
 2024-10-04 14:58 UTC 

[PATCH 00/16] Fix allocation issues and add hardening
 2024-10-04 14:57 UTC  (4+ messages)
` [PATCH v7 00/16] Fix allocation bugs and prevent future ones

[PATCH] eal/x86: fix 32-bit write-combined stores
 2024-10-04 14:45 UTC  (2+ messages)

[PATCH 1/2] eal: enable CPPC support in power library
 2024-10-04 14:37 UTC  (2+ messages)

[PATCH 1/2] eal/linux: fix VFIO hotplug with multiprocess
 2024-10-04 14:34 UTC  (2+ messages)

[PATCH v4 00/18] NXP DPAA ETH driver enhancement and fixes
 2024-10-04 14:03 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 06/18] net/dpaa: support Tx confirmation to enable PTP

[PATCH] ethdev: add dump regs for telemetry
 2024-10-04 13:59 UTC  (4+ messages)
` [PATCH v9 0/8] support dump reigster names and filter
  ` [PATCH v9 8/8] net/hns3: support filter registers by module names

[PATCH v5 1/2] ethdev: Add link_speed lanes support
 2024-10-04 13:55 UTC  (4+ messages)
` [PATCH v6 0/2] "
  ` [PATCH v6 2/2] net/bnxt: code refactor for supporting speed lanes

[PATCH 00/11] Use RTE_LOG_LINE in drivers
 2024-10-04 13:04 UTC  (3+ messages)
` [PATCH v2 00/14] "

[PATCH 0/3] eal: mark API's as stable
 2024-10-04 12:56 UTC  (3+ messages)
` [PATCH 2/3] eal: mark rte_lcore_register_usage_cb stable

[PATCH 0/4] Enable more unit tests
 2024-10-04 12:51 UTC  (8+ messages)
` [PATCH 3/4] test: make red test part of fast suite
` [PATCH 4/4] test: run timer secondary tests as "

[PATCH v11 1/7] buildtools/chkincs: relax C linkage requirement
 2024-10-04 12:19 UTC  (9+ messages)
` [PATCH v12 0/7] Improve EAL bit operations API
  ` [PATCH v12 1/7] buildtools/chkincs: relax C linkage requirement

[PATCH v2 00/10] acc baseband PMD fix and updates for 24.11
 2024-10-04 12:08 UTC  (3+ messages)
` [PATCH v2 02/10] baseband/acc: queue allocation refactor

[PATCH v5 1/6] net/octeon_ep: add missing vector API header include
 2024-10-04 12:07 UTC  (10+ messages)
` [PATCH v6 0/7] Optionally have rte_memcpy delegate to compiler memcpy
  ` [PATCH v6 5/7] eal: provide option to use compiler memcpy instead of RTE
  ` [PATCH v6 6/7] ci: test compiler memcpy

[PATCH v1 1/3] crypto/ipsec_mb: add SM3 algorithm support
 2024-10-04 12:05 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] crypto/ipsec_mb: add HMAC "
  ` [PATCH v3 3/3] crypto/ipsec_mb: add SM4 "

[PATCH] fib: implement RCU rule reclamation
 2024-10-04 12:03 UTC  (4+ messages)

[PATCH] fib: network byte order IPv4 lookup
 2024-10-04 12:01 UTC  (4+ messages)

[PATCH] eal/alarm_cancel: Fix thread starvation
 2024-10-04 12:00 UTC  (2+ messages)

[PATCH 0/5] alarm related patches
 2024-10-04 11:58 UTC  (3+ messages)
` [PATCH v2 0/3] alarm test fixes

[PATCH v1 1/2] test/dma: update the sg test to verify wrap around case
 2024-10-04 11:49 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] test/dma: add functions to verify zero and one fill
    ` [EXTERNAL] "
  ` [EXTERNAL] [PATCH v2 1/2] test/dma: update the sg test to verify wrap around case

[PATCH v11 0/4] add support for self monitoring
 2024-10-04 11:00 UTC  (3+ messages)
` [PATCH v12 "

[PATCH] [RFC] cryptodev: replace LIST_END enumerators with APIs
 2024-10-04  9:38 UTC  (4+ messages)

[PATCH] driver: crypto: scheduler: fix session size computation
 2024-10-04  9:04 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH] driver: crypto: scheduler: fix session size computation
 2024-10-04  8:40 UTC  (2+ messages)

[PATCH v3 1/2] ipsec: allow stateless IPsec processing
 2024-10-04  6:34 UTC  (3+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/2] test/ipsec: add unit test for stateless processing

[PATCH 0/3] support load firmware from flash
 2024-10-04  6:15 UTC  (2+ messages)

[PATCH 0/6] vhost: add asymmetric crypto support
 2024-10-04  6:11 UTC  (4+ messages)
` [PATCH v2 0/2] cryptodev: fix RSA xform to support VirtIO standard
  ` [PATCH v2 1/2] cryptodev: fix RSA xform for ASN.1 syntax
  ` [PATCH v2 2/2] cryptodev: move RSA padding information into xform

[PATCH] net/nfp: reserve BAR for expansion ROM
 2024-10-04  5:25 UTC  (2+ messages)

[RFC PATCH] app/testpmd: display TM parameters when adding nodes
 2024-10-04  5:25 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).