DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] net/ice: fix ice dcf contrl thread crash
 2023-02-21  0:29 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v2] net/ice: fix ice dcf control "

[RFC 00/13] Replace static logtypes with static
 2023-02-20 23:35 UTC  (24+ messages)
` [PATCH v8 00/22] Convert static logtypes in libraries
  ` [PATCH v8 01/22] gso: don't log message on non TCP/UDP
  ` [PATCH v8 02/22] eal: drop no longer used GSO logtype
  ` [PATCH v8 03/22] log: drop unused RTE_LOGTYPE_TIMER
  ` [PATCH v8 04/22] efd: replace RTE_LOGTYPE_EFD with dynamic type
  ` [PATCH v8 05/22] mbuf: replace RTE_LOGTYPE_MBUF "
  ` [PATCH v8 06/22] acl: replace LOGTYPE_ACL "
  ` [PATCH v8 07/22] examples/power: replace use of RTE_LOGTYPE_POWER
  ` [PATCH v8 08/22] examples/l3fwd-power: "
  ` [PATCH v8 09/22] power: replace RTE_LOGTYPE_POWER with dynamic type
  ` [PATCH v8 10/22] ring: replace RTE_LOGTYPE_RING "
  ` [PATCH v8 11/22] mempool: replace RTE_LOGTYPE_MEMPOOL "
  ` [PATCH v8 12/22] lpm: replace RTE_LOGTYPE_LPM with dynamic types
  ` [PATCH v8 13/22] kni: replace RTE_LOGTYPE_KNI with dynamic type
  ` [PATCH v8 14/22] sched: replace RTE_LOGTYPE_SCHED "
  ` [PATCH v8 15/22] examples/ipsecgw: replace RTE_LOGTYPE_PORT
  ` [PATCH v8 16/22] port: replace RTE_LOGTYPE_PORT with dynamic type
  ` [PATCH v8 17/22] table: convert RTE_LOGTYPE_TABLE to dynamic logtype
  ` [PATCH v8 18/22] app/test: remove use of RTE_LOGTYPE_PIPELINE
  ` [PATCH v8 19/22] pipeline: replace RTE_LOGTYPE_PIPELINE with dynamic type
  ` [PATCH v8 20/22] hash: move rte_thash_gfni stubs out of header file
  ` [PATCH v8 21/22] hash: move rte_hash_set_alg out header
  ` [PATCH v8 22/22] hash: convert RTE_LOGTYPE_HASH to dynamic type

[PATCH 1/3] net/ark: support secondary process
 2023-02-20 23:21 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] net/ark: support for single function with multiple port
` [PATCH v3 1/2] net/ark: limited support for secondary processes
  ` [PATCH v3 2/2] net/ark: support for single function with multiple port

[PATCH v2] hash: add XOR32 hash function
 2023-02-20 23:04 UTC  (14+ messages)
` [PATCH v3] "

