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

[PATCH 1/2] drivers: replace printf with log macros
 2023-02-15 17:17 UTC  (4+ messages)
` [PATCH 2/2] drivers: replace printf with fprintf for debug functions

[PATCH] malloc: fix malloc performance may becomes worse as the number of malloc increases
 2023-02-15 17:16 UTC  (4+ messages)

[PATCH v2 00/16] test/bbdev: changes for 23.03
 2023-02-15 17:09 UTC  (17+ 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 v2 08/16] test/bbdev: add support for BLER for 4G
` [PATCH v2 09/16] test/bbdev: extend support for large TB
` [PATCH v2 10/16] test/bbdev: adjustment for soft output
` [PATCH v2 11/16] test/bbdev: expose warning counters
` [PATCH v2 12/16] test/bbdev: remove check for invalid opaque data
` [PATCH v2 13/16] test/bbdev: remove iteration count check
` [PATCH v2 14/16] test/bbdev: use mbuf reset function
` [PATCH v2 15/16] test/bbdev: remove max iteration from vectors
` [PATCH v2 16/16] test/bbdev: remove iter count from bler test

[dpdk-dev] [PATCH v2 00/12] mldev: introduce machine learning device library
 2023-02-15 17:03 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "

[PATCH v4] net/af_xdp: AF_XDP PMD CNI Integration
 2023-02-15 16:30 UTC  (4+ messages)
` [PATCH v5] net/af_xdp: support "
  ` [PATCH v6] "

[PATCH V4 0/5] app/testpmd: support mulitple process attach and detach port
 2023-02-15 16:09 UTC  (5+ messages)
  ` [PATCH V4 1/5] drivers/bus: restore driver assignment at front of probing

[PATCH v2] eal: cleanup alarm and multiprocess hotplug before memory detach
 2023-02-15 15:08 UTC  (2+ messages)

DPDK rte flow raw encap & decap actions
 2023-02-15 15:07 UTC  (2+ messages)

[PATCH] malloc: enhance NUMA affinity heuristic
 2023-02-15 14:47 UTC  (4+ messages)
` [PATCH v5] "

[PATCH v5 00/21] add support for cpfl PMD in DPDK
 2023-02-15 14:04 UTC  (3+ messages)
` [PATCH v6 "

[PATCH] net/nfp: fix the incorrect vni of VXLAN encap action
 2023-02-15 14:01 UTC  (2+ messages)

[PATCH] net/nfp: support 48-bit DMA address for firmware with NFDk
 2023-02-15 13:42 UTC  (2+ messages)

[PATCH] doc: update NFP documentation with Corigine information
 2023-02-15 13:37 UTC  (2+ messages)

[PATCH 1/9] ethdev: sharing indirect actions between ports
 2023-02-15 13:29 UTC  (3+ messages)
` [PATCH v4 0/5] net/mlx5: sharing indirect actions between port

[PATCH v1 00/37] Implementation of ML CNXK driver
 2023-02-15 12:34 UTC  (8+ messages)
` [PATCH v5 00/39] "
  ` [PATCH v5 32/39] ml/cnxk: enable support to get xstats in cycles
  ` [PATCH v5 38/39] ml/cnxk: add user guide for marvell cnxk ml driver
  ` [PATCH v5 39/39] ml/cnxk: enable support for configurable ocm page

[PATCH v1 00/12] implement mldev test application
 2023-02-15 12:26 UTC  (6+ messages)
` [PATCH v4 00/12] Implementation of "
  ` [PATCH v4 01/12] app/mldev: implement test framework for mldev
  ` [PATCH v4 12/12] app/mldev: add documentation for mldev test cases

[PATCH v3] net/mlx5: support live migration
 2023-02-15 12:03 UTC 

[PATCH v2] net/mlx5: support live migration
 2023-02-15 11:59 UTC 

[PATCH 0/5] dma/ioat: fix issues with stopping and restarting device
 2023-02-15 11:58 UTC  (19+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dma/ioat: fix device stop if no copies done
  ` [PATCH v2 2/6] dma/ioat: fix incorrectly set indexes after restart
  ` [PATCH v2 3/6] dma/ioat: fix incorrect error reporting on restart
  ` [PATCH v2 4/6] test/dmadev: check result for device stop
  ` [PATCH v2 5/6] test/dmadev: create separate function for single copy test
  ` [PATCH v2 6/6] test/dmadev: add tests for stopping and restarting dev

[PATCH v1] net/mlx5: support live migration
 2023-02-15 11:54 UTC 

[PATCH v1 0/6] add flex item implementation
 2023-02-15 11:52 UTC  (7+ messages)
` [PATCH v1 1/6] net/mlx5: enable hws flex item create
` [PATCH v1 2/6] net/mlx5: add IPv6 protocol as flex item input
` [PATCH v1 3/6] net/mlx5/hws: add hws flex item matching support
` [PATCH v1 4/6] net/mlx5: add flex item modify field implementation
` [PATCH v1 5/6] net/mlx5: return error for sws modify field
` [PATCH v1 6/6] doc/mlx5: update mlx5 doc

[PATCH v3 0/2] add new PHY affinity in the flow item and Tx queue API
 2023-02-15 11:41 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] ethdev: introduce the PHY affinity field in "
` [PATCH v5 0/2] Added support for Tx queue mapping with an aggregated port
  ` [PATCH v5 1/2] ethdev: introduce the Tx map API for aggregated ports
  ` [PATCH v5 2/2] ethdev: add Aggregated affinity match item

[PATCH] hash: add XOR32 hash function
 2023-02-15 11:39 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2] bus: add platform bus
 2023-02-15 11:10 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/8] Wangxun fixes and new supports
 2023-02-15 10:24 UTC  (11+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] net/ngbe: fix Rx buffer size in configure register
