DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH v12 2/3] event/dlb2: add support for independent enqueue
 2024-10-03 20:50 UTC  (7+ messages)
` [PATCH v13 0/3] Independent Enqueue Support
  ` [PATCH v13 1/3] eventdev: add support for independent enqueue
  ` [PATCH v13 2/3] event/dlb2: "
  ` [PATCH v13 3/3] event/dsw: add capability "
` [PATCH v14 0/3] Independent Enqueue Support
  ` [PATCH v14 1/3] eventdev: add support for independent enqueue

[PATCH] drivers: ignore non-critical syndromes for Tx queues
 2024-10-03 20:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drivers: fix error CQE handling
 2024-10-03 20:26 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drivers: remove compile-time option for IEEE 1588
 2024-10-03 19:12 UTC  (7+ messages)

[PATCH] pci: add O_CLOEXEC when open uio device
 2024-10-03 19:08 UTC  (2+ messages)

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2024-10-03 18:51 UTC  (7+ messages)
` [PATCH v5 2/2] ethdev: support xstats reset telemetry command

[PATCH v3] lib/net: add MPLS insert and strip functionality
 2024-10-03 18:46 UTC  (2+ messages)

[RFC 0/2] Add high-performance timer facility
 2024-10-03 18:36 UTC  (3+ messages)
` [RFC v2 "

[PATCH v2 3/6] crypto/cnxk: support EDDSA
 2024-10-03 17:56 UTC  (10+ messages)
` [PATCH v3 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
  ` [PATCH v3 6/6] app/crypto-perf: support EDDSA
  ` [PATCH v4 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
    ` [PATCH v4 2/6] crypto/openssl: support EDDSA
    ` [PATCH v4 3/6] crypto/cnxk: "
    ` [PATCH v4 4/6] test/crypto: add asymmetric EDDSA test cases
    ` [PATCH v4 5/6] examples/fips_validation: support EDDSA
    ` [PATCH v4 6/6] app/crypto-perf: "

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

[PATCH v11 1/7] buildtools/chkincs: relax C linkage requirement
 2024-10-03 16:47 UTC  (4+ messages)
` [PATCH v12 0/7] Improve EAL bit operations API
  ` [PATCH v12 1/7] buildtools/chkincs: relax C linkage requirement

[PATCH] eventdev: replace zero-length-array
 2024-10-03 16:41 UTC  (3+ messages)

[PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-03 16:33 UTC  (2+ messages)
` [PATCH v1 "

[dpdk-dev] [PATCH 00/10] fixes for clean code
 2024-10-03 16:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH 10/10] net/bonding: fix configuration assignment overflow

[PATCH] child process synchronization NIC startup parameters
 2024-10-03 16:00 UTC  (3+ messages)
` [PATCH v2] app/test:subprocess synchronization of parameters

[PATCH 00/33] add Marvell cn20k SOC support for mempool and net
 2024-10-03 15:52 UTC  (3+ messages)
` [PATCH v3 00/18] "

[PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-03 15:51 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] service: avoid worker lcore exit deadlock
 2024-10-03 15:50 UTC  (5+ messages)
` [PATCH v2] service: fix deadlock on worker lcore exit

[RFC v2 1/1] dmadev: support priority configuration
 2024-10-03 15:48 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v4 "
    ` [EXTERNAL] "

[PATCH 1/2] timer/linux: lower rounding of tsc estimation to 10KHz
 2024-10-03 15:14 UTC  (16+ messages)
` [PATCH v4 0/2] Improve TSC frequency accuracy
  ` [PATCH v4 1/2] timer: lower rounding of TSC estimation to 100KHz
  ` [PATCH v4 2/2] timer: allow platform to override cpu TSC frequency
` [PATCH v5 0/2] Improve TSC frequency accuracy
  ` [PATCH v5 1/2] timer: lower rounding of TSC estimation to 100KHz
  ` [PATCH v5 2/2] timer: allow platform to override cpu TSC frequency

[PATCH 1/3] cryptodev: add ec points to sm2 op
 2024-10-03 14:39 UTC  (3+ messages)
` [PATCH v2] "
  ` [EXTERNAL] "

[PATCH v2] ipsec: allow stateless IPsec processing
 2024-10-03 13:45 UTC  (3+ messages)
` [PATCH v3 1/2] "
  ` [PATCH v3 2/2] test/ipsec: add unit test for stateless processing

[PATCH 01/20] common/cnxk: implement SSO HW info
 2024-10-03 13:22 UTC  (20+ messages)
` [PATCH 02/20] event/cnxk: add CN20K specific device probe
` [PATCH 03/20] event/cnxk: add CN20K device config
` [PATCH 04/20] event/cnxk: add CN20k event queue config
` [PATCH 05/20] event/cnxk: add CN20K event port configuration
` [PATCH 06/20] event/cnxk: add CN20K SSO enqueue fast path
` [PATCH 07/20] event/cnxk: add CN20K SSO dequeue "
` [PATCH 08/20] event/cnxk: add CN20K event port quiesce
` [PATCH 09/20] event/cnxk: add CN20K event port profile switch
` [PATCH 10/20] event/cnxk: add CN20K device start
` [PATCH 11/20] event/cnxk: add CN20K device stop and close
` [PATCH 12/20] event/cnxk: add CN20K xstats, selftest and dump
` [PATCH 13/20] event/cnxk: support CN20K Rx adapter
` [PATCH 14/20] event/cnxk: support CN20K Rx adapter fast path
` [PATCH 15/20] event/cnxk: support CN20K Tx adapter
` [PATCH 16/20] event/cnxk: support CN20K Tx adapter fast path
` [PATCH 17/20] common/cnxk: add SSO event aggregator
` [PATCH 18/20] event/cnxk: add Rx/Tx event vector support
` [PATCH 19/20] common/cnxk: update timer base code
` [PATCH 20/20] event/cnxk: add CN20K timer adapter

[PATCH 0/2] Fix race in ethdev telemetry
 2024-10-03 12:43 UTC  (17+ messages)
` [PATCH 1/2] ethdev: expose telemetry dump command for Windows
` [PATCH 2/2] ethdev: fix race on ports for telemetry commands
` [PATCH dpdk v2 0/2] Fix race in ethdev telemetry
` [PATCH dpdk v2 1/2] telemetry: add api to register command with private argument
` [PATCH dpdk v2 2/2] ethdev: fix potential race in telemetry endpoints

[PATCH v5 1/6] net/octeon_ep: add missing vector API header include
 2024-10-03 11:46 UTC  (4+ messages)
` [PATCH v6 0/7] Optionally have rte_memcpy delegate to compiler memcpy
  ` [PATCH v6 7/7] vhost: optimize memcpy routines when cc memcpy is used

[PATCH] config/riscv: name the cross file properly
 2024-10-03 11:44 UTC  (3+ messages)

[PATCH v3] common/cnxk: fix IRQ reconfiguration
 2024-10-03 11:25 UTC  (3+ messages)
` [PATCH v4] "

DPDK Release Status Meeting 2024-10-03
 2024-10-03 10:43 UTC 

[PATCH] test/security: skip IPsec post process for negative tests
 2024-10-03 10:37 UTC 

[PATCH 1/1] common/cnxk: updated loglevel from NOTICE to INFO
 2024-10-03 10:17 UTC  (3+ messages)
` [PATCH v2 1/1] common/cnxk: fix "

[PATCH] service: extend service function call statistics
 2024-10-03  9:53 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v4] usertools: add check for IOMMU support in dpdk-devbind
 2024-10-03  9:27 UTC  (3+ messages)
` [PATCH] usertools/devbind: add support for non-IOMMU mode

[PATCH v2] vhost: restrict set max queue pair API to VDUSE
 2024-10-03  9:22 UTC  (2+ messages)

[PATCH 1/2] eal/linux: fix VFIO hotplug with multiprocess
 2024-10-03  8:25 UTC  (4+ messages)

[PATCH v2 1/1] net/octeon_ep: add device removal event callback
 2024-10-03  8:06 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v2 01/17] net/cnxk: added telemetry support do dump SA information
 2024-10-03  7:24 UTC  (3+ messages)
` [PATCH v2 17/17] event/cnxk: handle inbound out of place processing

[PATCH] [RFC] cryptodev: replace LIST_END enumerators with APIs
 2024-10-03  7:00 UTC  (6+ messages)

[PATCH] vhost: restrict set max queue pair API to VDUSE
 2024-10-03  6:47 UTC  (2+ messages)

[PATCH] service: reintroduce test dummy service delay
 2024-10-03  6:42 UTC  (2+ messages)

[PATCH 00/16] Fix allocation issues and add hardening
 2024-10-03  5:52 UTC  (45+ messages)
` [PATCH v4 00/17] Fix allocation bugs and hardening for rte_malloc
  ` [PATCH v4 17/17] eal: add function attributes for allocation functions
` [PATCH v6 00/17] Fix allocation related bugs and catch future bugs
  ` [PATCH v6 01/17] memzone: fix use after free in tracing
  ` [PATCH v6 02/17] cryptodev/bcmfs: fix mis-matched free
  ` [PATCH v6 03/17] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v6 04/17] event/cnxk: fix pointer mismatch "
  ` [PATCH v6 05/17] examples/vhost: fix free function mismatch
  ` [PATCH v6 06/17] net/cnxk: fix use-after-free
  ` [PATCH v6 07/17] bpf: fix free mismatch if convert fails
  ` [PATCH v6 08/17] net/e1000: fix use-after-free
  ` [PATCH v6 09/17] net/sfc: fix use-after-free warning messages
  ` [PATCH v6 10/17] net/cpfl: fix free of nonheap object
  ` [PATCH v6 11/17] net/nfp: fix duplicate call to rte_free
  ` [PATCH v6 12/17] raw/ifpga/base: fix use after free
  ` [PATCH v6 13/17] common/qat: "
  ` [PATCH v6 14/17] drivers/ifpga: fix free function mismatch
  ` [PATCH v6 15/17] baseband/la12xx: prevent use after free
  ` [PATCH v6 16/17] common/idpf: fix use after free due
  ` [PATCH v6 17/17] eal: add function attributes for allocation functions
` [PATCH v7 00/16] Fix allocation bugs and prevent future ones
  ` [PATCH v7 01/16] memzone: fix use after free in tracing
  ` [PATCH v7 02/16] cryptodev/bcmfs: fix mis-matched free
  ` [PATCH v7 03/16] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v7 04/16] event/cnxk: fix pointer mismatch "
    ` [EXTERNAL] "
  ` [PATCH v7 05/16] examples/vhost: fix free function mismatch
  ` [PATCH v7 06/16] net/cnxk: fix use-after-free
  ` [PATCH v7 07/16] bpf: fix free mismatch if convert fails
  ` [PATCH v7 08/16] net/e1000: fix use-after-free
  ` [PATCH v7 09/16] net/sfc: fix use-after-free warning messages
  ` [PATCH v7 10/16] net/cpfl: fix free of nonheap object
  ` [PATCH v7 11/16] net/nfp: fix duplicate call to rte_free
  ` [PATCH v7 12/16] raw/ifpga/base: fix use after free
  ` [PATCH v7 13/16] common/qat: "
  ` [PATCH v7 14/16] drivers/ifpga: fix free function mismatch
  ` [PATCH v7 15/16] baseband/la12xx: prevent use after free
  ` [PATCH v7 16/16] common/idpf: fix use after free due

[PATCH v3 0/6] Introduce event pre-scheduling
 2024-10-03  5:46 UTC  (4+ messages)
` [PATCH v4 "
    ` [EXTERNAL] "

[PATCH] trace: take live traces via telemetry
 2024-10-02 17:11 UTC  (4+ messages)
` [PATCH v3 0/4] Telemetry support for traces
  ` [PATCH v3 2/4] telemetry: extend valid command characters

[PATCH v1] docs: update l3fwd sample app docs
 2024-10-02 16:59 UTC  (2+ messages)

[PATCH v2] eal/linux: enable the hugepage mem dump
 2024-10-02 16:46 UTC  (2+ messages)

[RFC 0/3] enable hairpin queue
 2024-10-02 16:41 UTC  (3+ messages)
` [RFC 1/3] net/idpf: add support for CPF

[PATCH] build: make headroom and max memzones configurable
 2024-10-02 16:29 UTC  (2+ messages)

[PATCH] eal: add build-time option to omit trace
 2024-10-02 16:17 UTC  (13+ messages)
` [PATCH v4] "

[RFC PATCH] mempool: obey configured cache size
 2024-10-02 15:00 UTC  (4+ messages)
` [RFC PATCH v15] mempool: fix mempool "
` [RFC PATCH v16] "
` [RFC PATCH v17] "

[PATCH v2 0/3] net: add thread-safe crc api
 2024-10-02  9:16 UTC  (6+ messages)
` [PATCH v2 1/3] "

[PATCH v3 00/47] TruFlow update for Thor2
 2024-10-01  5:58 UTC  (14+ messages)
` [PATCH v3 11/47] net/bnxt: tfc: support tf-core "
` [PATCH v3 12/47] net/bnxt: tf_ulp: add vxlan-gpe base support
` [PATCH v3 17/47] net/bnxt: tf_ulp: support for Thor2 ulp layer
` [PATCH v3 18/47] net/bnxt: tf_ulp: add support for overlapping flows
` [PATCH v3 20/47] net/bnxt: tf_ulp: add feature bit support
` [PATCH v3 22/47] net/bnxt: tf_ulp: update template files
` [PATCH v3 24/47] net/bnxt: tf_ulp: add support for tunnel flow stats
` [PATCH v3 31/47] net/bnxt: tf_ulp: add jump action support
` [PATCH v3 33/47] net/bnxt: tf_ulp: support for dynamic tunnel ports
` [PATCH v3 37/47] net/bnxt: tf_ulp: add track type feature to tables
` [PATCH v3 40/47] net/bnxt: tf_ulp: update template files
` [PATCH v3 43/47] "
` [PATCH v3 46/47] net/bnxt: "

[PATCH 0/7] DTS external DPDK build
 2024-09-30 16:02 UTC  (8+ messages)
` [PATCH 1/7] dts: rename build target to "
` [PATCH 2/7] dts: one dpdk build per test run
` [PATCH 3/7] dts: fix remote session file transfer vars
` [PATCH 4/7] dts: add the ability to copy directories via remote
` [PATCH 5/7] dts: add support for externally compiled DPDK
` [PATCH 6/7] doc: update argument options for external DPDK build
` [PATCH 7/7] dts: remove git ref option

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