[PATCH 1/2] config/arm: avoid mcpu and march conflicts
2024-01-22 16:26 UTC (9+ messages)
` [PATCH 2/2] config/arm: add support for fallback march
` [EXT] "
` [EXT] Re: [PATCH 1/2] config/arm: avoid mcpu and march conflicts
[PATCH 0/8] optimize the firmware loading process
2024-01-22 15:08 UTC (2+ messages)
[RFC] mbuf: performance optimization
2024-01-22 14:39 UTC (5+ messages)
` [PATCH v2] mempool: test performance with larger bursts
[PATCH] mempool: test performance with larger bursts
2024-01-22 14:34 UTC (3+ messages)
` [PATCH v2] "
[PATCH] net/mana: prevent values overflow returned from RDMA layer
2024-01-22 14:04 UTC (2+ messages)
[PATCH] examples/ipsec-secgw: fix cryptodev to SA mapping
2024-01-22 13:52 UTC (3+ messages)
[PATCH] raw/cnxk_bphy: extend link state capabilities
2024-01-22 13:28 UTC (2+ messages)
[dpdk-dev] [RFC] ethdev: support Tx queue free descriptor query
2024-01-22 13:00 UTC (13+ messages)
` [dpdk-dev] [v1] ethdev: support Tx queue used count
` [dpdk-dev] [v2] "
[PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
2024-01-22 12:55 UTC (6+ messages)
` [PATCH 2/2] net/virtio-user: add VIRTIO_NET_F_RSS to supported features
` [EXT] "
` [EXT] Re: [PATCH 1/2] net/virtio-user: improve kick performance with notification area mapping
[PATCH] net/mana: rename mana_find_pmd_mr() to mana_alloc_pmd_mr()
2024-01-22 12:18 UTC (2+ messages)
[PATCH v1 0/2] dts: api docs generation
2024-01-22 12:00 UTC (5+ messages)
` [PATCH v2 0/3] dts: API "
` [PATCH v2 1/3] dts: add doc generation dependencies
` [PATCH v2 2/3] dts: add API doc sources
` [PATCH v2 3/3] dts: add API doc generation
[PATCH] net/ice: fix tso tunnel setting to not take effect
2024-01-22 11:43 UTC (4+ messages)
` [PATCH v2] "
[PATCH] net/gve: Enable stats reporting for GQ format
2024-01-22 10:56 UTC (10+ messages)
` [v3] net/gve: enable imissed stats "
` [v4] "
[PATCH 0/2] multiple representors in one device
2024-01-22 10:10 UTC (10+ messages)
` [PATCH v3 0/1] "
` [PATCH v3 1/1] ethdev: parsing multiple representor devargs string
` [EXT] "
` [PATCH v4 0/1] multiple representors in one device
` [PATCH v4 1/1] ethdev: parsing multiple representor devargs string
[PATCH v1] net/tap: fix buffer overflow for ptypes list
2024-01-22 10:03 UTC (9+ messages)
` [PATCH v5 1/2] drivers/net: "
` [PATCH v5 2/2] drivers/net: return number of types in get supported types
[PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
2024-01-22 9:05 UTC (8+ messages)
` =?gb18030?B?u9i4tKO6IFtQQVRDSF0gbGliL3RlbGVtZXRyeTpmaXggdGVsZW1ldHJ5IGNvbm5zIGxlYWsgaW4gY2FzZSBvZiBzb2NrZXQgd3JpdGUgZmFpbA==?=
` 回复: [PATCH] lib/telemetry:fix telemetry conns leak in case of socket write fail
` [PATCH] [v2]lib/telemetry:fix "
[PATCH v1] net/mlx5: fix secondary process query stats segfault
2024-01-22 7:44 UTC
[PATCH v2 1/2] config/arm: allow WFE to be enabled config time
2024-01-22 6:43 UTC (5+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] event/cnxk: use WFE LDP loop for getwork routine
[24.03 RFC] argparse: add argparse library
2024-01-22 6:06 UTC (16+ messages)
` [PATCH 00/12] "
` [PATCH 01/12] eal: introduce more macro for bit definition
` [PATCH 02/12] argparse: add argparse library
` [PATCH 03/12] argparse: support verify argument config
` [PATCH 04/12] test/argparse: add verify argument config test
` [PATCH 05/12] argparse: support parse parameters
` [PATCH 06/12] test/argparse: add parse parameters test
` [PATCH 07/12] argparse: provide parsing known type API
` [PATCH 08/12] test/argparse: add parse type test
` [PATCH 09/12] argparse: support parse unsigned base type
` [PATCH 10/12] test/argparse: add parse unsigned base type test
` [PATCH 11/12] argparse: pretty help info
` [PATCH 12/12] examples/dma: replace getopt with argparse
[PATCH] vhost: fix deadlock during software live migration of VDPA in a nested virtualization environment
2024-01-22 3:27 UTC (4+ messages)
` [PATCH v2] "
[PATCH v3 1/2] net/octeon_ep: improve Rx performance
2024-01-21 16:43 UTC (2+ messages)
` [PATCH v3 2/2] net/octeon_ep: add Rx NEON routine
[RFC] ethdev: introduce entropy calculation
2024-01-21 9:36 UTC (5+ messages)
[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)
[RFC] eal: use _Static_assert() for RTE_BUILD_BUG_ON
2024-01-19 22:39 UTC (30+ messages)
` [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 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 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)
[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 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 v2 00/24] Fixes and improvements in crypto cnxk
2024-01-18 17:06 UTC (3+ messages)
` [PATCH v3 "
[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 (2+ messages)
` [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 (3+ messages)
` [RFC 2/2] config/arm: add NVIDIA Grace CPU
page: next (older) | prev (newer) | 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).