` [PATCH v3] net/txgbe: "

[PATCH v2 1/5] net/mlx5: adopt IPv6 routing extension prm definition
 2023-02-15 10:12 UTC  (8+ messages)
` [PATCH v3 0/5] add IPv6 routing extension implementation
  ` [PATCH v3 1/5] net/mlx5: adopt IPv6 routing extension prm definition
  ` [PATCH v3 2/5] net/mlx5/hws: Definer, add mlx5dr context to definer_conv_data
  ` [PATCH v3 3/5] net/mlx5/hws: add IPv6 routing extension matching support
  ` [PATCH v3 4/5] net/mlx5/hws: add modify IPv6 protocol implementation
  ` [PATCH v3 5/5] doc/mlx5: add IPv6 routing extension matching docs

[PATCH 3/3] net/gve: add standard and extended statistics
 2023-02-15 10:10 UTC 

[PATCH] net/sfc: enforce fate action in transfer flow rules
 2023-02-15 10:03 UTC  (3+ messages)

[PATCH v7 1/3] ethdev: skip congestion management configuration
 2023-02-15 10:00 UTC  (14+ messages)
` [PATCH v8 1/4] "
  ` [PATCH v8 2/4] app/testpmd: add skip cman support for testpmd
  ` [PATCH v8 3/4] net/cnxk: skip red drop for ingress policer
  ` [PATCH v8 4/4] doc: update release notes for 23_03.rst
  ` [PATCH v9 1/3] ethdev: skip congestion management configuration
    ` [PATCH v9 2/3] app/testpmd: add skip cman support for testpmd
    ` [PATCH v9 3/3] net/cnxk: skip red drop for ingress policer

[PATCH v2 0/5] remove internal tracepoints from version map
 2023-02-15  9:42 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/5] mempool: "
  ` [PATCH v3 2/5] cryptodev: "
  ` [PATCH v3 3/5] eal: "
  ` [PATCH v3 4/5] ethdev: "
  ` [PATCH v3 5/5] eventdev: "

[dpdk-dev] [PATCH] common/cnxk: support IPv6 field hash in RTE Flow
 2023-02-15  6:22 UTC  (2+ messages)

[PATCH v5 0/5] support dmadev/ethdev stats reset
 2023-02-15  3:19 UTC  (4+ messages)
` [PATCH v5 0/2] "
  ` [PATCH v5 2/2] ethdev: support xstats reset telemetry command

[PATCH v3 0/2] add ring telemetry cmds
 2023-02-15  3:04 UTC  (5+ messages)
` [PATCH v4 0/3] add telemetry cmds for ring
  ` [PATCH v4 3/3] ring: add telemetry cmd for ring info

[PATCH] net/sfc: fix MAC address entry leak in transfer flow parsing
 2023-02-14 18:50 UTC  (3+ messages)

