[PATCH 0/9] msvc integration changes
2023-04-10 19:59 UTC (51+ messages)
` [PATCH 3/9] eal: use barrier intrinsics when compiling with msvc
` [PATCH v2 0/9] msvc integration changes
` [PATCH v2 1/9] eal: use rdtsc intrinsic when compiling with msvc
` [PATCH v2 2/9] eal: use rtm and xtest intrinsics "
` [PATCH v2 3/9] eal: use barrier "
` [PATCH v2 4/9] eal: typedef cpu flag enum as int for msvc
` [PATCH v2 5/9] eal: hide GCC extension based alignment markers
` [PATCH v2 6/9] eal: expand most macros to empty when using msvc
` [PATCH v2 7/9] eal: exclude exposure of rte atomic APIs for MSVC builds
` [PATCH v2 8/9] telemetry: disable json print formatting with msvc
` [PATCH v2 9/9] telemetry: avoid expanding versioned symbol macros on msvc
` [PATCH v3 00/11] msvc integration changes
` [PATCH v3 01/11] eal: use rdtsc intrinsic when compiling with msvc
` [PATCH v3 02/11] eal: use rtm and xtest intrinsics "
` [PATCH v3 03/11] eal: use barrier "
` [PATCH v3 04/11] eal: use cpuid and cpuidex intrinsics
` [PATCH v3 05/11] eal: use umonitor umwait and tpause intrinsics
` [PATCH v3 06/11] eal: typedef cpu flag enum as int for msvc
` [PATCH v3 07/11] eal: hide GCC extension based alignment markers
` [PATCH v3 08/11] eal: expand most macros to empty when using msvc
` [PATCH v3 09/11] eal: exclude exposure of rte atomic APIs for MSVC builds
` [PATCH v3 10/11] telemetry: disable json print formatting with msvc
` [PATCH v3 11/11] telemetry: avoid expanding versioned symbol macros on msvc
Dpaa2 driver using system("echo...")
2023-04-10 16:21 UTC
[dpdk-web] [RFC PATCH] process: new library approval in principle
2023-04-10 13:42 UTC (2+ messages)
[PATCH 00/13] Sync the kernel driver logic
2023-04-10 11:00 UTC (14+ messages)
` [PATCH 01/13] net/nfp: define correct size for configuration BAR
` [PATCH 02/13] net/nfp: move shared target logic to own source file
` [PATCH 03/13] net/nfp: remove the redundant macro about CPP target
` [PATCH 04/13] net/nfp: drop usage of return error helpers
` [PATCH 05/13] net/nfp: use generic macros for array size and to set bits
` [PATCH 06/13] net/nfp: remove dead code related to CPP
` [PATCH 07/13] net/nfp: remove duplicated nffw defines
` [PATCH 08/13] net/nfp: move NFD3 logic to own source file
` [PATCH 09/13] net/nfp: adjust the coding style for NFD3
` [PATCH 10/13] net/nfp: rename macro name of NFD3 Tx descriptor
` [PATCH 11/13] net/nfp: move NFDk logic to own source file
` [PATCH 12/13] net/nfp: adjust the coding style for NFDk
` [PATCH 13/13] net/nfp: modify the logic of some NFDk function
[PATCH v1] power: amd power monitor support
2023-04-10 10:21 UTC
[PATCH 3/3] net/iavf: support Rx timestamp offload on SSE
2023-04-10 7:36 UTC
[PATCH 2/3] net/iavf: support Rx timestamp offload on AVX2
2023-04-10 7:36 UTC
[PATCH 1/3] net/iavf: support Rx timestamp offload on AVX512
2023-04-10 7:35 UTC
[PATCH 0/3] Enable iavf Rx Timestamp offload on vector path
2023-04-10 7:35 UTC
[PATCH] dma/dpaa2: set the vfa bit for rbp with vf
2023-04-10 7:21 UTC (3+ messages)
[PATCH] test/crypto: add cryptodev reconfig test
2023-04-10 7:19 UTC (3+ messages)
` [EXT] "
[PATCH] net/gve: add struct members and typedefs for DQO
2023-04-10 6:47 UTC
[PATCH] power: amd power monitor support
2023-04-10 4:35 UTC
[PATCH] app/crypto-perf: change buffer size based on optype
2023-04-10 3:10 UTC (3+ messages)
[PATCH 0/5] fix segment fault when parse args
2023-04-09 8:10 UTC (6+ messages)
` [PATCH v2 00/44] "
` [PATCH v2 02/44] ethdev: "
` [PATCH v2 06/44] net/sfc: fix segment fault when parse devargs
[PATCH 1/1] net/sfc: stop misuse of Rx ingress m-port metadata on EF100
2023-04-09 8:00 UTC (3+ messages)
` [PATCH v3] "
[PATCH 0/7] add setting and querying of LLRS FEC mode
2023-04-08 2:27 UTC (8+ messages)
` [PATCH 1/7] net/hns3: fix fec mode for 200G ports
` [PATCH 2/7] net/hns3: fix fec mode check error
` [PATCH 3/7] net/hns3: fix missing FEC capability
` [PATCH 4/7] ethdev: introduce low latency RS FEC
` [PATCH 5/7] app/testpmd: add setting and querying of LLRS FEC mode
` [PATCH 6/7] net/hns3: add LLRS FEC mode support for 200G ports
` [PATCH 7/7] net/hns3: support getting current FEC capability from firmware
[PATCH] telemetry: fix autotest failures on Alpine
2023-04-07 19:54 UTC (19+ messages)
` [PATCH v2 0/5] telemetry: remove variable length arrays
` [PATCH v2 1/5] telemetry: fix autotest failures on Alpine
` [PATCH v2 2/5] telemetry: remove variable length array in printf fn
` [PATCH v2 3/5] telemetry: split out body of json string format fn
` [PATCH v2 4/5] telemetry: rename local variables
` [PATCH v2 5/5] telemetry: remove VLA in json string format function
` [PATCH v3 0/5] telemetry: remove variable length arrays
` [PATCH v3 1/5] telemetry: fix autotest failures on Alpine
` [PATCH v3 2/5] telemetry: remove variable length array in printf fn
` [PATCH v3 3/5] telemetry: split out body of json string format fn
` [PATCH v3 4/5] telemetry: rename local variables
` [PATCH v3 5/5] telemetry: remove VLA in json string format function
[PATCH] net/hns3: fix build warning
2023-04-07 17:08 UTC (3+ messages)
[Bug 1213] [Windows] BSOD when shutting down testpmd
2023-04-07 14:34 UTC
DPDK Release Status Meeting 2023-04-06
2023-04-07 10:43 UTC
[PATCH] ring: fix the variable name error
2023-04-07 10:32 UTC (2+ messages)
Clarify FEC capabilities
2023-04-07 10:16 UTC
[PATCH] common/sfc_efx/base: support link status change v2 events
2023-04-07 9:24 UTC (3+ messages)
[Bug 1212] [dpdk-21.11.8]pvp_qemu_multi_paths_port_restart:perf_pvp_qemu_vector_rx_mac: performance drop about 23.5% when send small packets
2023-04-07 9:14 UTC
[PATCH 1/1] net/ixgbe: add a proper memory barrier for LoongArch
2023-04-07 8:50 UTC
[PATCH] doc: fix event timer adapter guide
2023-04-07 8:14 UTC
[RFC PATCH 0/6] add support for CDX bus
2023-04-07 7:29 UTC (10+ messages)
` [PATCH "
` [PATCH 1/6] bus/cdx: introduce cdx bus
` [PATCH 2/6] bus/cdx: add dma map and unmap support
` [PATCH 3/6] bus/cdx: add support for MSI
` [PATCH 4/6] bus/cdx: support plug unplug and dev iterator
` [PATCH 5/6] bus: enable cdx bus
` [PATCH 6/6] config/arm: add AMD CDX
[PATCH] vfio: do not coalesce DMA mappings
2023-04-07 7:26 UTC (10+ messages)
` [PATCH v2] "
[PATCH] eventdev/eth_rx: fix invalid memory access
2023-04-07 6:47 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
21.11.4 patches review and test
2023-04-06 11:37 UTC
[RFC 00/27] Add VDUSE support to Vhost library
2023-04-06 11:04 UTC (4+ messages)
[PATCH v10 0/2] zero-copy get and put functions
2023-04-06 10:13 UTC (3+ messages)
` [PATCH v10 1/2] mempool cache: add "
[PATCH] net: fix return type of IPv6 L4 packet checksum
2023-04-06 9:49 UTC (3+ messages)
` [PATCH v2] "
[PATCH] version: 23.07-rc0
2023-04-06 7:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH v3 0/2] refine common module
2023-04-06 7:42 UTC (4+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] common/idpf: move PF specific functions from common init
` [PATCH v4 2/2] common/idpf: refine capability get
20.11.8 patches review and test
2023-04-06 7:19 UTC (2+ messages)
[PATCH v3] devtools: add script to check for non inclusive naming
2023-04-05 23:29 UTC
[PATCH] MAINTAINERS: sort file entries
2023-04-05 23:16 UTC (2+ messages)
[PATCH 0/2] improve code portability
2023-04-05 18:52 UTC (29+ messages)
` [PATCH 1/2] telemetry: use malloc instead of variable length array
` [PATCH v3] improve code portability
` [PATCH v3] telemetry: use portable syntax to initialize array
` [PATCH v4] improve code portability
` [PATCH v4] telemetry: remove non-portable array initialization syntax
` [PATCH v5] improve code portability
` [PATCH v5] telemetry: remove non-portable array initialization syntax
[PATCH 0/2] eal: provide leading and trailing zero bit count
2023-04-05 17:25 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/2] eal: provide leading and trailing zero bit count abstraction
[RFC 0/1] ring: add callback infrastructire to ring library
2023-04-05 15:49 UTC (4+ messages)
[Bug 1211] ice: 'eth / ipv4 / udp dst is XXX / mark' rte_flow not marking any packet
2023-04-05 14:33 UTC
[PATCH v1 1/9] net/octeon_ep: support cnf95n and cnf95o SoC
2023-04-05 14:25 UTC (12+ messages)
` [PATCH v2 00/10] extend octeon ep driver functionality
` [PATCH v2 01/10] net/octeon_ep: support cnf95n and cnf95o SoC
` [PATCH v2 02/10] net/octeon_ep: support CNX10K series SoC
` [PATCH v2 03/10] net/octeon_ep: support error propagation
` [PATCH v2 04/10] net/octeon_ep: support IQ/OQ reset
` [PATCH v2 05/10] net/octeon_ep: support ISM
` [PATCH v2 06/10] net/octeon_ep: fix DMA incompletion
` [PATCH v2 07/10] net/octeon_ep: update queue size checks
` [PATCH v2 08/10] net/octeon_ep: support Mailbox between VF and PF
` [PATCH v2 09/10] net/octeon_ep: set watermark for output queues
` [PATCH v2 10/10] net/octeon_ep: set secondary process dev ops
[Bug 1210] ice: 'eth / ipv4 / udp dst is 4500 / mark' rte_flow not marking any packet
2023-04-05 14:23 UTC
[PATCH v2 0/3] vhost: add device op to offload the interrupt kick
2023-04-05 12:41 UTC (4+ messages)
` [PATCH v2 1/3] vhost: Change vhost_virtqueue access lock to a read/write one
` [PATCH v2 2/3] vhost: make the guest_notifications statistic counter atomic
` [PATCH v2 3/3] vhost: add device op to offload the interrupt kick
Reminder - DPDK Techboard Meeting - Tomorrow 4/5 @ 8am PDT/11am EDT/1500h UTC
2023-04-05 3:37 UTC
[PATCH] devtools: add script to check for non inclusive naming
2023-04-05 1:23 UTC (6+ messages)
` [PATCH v2] "
[PATCH 00/14] Enable lock annotations on most libraries and drivers
2023-04-04 21:02 UTC (4+ messages)
` [PATCH v3 00/16] "
` [PATCH v3 15/16] eal/windows: disable lock check on alarm code
Reminder - DPDK Userspace Survey - deadline end of week
2023-04-04 18:10 UTC
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).