DPDK patches and discussions
 help / color / mirror / Atom feed
[PATCH] event/cnxk: use WFE LDP loop for getwork routine
 2024-01-21 15:21 UTC  (5+ messages)
` [PATCH v2 1/2] config/arm: allow WFE to be enabled config time
  ` [PATCH v2 2/2] event/cnxk: use WFE LDP loop for getwork routine
  ` [PATCH v3 1/2] config/arm: allow WFE to be enabled config time

[PATCH 1/2] config/arm: avoid mcpu and march conflicts
 2024-01-21  9:36 UTC  (2+ messages)
` [PATCH 2/2] config/arm: add support for fallback march

[RFC] ethdev: introduce entropy calculation
 2024-01-21  9:36 UTC  (5+ messages)

[RFC] mbuf: performance optimization
 2024-01-21  5:32 UTC 

[PATCH] mempool: test performance with larger bursts
 2024-01-21  4:52 UTC 

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-20  8:58 UTC  (6+ messages)
  ` =?gb18030?B?u9i4tKO6IFtQQVRDSF0gbGliL3RlbGVtZXRyeTpmaXggdGVsZW1ldHJ5IGNvbm5zIGxlYWsgaW4gY2FzZSBvZiBzb2NrZXQgd3JpdGUgZmFpbA==?=
` [PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail

[PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-20  8:50 UTC 

[PATCH] [v2]lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-20  8:32 UTC 

[PATCH] common/sfc: replace out of bounds condition with static_assert
 2024-01-20  7:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 1/2] config/arm: fix CN10K minimum march requirement
 2024-01-20  7:09 UTC  (6+ messages)
` [PATCH 2/2] config/arm: add armv9-a march
    ` [EXT] "
  ` [EXT] Re: [PATCH 1/2] config/arm: fix CN10K minimum march requirement

gve: mixes DPDK and Linux versions in compatibility check
 2024-01-20  7:08 UTC  (2+ messages)

[PATCH] net/mana: rename mana_find_pmd_mr() to mana_alloc_pmd_mr()
 2024-01-20  0:55 UTC 

[RFC] eal: use _Static_assert() for RTE_BUILD_BUG_ON
 2024-01-19 22:39 UTC  (37+ messages)
` [PATCH v3 0/5] use static_assert to catch build errors
  ` [PATCH v3 5/5] eal: replace out of bounds VLA with static_assert
` [PATCH v4 0/6] use static assert to cathc build errors
  ` [PATCH v4 1/6] eal: introduce RTE_MIN_T() and RTE_MAX_T() macros
  ` [PATCH v4 2/6] event/opdl: fix non-constant compile time assertion
  ` [PATCH v4 3/6] net/sfc: fix non-constant expression in RTE_BUILD_BUG_ON()
  ` [PATCH v4 4/6] net/i40e: avoid using const variable in assertion
  ` [PATCH v4 5/6] mempool: avoid floating point expression in static assertion
  ` [PATCH v4 6/6] eal: replace out of bounds VLA with static_assert
` [PATCH v5 0/6] use static_assert for build error reports
  ` [PATCH v5 1/6] eal: introduce RTE_MIN_T() and RTE_MAX_T() macros
  ` [PATCH v5 2/6] event/opdl: fix non-constant compile time assertion
  ` [PATCH v5 3/6] net/sfc: fix non-constant expression in RTE_BUILD_BUG_ON()
  ` [PATCH v5 4/6] net/i40e: avoid using const variable in assertion
  ` [PATCH v5 5/6] mempool: avoid floating point expression in static assertion
  ` [PATCH v5 6/6] eal: replace out of bounds VLA with static_assert

[RFC PATCH] eventdev: ensure 16-byte alignment for events
 2024-01-19 22:30 UTC  (9+ messages)
` [PATCH v4] "

[dpdk-dev] [PATCH v3] eal: refactor rte_eal_init into sub-functions
 2024-01-19 22:16 UTC  (3+ messages)

DTS testpmd and SCAPY integration
 2024-01-19 20:01 UTC  (6+ messages)

[PATCH v1] config/arm: correct cpu arch for cross build
 2024-01-19 19:40 UTC  (9+ messages)
` [PATCH v4 0/2] config changes "
  ` [PATCH v4 1/2] config: correct cpu instruction set "
  ` [PATCH v4 2/2] config/arm: use common cpu arch for cross files
      ` [EXT] "

[PATCH v1 0/7] improve eventdev API specification/documentation
 2024-01-19 17:43 UTC  (21+ messages)
` [PATCH v1 1/7] eventdev: improve doxygen introduction text
` [PATCH v1 2/7] eventdev: move text on driver internals to proper section
` [PATCH v1 3/7] eventdev: update documentation on device capability flags
` [PATCH v1 4/7] eventdev: cleanup doxygen comments on info structure
` [PATCH v1 5/7] eventdev: improve function documentation for query fns
` [PATCH v1 6/7] eventdev: improve doxygen comments on configure struct
` [PATCH v1 7/7] eventdev: fix documentation for counting single-link ports
` [PATCH v2 00/11] improve eventdev API specification/documentation
  ` [PATCH v2 01/11] eventdev: improve doxygen introduction text
  ` [PATCH v2 02/11] eventdev: move text on driver internals to proper section
  ` [PATCH v2 03/11] eventdev: update documentation on device capability flags
  ` [PATCH v2 04/11] eventdev: cleanup doxygen comments on info structure
  ` [PATCH v2 05/11] eventdev: improve function documentation for query fns
  ` [PATCH v2 06/11] eventdev: improve doxygen comments on configure struct
  ` [PATCH v2 07/11] eventdev: fix documentation for counting single-link ports
  ` [PATCH v2 08/11] eventdev: improve doxygen comments on config fns
  ` [PATCH v2 09/11] eventdev: improve doxygen comments for control APIs
  ` [PATCH v2 10/11] eventdev: RFC clarify comments on scheduling types
  ` [PATCH v2 11/11] eventdev: RFC clarify docs on event object fields

[PATCH] dts: improve documentation
 2024-01-19 17:29 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH v1] net/tap: fix buffer overflow for ptypes list
 2024-01-19 17:10 UTC  (6+ messages)
` [PATCH v5 1/2] drivers/net: "
  ` [PATCH v5 2/2] drivers/net: return number of types in get supported types

[PATCH] net/gve: Enable stats reporting for GQ format
 2024-01-19 17:09 UTC  (9+ messages)
` [v3] net/gve: enable imissed stats "
` [v4] "

[PATCH 00/26] Replace uses of RTE_LOGTYPE_PMD
 2024-01-19 16:58 UTC  (4+ messages)
` [PATCH v6 00/20] Remove uses of PMD logtype

[PATCH] test/security: add inline IPsec Rx inject test
 2024-01-19 16:56 UTC  (2+ messages)

[PATCH] cryptodev: add a simple mapping cache to speed up ops pool create
 2024-01-19 16:41 UTC 

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-19 16:25 UTC 

[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
 2024-01-19 16:12 UTC 

roadmap & deadlines reminder
 2024-01-19 16:00 UTC 

[PATCH v1] crypto/ipsec_mb: upgrade IPsec Multi-buffer to 1.4
 2024-01-19 11:40 UTC 

[PATCH] devtools: forbid writing to standard output streams
 2024-01-19 11:09 UTC  (2+ messages)

[PATCH] dma/dpaa2: fix logtype register
 2024-01-19 11:08 UTC  (2+ messages)

[PATCH] bus/ifpga: remove dead code
 2024-01-19 11:08 UTC  (2+ messages)

[dpdk-dev] [RFC] ethdev: support Tx queue free descriptor query
 2024-01-19 10:32 UTC  (12+ messages)
` [dpdk-dev] [v1] ethdev: support Tx queue used count
  ` [dpdk-dev] [v2] "

[PATCH v2 1/2] telemetry: correct json empty dictionaries
 2024-01-19  9:56 UTC  (3+ messages)
` [PATCH] "

[RFC] cryptodev: refactor sm2, add plain message flag
 2024-01-19  9:18 UTC  (3+ messages)

[PATCH 00/14] Add TLS record test suite
 2024-01-19  8:55 UTC  (3+ messages)

Comments/Doc error for CRYPTODEV of DPDK
 2024-01-19  8:32 UTC  (5+ messages)
  ` [EXT] "

[PATCH] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment
 2024-01-19  6:36 UTC  (3+ messages)

[PATCH 1/5] common/cnxk: reserve CPT LF for Rx inject
 2024-01-19  5:57 UTC  (5+ messages)
` [PATCH 2/5] net/cnxk: support of "
` [PATCH 3/5] common/cnxk: fix for inline dev pointer check
` [PATCH 4/5] net/cnxk: fix to add reassembly fast path flag
` [PATCH 5/5] net/cnxk: select optimized LLC transaction type

Fwd: DTS WG Meeting Minutes - January 17, 2024
 2024-01-18 20:00 UTC 

DPDK Release Status Meeting 2024-01-18
 2024-01-18 19:59 UTC 

Community CI Meeting Minutes - January 18, 2024
 2024-01-18 19:59 UTC 

[PATCH] maintainers: update for intel PMD
 2024-01-18 19:01 UTC 

[PATCH] net/mana: prevent values overflow returned from RDMA layer
 2024-01-18 18:05 UTC 

[PATCH v2 00/24] Fixes and improvements in crypto cnxk
 2024-01-18 17:06 UTC  (27+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/24] common/cnxk: fix memory leak
  ` [PATCH v3 02/24] crypto/cnxk: use common macro
  ` [PATCH v3 03/24] crypto/cnxk: fallback to SG if headroom is not available
  ` [PATCH v3 04/24] crypto/cnxk: return microcode completion code
  ` [PATCH v3 05/24] crypto/cnxk: fix ECDH pubkey verify in cn9k
  ` [PATCH v3 06/24] crypto/cnxk: enable digest gen for zero len input
  ` [PATCH v3 07/24] crypto/cnxk: enable Rx inject in security lookaside
  ` [PATCH v3 08/24] common/cnxk: add Rx inject configs
  ` [PATCH v3 09/24] crypto/cnxk: Rx inject config update
  ` [PATCH v3 10/24] crypto/cnxk: enable Rx inject for 103
  ` [PATCH v3 11/24] crypto/cnxk: rename security caps as IPsec security caps
  ` [PATCH v3 12/24] common/cnxk: update opad-ipad gen to handle TLS
  ` [PATCH v3 13/24] common/cnxk: add TLS record contexts
  ` [PATCH v3 14/24] crypto/cnxk: separate IPsec from security common code
  ` [PATCH v3 15/24] crypto/cnxk: add TLS record session ops
  ` [PATCH v3 16/24] crypto/cnxk: add TLS record datapath handling
  ` [PATCH v3 17/24] crypto/cnxk: add TLS capability
  ` [PATCH v3 18/24] crypto/cnxk: add PMD APIs for raw submission to CPT
  ` [PATCH v3 19/24] crypto/cnxk: replace PDCP with PDCP chain opcode
  ` [PATCH v3 20/24] crypto/cnxk: validate the combinations supported in TLS
  ` [PATCH v3 21/24] crypto/cnxk: use a single function for opad ipad
  ` [PATCH v3 22/24] crypto/cnxk: add support for TLS 1.3
  ` [PATCH v3 23/24] crypto/cnxk: add TLS 1.3 capability
  ` [PATCH v3 24/24] crypto/cnxk: add CPT SG mode debug

[PATCH] maintainers: updated for Intel drivers
 2024-01-18 15:06 UTC  (3+ messages)
` Ubuntu Upgrade 20.04.6 to 22.04 Jammy 23.06 HomeGateway example

[Bug 1368] inconsistency in eventdev dev_info and config structs makes some valid configs impossible
 2024-01-18 13:21 UTC  (3+ messages)

[PATCH v1] crypto/ipsec_mb: unified IPsec MB interface
 2024-01-18 12:00 UTC  (2+ messages)
` [PATCH v3] "

FreeBSD 14.0 build failure
 2024-01-18  9:35 UTC  (2+ messages)

[PATCH] net/mlx5/hws: fix ESP matching validation
 2024-01-18  9:27 UTC  (3+ messages)
  ` [INTERNAL]RE: "

[PATCH v1] gro : packets not getting flushed in heavy-weight mode API
 2024-01-18  8:36 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "

[Bug 1367] net/mlx5 Tx stuck if mbuf has too many segments
 2024-01-18  7:28 UTC 

[PATCH v2] event/dsw: optimize serving port logic
 2024-01-18  7:13 UTC  (3+ messages)
` [PATCH v3] "

[RFC 1/2] config/arm: add Neoverse V2 part number
 2024-01-18  3:10 UTC  (4+ messages)
` [RFC 2/2] config/arm: add NVIDIA Grace CPU

[dpdk-dev] [PATCH v2] eal: refactor rte_eal_init into sub-functions
 2024-01-17 21:24 UTC  (2+ messages)

[PATCH v9] gro: fix reordering of packets in GRO layer
 2024-01-17 20:13 UTC  (2+ messages)

[PATCH] net/mlx5: fix GENEVE TLV option management
 2024-01-17 17:14 UTC  (2+ messages)

[PATCH] doc: update LTS maintenance to 3 years
 2024-01-17 16:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] net/tap: Modified TAP BPF program as per the Kernel-version upgrade requirements
 2024-01-17 16:19 UTC  (7+ messages)
  ` [External] : "

[V1 0/2] use traffic class PRM field for IPv6 modification
 2024-01-17 13:41 UTC  (2+ messages)

[PATCH] net/iavf: fix application reset callback calls
 2024-01-17 11:54 UTC 

[PATCH] doc: update command scope information
 2024-01-17 10:58 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).