[PATCH 0/6] Testpmd code cleanup
 2023-02-14 18:22 UTC  (17+ messages)
` [PATCH 1/6] app/testpmd: factorize core cycles record
` [PATCH 2/6] app/testpmd: don't send unprepared packets
` [PATCH 3/6] app/testpmd: bulk free mbufs
` [PATCH 4/6] app/testpmd: factorize fwd engine init
` [PATCH 5/6] app/testpmd: factorize fwd engine Rx
` [PATCH 6/6] app/testpmd: factorize fwd engine Tx

[dpdk-dev] [PATCH 0/4] cryptodev and security ABI improvements
 2023-02-14 18:05 UTC  (9+ messages)
` [dpdk-dev] [PATCH 2/4] cryptodev: promote asym APIs to stable
            ` [EXT] "

[PATCH v2 0/4] compressdev: add LZ4 support
 2023-02-14 17:40 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] app/test-compress-perf: allow test single compress operation
    ` [EXT] "
  ` [PATCH v3 3/4] app/test-compress-perf: add algo option
    ` [EXT] "
  ` [PATCH v4 0/4] compressdev: add LZ4 support
    ` [PATCH v4 1/4] compressdev: add LZ4 algorithm support
    ` [PATCH v4 2/4] app/test-compress-perf: fix some typos
    ` [PATCH v4 3/4] app/test-compress-perf: fix missing test single compress op
    ` [PATCH v4 4/4] app/test-compress-perf: add algo option

[PATCH 0/2] add VXLAN inner TSO with noudpcsum support for NFP cards
 2023-02-14 15:23 UTC  (2+ messages)

[RFC]: mempool: zero-copy cache get bulk
 2023-02-14 14:16 UTC  (8+ messages)
` [PATCH v8] mempool cache: add zero-copy get and put functions

[PATCH] net/nfp: refresh function comment
 2023-02-14 13:41 UTC  (2+ messages)

[PATCH] net/sfc: avoid unnecessary flow pattern item traversal
 2023-02-14 13:39 UTC  (2+ messages)

[PATCH v5 1/3] ethdev: skip congestion management configuration
 2023-02-14 13:12 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 2/3] app/testpmd: add skip cman support for testpmd

[PATCH] ethdev: telemetry xstats support hide zero
 2023-02-14 12:59 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/6] net/hns3: some code optimization for Rx/Tx function
 2023-02-14 11:54 UTC  (2+ messages)

[PATCH 0/1] add port to port feature for CPFL PMD
 2023-02-14 11:38 UTC  (7+ messages)
` [PATCH v2 0/5] add port to port feature
  ` [PATCH v2 1/5] net/cpfl: add some structure for hairpin queue
  ` [PATCH v2 2/5] net/cpfl: update device initialization "
  ` [PATCH v2 3/5] net/cpfl: add hairpin queue enable and setup
  ` [PATCH v2 4/5] net/cpfl: support hairpin queue start and stop
  ` [PATCH v2 5/5] net/cpfl: adjust RSS LUT to exclude hairpin queue

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

[PATCH] doc: rebuild all Sphinx guides
 2023-02-14 11:31 UTC  (4+ messages)

[PATCH] disable lock annotation with clang 3.4.2
 2023-02-14 11:27 UTC  (4+ messages)

[PATCH] net/hns3: support disable IOVA as PA mode
 2023-02-14 11:09 UTC  (2+ messages)

[PATCH] net/ice: fix ice dcf contrl thread crash
 2023-02-14 11:03 UTC  (3+ messages)
` [PATCH v2] net/ice: fix ice dcf control "

[PATCH v2 1/2] net/i40e: replace put function
 2023-02-14  8:50 UTC  (4+ messages)
` [PATCH v3 0/2] Integrated mempool cache zero-copy API's
  ` [PATCH v3 1/2] net/i40e: replace put function

[PATCH 1/5] net/mlx5/hws: fix alias_rtc_0 print location in debug dump
 2023-02-14  8:28 UTC  (3+ messages)
` [v2 "

[PATCH 1/2] net/ice/base: add ability to set markid via switch filter
 2023-02-14  5:23 UTC  (2+ messages)
` [PATCH 2/2] net/ice: support mark action in switch

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