[PATCH] net/gve: fix Rx no mbufs stats counter update
 2023-02-20 22:57 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3 1/2] "
    ` [PATCH v3 2/2] net/gve: add Rx/Tx queue stats as extended stats

[PATCH] net/gve: add Rx/Tx queue stats as extended stats
 2023-02-20 21:02 UTC 

[PATCH v10 0/4] add support for self monitoring
 2023-02-20 20:42 UTC  (11+ messages)
` [PATCH v11 "
  ` [PATCH v11 1/4] lib: add generic support for reading PMU events
      ` [EXT] "

[PATCH v2 00/16] test/bbdev: changes for 23.03
 2023-02-20 20:21 UTC  (16+ messages)
` [PATCH v2 01/16] test/bbdev: fix seg fault for non supported HARQ len
` [PATCH v2 02/16] test/bbdev: extend HARQ tolerance
` [PATCH v2 03/16] test/bbdev: refactor TB throughput report
` [PATCH v2 04/16] test/bbdev: add timeout for latency tests
` [PATCH v2 05/16] test/bbdev: enable early termination for validation
` [PATCH v2 06/16] test/bbdev: report device status in test-bbdev
` [PATCH v2 07/16] test/bbdev: test start/stop bbdev API

[PATCH] app/testpmd: fix template action mask parsing
 2023-02-20 19:18 UTC 

[PATCH 0/5] Fix use of RTE_LOGTYPE_USER1 in libraries
 2023-02-20 18:50 UTC  (7+ messages)
` [PATCH v6 0/5] Replace "
  ` [PATCH v6 1/5] ip_frag: use a dynamic logtype
  ` [PATCH v6 2/5] reorder: "
  ` [PATCH v6 3/5] latencystats: use "
  ` [PATCH v6 4/5] vhost: use logtype instead of RTE_LOGTYPE_USER1
  ` [PATCH v6 5/5] ipsec: fix usage "

[PATCH 0/6] Testpmd code cleanup
 2023-02-20 18:45 UTC  (28+ messages)
` [PATCH 6/6] app/testpmd: factorize fwd engine Tx
` [PATCH v2 0/9] Testpmd code cleanup
  ` [PATCH v2 1/9] app/testpmd: fix Tx preparation in checksum engine
  ` [PATCH v2 2/9] app/testpmd: fix packet count in ieee15888 engine
  ` [PATCH v2 3/9] app/testpmd: rework ieee1588 engine fwd configuration
  ` [PATCH v2 4/9] app/testpmd: fix packet transmission in noisy VNF engine
  ` [PATCH v2 5/9] app/testpmd: bulk free mbufs
  ` [PATCH v2 6/9] app/testpmd: factorize core cycles record
  ` [PATCH v2 7/9] app/testpmd: factorize fwd engine init
  ` [PATCH v2 8/9] app/testpmd: factorize fwd engine Rx
  ` [PATCH v2 9/9] app/testpmd: factorize fwd engine Tx
` [PATCH v3 0/9] Testpmd code cleanup
  ` [PATCH v3 1/9] app/testpmd: fix Tx preparation in checksum engine
  ` [PATCH v3 2/9] app/testpmd: fix packet count in ieee15888 engine
  ` [PATCH v3 3/9] app/testpmd: rework ieee1588 engine fwd configuration
  ` [PATCH v3 4/9] app/testpmd: fix packet transmission in noisy VNF engine
  ` [PATCH v3 5/9] app/testpmd: bulk free mbufs
  ` [PATCH v3 6/9] app/testpmd: factorize core cycles record
  ` [PATCH v3 7/9] app/testpmd: factorize fwd engine init
  ` [PATCH v3 8/9] app/testpmd: factorize fwd engine Rx
  ` [PATCH v3 9/9] app/testpmd: factorize fwd engine Tx

[PATCH] ipsec_mb: expect ENOTSUP in ipsec_mb_create()
 2023-02-20 17:13 UTC 

release candidate 23.03-rc1
 2023-02-20 16:48 UTC 

[PATCH] ethdev: initialize id in eth_representor_cmp()
 2023-02-20 16:44 UTC 

[PATCH 0/3] refactor the nfp log subsystem
 2023-02-20 16:32 UTC  (8+ messages)
` [PATCH 2/3] net/nfp: get rid of the usage of RTE log level type

[PATCH 0/2] enhance bonding PMD to support the LACP negotiation
 2023-02-20 16:31 UTC  (5+ messages)
` [PATCH 1/2] net/bonding: add independent LACP sending function

[PATCH 1/2] net/mana: add version information for dependencies
 2023-02-20 15:52 UTC  (2+ messages)

[PATCH 0/3] reorder: introduce new APIs
 2023-02-20 15:48 UTC  (10+ messages)
` [PATCH 1/3] reorder: add new drain up to seq number API
` [PATCH 3/3] test/reorder: add cases to cover new API
` [PATCH v2 0/2] reorder: introduce new APIs
  ` [PATCH v2 1/2] reorder: add new drain up to seq number API
  ` [PATCH v2 2/2] reorder: add ability to set min sequence number

[PATCH 1/2] net/gve: change offloading capability
 2023-02-20 15:43 UTC  (3+ messages)

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-02-20 15:43 UTC  (13+ messages)
` [PATCH v1 04/13] test/bbdev: early termination not explicit set
` [PATCH v1 07/13] test/bbdev: add support for BLER for 4G
` [PATCH v1 08/13] test/bbdev: extend support for large TB

[PATCH 0/4] small fixes and improvements for qos_sched example
 2023-02-20 15:41 UTC  (2+ messages)

[PATCH] net/hns3: support disable IOVA as PA mode
 2023-02-20 15:40 UTC  (17+ messages)
` [PATCH v2] net/hns3: support IOVA as VA

[PATCH v2 0/2] DPDK Coverity issue 381631, 381646
 2023-02-20 15:37 UTC  (5+ messages)
` [PATCH v2 1/2] baseband/acc: fix check after deref and dead code
` [PATCH v2 2/2] baseband/acc: add check for empty queue

[PATCH] doc: fix reference to event timer header
 2023-02-20 14:47 UTC 

[PATCH v2 0/5] remove internal tracepoints from version map
 2023-02-20 14:39 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v1 00/13] graph enhancement for multi-core dispatch
 2023-02-20 14:20 UTC  (20+ messages)
` [PATCH v1 01/13] graph: split graph worker into common and default model
` [PATCH v1 02/13] graph: move node process into inline function
` [PATCH v1 03/13] graph: add macro to walk on graph circular buffer
` [PATCH v1 04/13] graph: add get/set graph worker model APIs
` [PATCH v1 05/13] graph: introduce core affinity API
` [PATCH v1 06/13] graph: introduce graph "
` [PATCH v1 08/13] graph: introduce stream moving cross cores
` [PATCH v1 13/13] examples/l3fwd-graph: introduce generic worker model

[PATCH v1 0/5] remove internal tracepoints from version map
 2023-02-20 14:18 UTC  (9+ messages)
` [PATCH v1 1/5] mempool: "
    ` [EXT] "

[PATCH] net/nfp: support 48-bit DMA address for firmware with NFDk
 2023-02-20 14:02 UTC  (3+ messages)
` [PATCH v2] net/nfp: fix 48-bit DMA address support for NFDk

[PATCH 1/2] net/i40e: replace put function
 2023-02-20 13:52 UTC  (4+ messages)
` [PATCH v2 2/2] test/mempool: add zero-copy API's

[PATCH] mempool:Add monitor dump for memory pool
 2023-02-20 13:43 UTC  (3+ messages)

[PATCH v3 00/10] dts: add hello world testcase
 2023-02-20 13:24 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/10] dts: add node and os abstractions

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2023-02-20 13:05 UTC  (4+ messages)
` [PATCH v5 2/2] ethdev: support xstats reset telemetry command

[PATCH v3 0/2] add ring telemetry cmds
 2023-02-20 12:55 UTC  (4+ messages)
` [PATCH v4 0/3] add telemetry cmds for ring
  ` [PATCH v4 3/3] ring: add telemetry cmd for ring info

[PATCH v2 1/2] mailmap: add contributor to list
 2023-02-20 12:51 UTC  (4+ messages)
` [PATCH v3 1/1] app/test-flow-perf: fix division or module by zero

[PATCH] app/testpmd: fix secondary process not forwarding
 2023-02-20 12:45 UTC  (8+ messages)

[PATCH] doc: update NFP documentation with Corigine information
 2023-02-20 12:25 UTC  (6+ messages)
` [PATCH v2 0/3] update NFP documentation
  ` [PATCH v2 1/3] doc: wrap nfp doc to 80 characters and improve grammar
  ` [PATCH v2 2/3] doc: update outdated information for the nfp PMD
  ` [PATCH v2 3/3] doc: add Corigine information to nfp documentation

[PATCH v1 0/3] Enable PMD power management on Arm
 2023-02-20 12:07 UTC  (9+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 2/2] eal: add power mgmt support "
      ` 回复: "
` [PATCH v6 0/2] Enable PMD power management "
  ` [PATCH v6 1/2] eal: add 8 bits case for wait scheme
  ` [PATCH v6 2/2] eal: add power mgmt support on Arm

[PATCH] examples/cmdline: fix build error with gcc 12
 2023-02-20 11:44 UTC  (4+ messages)

[PATCH v6] mem: telemetry support for memseg and element information
 2023-02-20 11:10 UTC  (3+ messages)
` [PATCH v7] "

[PATCH 0/2] *** Memory Allocation: Fixes ignore_msk during find_next_n() in fb_array library***
 2023-02-20 11:03 UTC  (2+ messages)

[PATCH] malloc: fix malloc performance may becomes worse as the number of malloc increases
 2023-02-20 10:59 UTC  (2+ messages)

[PATCH v2] bus: add platform bus
 2023-02-20 10:51 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/4] config/arm: add NVIDIA BlueField-3 platform
 2023-02-20 10:40 UTC  (11+ messages)
