DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH 1/2] timer/linux: lower rounding of tsc estimation to 10KHz
 2024-10-03 15:13 UTC  (22+ messages)
` [PATCH v3 0/2] Improve TSC frequency accuracy on Linux
  ` [PATCH v3 2/2] timer/linux/x86: override TSC freq if no tsc_known_freq
` [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] "

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

[PATCH v0 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-03 13:56 UTC  (2+ messages)

[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 v0 1/1] dma/cnxk: support dma queue priority configuration
 2024-10-03 13:24 UTC 

[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] service: avoid worker lcore exit deadlock
 2024-10-03  9:13 UTC  (4+ messages)
` [PATCH v2] service: fix deadlock on worker lcore exit

[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 v2 3/6] crypto/cnxk: support EDDSA
 2024-10-03  6:42 UTC  (4+ messages)
` [PATCH v3 1/6] cryptodev: add EDDSA asymmetric crypto algorithm
  ` [PATCH v3 6/6] app/crypto-perf: support EDDSA

[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  (56+ 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 v5 00/17] Fix allocation related bugs and add attributes
  ` [PATCH v5 03/17] dma/ixd: fix incorrect free function in cleanup
  ` [PATCH v5 11/17] net/nfp: fix duplicate call to rte_free
  ` [PATCH v5 12/17] raw/ifpga/base: fix use after free
  ` [PATCH v5 13/17] common/qat: "
  ` [PATCH v5 14/17] drivers/ifpga: fix free function mismatch
  ` [PATCH v5 15/17] baseband/la12xx: prevent use after free
  ` [PATCH v5 16/17] common/idpf: fix use after free due
  ` [PATCH v5 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  (10+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] crypto/qat: use process safe "
` [PATCH v2 3/3] test/crc: replace thread-unsafe api functions

[PATCH] maintainers: update ena maintainers list
 2024-10-02  8:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove Raveendra Padasalagi
 2024-10-02  7:54 UTC  (4+ messages)

[PATCH v3 0/2] bbdev: dump debug information
 2024-10-02  7:10 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v4 00/18] NXP DPAA ETH driver enhancement and fixes
 2024-10-02  0:41 UTC  (3+ messages)
` [PATCH v5 "

[PATCH] net/gve: fix mbuf allocation memory leak for DQ Rx
 2024-10-01 23:48 UTC 

[PATCH] net/gve: always attempt Rx refill on DQ
 2024-10-01 23:45 UTC 

net/gve: attempt Rx refill even when no packets received on DQ
 2024-10-01 23:28 UTC 

[PATCH] eventdev: replace zero-length-array
 2024-10-01 22:01 UTC 

[PATCH 0/5] dts: Pydantic configuration
 2024-10-01 20:48 UTC  (6+ messages)
` [PATCH 4/5] dts: use TestSuiteSpec class imports
` [PATCH 5/5] dts: add JSON schema generation script

[DPDK/DTS Bug 1557] dts: File permission issues for files copied to /tmp
 2024-10-01 20:42 UTC 

net/netvsc: problem with configuring netvsc port after first port start
 2024-10-01 17:27 UTC  (2+ messages)

[DPDK/DTS Bug 1556] dts: Add setuptools to poetry dependencies
 2024-10-01 16:48 UTC 

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