[PATCH 0/9] msvc integration changes
2023-04-06 0:45 UTC (52+ messages)
` [PATCH 1/9] eal: use rdtsc intrinsic when compiling with msvc
` [PATCH 2/9] eal: use rtm and xtest intrinsics "
` [PATCH 3/9] eal: use barrier "
` [PATCH 4/9] eal: typedef cpu flag enum as int for msvc
` [PATCH 5/9] eal: hide GCC extension based alignment markers
` [PATCH 6/9] eal: expand most macros to empty when using msvc
` [PATCH 7/9] eal: exclude exposure of rte atomic APIs for MSVC builds
` [PATCH 8/9] telemetry: disable json print formatting with msvc
` [PATCH 9/9] telemetry: avoid expanding versioned symbol macros on 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 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 10/11] telemetry: disable json print formatting with msvc
` [PATCH v3 11/11] telemetry: avoid expanding versioned symbol macros on msvc
[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 (32+ 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 (16+ messages)
` [PATCH 1/2] eal: provide leading and trailing zero bit count abstraction
` [PATCH v2 0/2] eal: provide leading and trailing zero bit count
` [PATCH v2 1/2] eal: provide leading and trailing zero bit count abstraction
` [PATCH v8 0/3] eal: provide abstracted bit counting functions
` [PATCH v8 1/3] eal: move bit count functions to bitops header
` [PATCH v8 2/3] eal: provide abstracted bit count functions
` [PATCH v8 3/3] maintainers: add bitcount test under EAL API and common code
[PATCH] telemetry: fix autotest failures on Alpine
2023-04-05 16:03 UTC (13+ 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
[RFC 0/1] ring: add callback infrastructire to ring library
2023-04-05 15:49 UTC (4+ messages)
[PATCH] vfio: do not coalesce DMA mappings
2023-04-05 15:06 UTC (9+ messages)
` [PATCH v2] "
[Bug 1211] ice: 'eth / ipv4 / udp dst is XXX / mark' rte_flow not marking any packet
2023-04-05 14:33 UTC
[PATCH v1 0/9] extend octeon ep driver functionality
2023-04-05 14:25 UTC (21+ messages)
` [PATCH v1 1/9] net/octeon_ep: support cnf95n and cnf95o SoC
` [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
` [PATCH v1 2/9] net/octeon_ep: support CNX10K series SoC
` [PATCH v1 3/9] net/octeon_ep: support error propagation
` [PATCH v1 4/9] net/octeon_ep: support IQ/OQ reset
` [PATCH v1 5/9] net/octeon_ep: support ISM
` [PATCH v1 6/9] net/octeon_ep: fix DMA incompletion
` [PATCH v1 7/9] net/octeon_ep: update queue size checks
` [PATCH v1 8/9] net/octeon_ep: support Mailbox between VF and PF
` [PATCH v1 9/9] net/octeon_ep: set watermark for output queues
[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
[PATCH] eventdev/eth_rx: fix invalid memory access
2023-04-05 9:43 UTC (2+ messages)
` [PATCH v2] "
[PATCH] test/crypto: add cryptodev reconfig test
2023-04-05 7:41 UTC
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 (28+ messages)
` [PATCH v2 00/20] "
` [PATCH v3 00/16] "
` [PATCH v3 01/16] malloc: rework heap destroy
` [PATCH v3 02/16] mem: rework malloc heap init
` [PATCH v3 03/16] mem: annotate shared memory config locks
` [PATCH v3 04/16] hash: annotate cuckoo hash lock
` [PATCH v3 05/16] graph: annotate graph lock
` [PATCH v3 06/16] drivers: inherit lock annotations for Intel drivers
` [PATCH v3 07/16] net/cxgbe: inherit lock annotations
` [PATCH v3 08/16] net/fm10k: annotate mailbox lock
` [PATCH v3 09/16] net/sfc: rework locking in proxy code
` [PATCH v3 10/16] net/sfc: inherit lock annotations
` [PATCH v3 11/16] net/virtio: rework guest announce notify helper
` [PATCH v3 12/16] raw/ifpga: inherit lock annotations
` [PATCH v3 13/16] vdpa/sfc: "
` [PATCH v3 14/16] net/failsafe: fix mutex locking
` [PATCH v3 15/16] eal/windows: disable lock check on alarm code
` [PATCH v3 16/16] enable lock check
Reminder - DPDK Userspace Survey - deadline end of week
2023-04-04 18:10 UTC
[PATCH] net/af_xdp: make compatible with libbpf v0.8.0
2023-04-04 15:51 UTC (5+ messages)
[PATCH] eal: add nonnull and access function attributes
2023-04-04 14:19 UTC (7+ messages)
` [PATCH v7 1/4] net/bnx2x: fix warnings about rte_memcpy lengths
` [PATCH v7 4/4] eal: add nonnull and access function attributes
[PATCH] devtools: suppress checkpatch warning on some kernel macro
2023-04-04 13:18 UTC (3+ messages)
[PATCH] eal/x86: remove redundant round to improve performance
2023-04-04 13:15 UTC (2+ messages)
[PATCH] net/idpf: add VF support
2023-04-04 12:49 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2] common/idpf: move PF specific functions from common init
2023-04-04 12:41 UTC (4+ messages)
` [PATCH v3 0/2] refine common module
` [PATCH v3 1/2] common/idpf: move PF specific functions from common init
` [PATCH v3 2/2] common/idpf: refine capability get
[PATCH v1 1/2] dts: fabric requirements
2023-04-04 11:51 UTC (5+ messages)
[PATCH v1] eventdev/timer: use loop to check for timeout events
2023-04-04 10:52 UTC (3+ messages)
` [PATCH v2] eventdev/timer: fix timeout event wait behavior
[PATCH v1 1/1] eventdev/eth_rx: add event buf size and count in telemetry
2023-04-04 10:49 UTC (3+ messages)
[PATCH] net/hns3: fix build warning
2023-04-04 8:22 UTC (2+ messages)
[PATCH] gro : ipv6 changes to support GRO for TCP/ipv6
2023-04-04 8:10 UTC (3+ messages)
[PATCH] devtools: stop compiler atomics with no C11 equivalent
2023-04-04 7:38 UTC (3+ messages)
` [PATCH v2] "
[RFC 0/2] Add high-performance timer facility
2023-04-04 7:32 UTC (6+ messages)
` [RFC v2 "
` [RFC v2 2/2] eal: add "
[dpdk-dev] [PATCH 1/2] common/cnxk: support SPI to SA translation action
2023-04-04 7:30 UTC (2+ messages)
[PATCH 1/2] eventdev: add bulk type event ring operations
2023-04-04 7:03 UTC (2+ messages)
[dpdk-dev][PATCH] drivers: optimize the build time for cnxk
2023-04-04 5:59 UTC (2+ messages)
ARM power-saving measurements
2023-04-04 2:47 UTC (2+ messages)
[PATCH] eal: abstract compiler atomics
2023-04-04 2:24 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v2] eal: introduce atomics abstraction
[PATCH] doc/ark: replace word segregation
2023-04-04 2:15 UTC (3+ messages)
Testpmd/l3fwd port shutdown failure on Arm Altra systems
2023-04-04 1:46 UTC (7+ messages)
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).