` [PATCH v2 0/4] support NVIDIA Bluefield-3 device
  ` [PATCH v2 2/4] config/arm: add NVIDIA BlueField-3 platform
  ` [PATCH v3 0/4] support NVIDIA Bluefield-3 device
    ` [PATCH v3 1/4] mlx: update PCI device IDs names for NVIDIA BlueField NICs
    ` [PATCH v3 2/4] config/arm: add NVIDIA BlueField-3 platform
    ` [PATCH v3 3/4] crypto/mlx5: add Bluefield-3 and ConnectX-7 device IDs
    ` [PATCH v3 4/4] doc: update supported devices for NVIDIA NICs

[PATCH v1 00/12] implement mldev test application
 2023-02-20 10:11 UTC  (6+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 06/12] app/mldev: add test case to interleave inferences
  ` [PATCH v4 07/12] app/mldev: enable support for burst inferences

[RFC] net/ice: CVL support double vlan
 2023-02-20  9:50 UTC 

[PATCH 1/2] eventdev: fix race condition in fast-path set function
 2023-02-20  9:44 UTC  (5+ messages)
` [PATCH 2/2] ethdev: fix race condition in fast-path ops setup

[PATCH v5] net/i40e: rework maximum frame size configuration
 2023-02-20  7:59 UTC  (2+ messages)
` [PATCH v6] "

[RFC] eal: use same atomic intrinsics for gcc and clang
 2023-02-20  7:46 UTC  (3+ messages)
` [PATCH] "

[Bug 1159] lib/vhost build failure with clang 3.4.2
 2023-02-20  7:29 UTC  (2+ messages)

[Bug 1161] [dpdk-23.03]virtio_user_as_exceptional_path/vhost_exception_path_with_virtio_user: launch testpmd as virtio-user failed
 2023-02-20  1:50 UTC  (2+ messages)

[PATCH] dma/ioat: remove printf within ioat driver
 2023-02-20  0:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] build: fix invalid characters in toolchain definitions
 2023-02-20  0:20 UTC  (3+ messages)

[PATCH v1 1/3] examples/power: remove empty poll mode from l3fwd-power
 2023-02-19 23:53 UTC  (3+ messages)
` [PATCH v2 0/3] power: remove experimental empty poll API

[PATCH 0/2] lib/reorder: fix drain/free issues
 2023-02-19 23:19 UTC  (2+ messages)

[PATCH v2 0/8] Enable building more libraries on Windows
 2023-02-19 23:14 UTC  (4+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 8/9] pcapng: windows compatibility
  ` [PATCH v4 9/9] table: enable build on Windows

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