[PATCH] vhost: add runtime locking check in unsafe APIs
2022-05-10 9:00 UTC (3+ messages)
[PATCH v2 0/5] drivers/baseband: PMD to support ACC101 device
2022-05-10 8:52 UTC (17+ messages)
` [PATCH v2 1/5] baseband/acc100: introduce PMD for ACC101
` [PATCH v2 2/5] baseband/acc100: modify validation code "
` [PATCH v2 3/5] baseband/acc100: configuration of ACC101 from PF
` [PATCH v2 4/5] baseband/acc100: start explicitly PF Monitor from PMD
` [PATCH v2 5/5] baseband/acc100: add protection for some negative scenario
[dpdk][PATCH 2/2] sched: fix to manage TC OV at runtime
2022-05-10 6:40 UTC (4+ messages)
` [PATCH v3] sched: enable/disable "
[PATCH 0/2] atomic changes
2022-05-10 6:31 UTC (3+ messages)
` [PATCH 1/2] net/bnxt: use compiler atomics for stats
` [PATCH 2/2] net/bnxt: remove some dead code
[Patch v2] net/netvsc: report correct stats values
2022-05-10 5:33 UTC (14+ messages)
[PATCH 0/3] BNXT changes
2022-05-10 5:17 UTC (3+ messages)
[dpdk-dev] [PATCH 00/17] bnxt PMD fixes
2022-05-10 5:16 UTC (2+ messages)
[PATCH 1/2] config/arm: add SVE control flag
2022-05-10 2:57 UTC (17+ messages)
` [PATCH 2/2] config/arm: disable SVE for cn10k
` [EXT] "
` [PATCH v2 1/2] config/arm: add SVE ACLE control flag
` [PATCH v2 2/2] config/arm: disable SVE ACLE for cn10k
` [PATCH v3 1/2] config/arm: add SVE ACLE control flag
` [PATCH v3 2/2] config/arm: disable SVE ACLE for cn10k
` [PATCH v4 1/2] config/arm: add SVE ACLE control flag
` [PATCH v4 2/2] config/arm: disable SVE ACLE for cn10k
[PATCH v2] net/iavf: fix iavf crashed on dev_stop when running in multi-process mode
2022-05-10 2:54 UTC (5+ messages)
` [PATCH v3] fix mbuf release function point corrupt in multi-process
` [PATCH v4] "
[PATCH v1] net/iavf: fix resource leak issue
2022-05-10 0:54 UTC
[PATCH v2] lib/eal/ppc fix compilation for musl
2022-05-09 22:39 UTC (7+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
[PATCH v1 0/5] baseband/fpga_5gnr: maintenance changes to fpga_5gnr PMD
2022-05-09 21:04 UTC (7+ messages)
` [PATCH v1 1/5] baseband/fpga_5gnr_fec: remove FLR timeout
` [PATCH v1 2/5] baseband/fpga_5gnr_fec: add FPGA Mutex
` [PATCH v1 3/5] baseband/fpga_5gnr_fec: add check for HARQ input length
` [PATCH v1 4/5] baseband/fpga_5gnr_fec: enable validate LDPC enc/dec
` [PATCH v1 5/5] baseband/fpga_5gnr_fec: remove filler from HARQ
DPDK Release Status Meeting 2022-05-05
2022-05-09 19:39 UTC
[PATCH 0/7] vdpa/mlx5: improve device shutdown time
2022-05-09 19:38 UTC (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/7] vdpa/mlx5: fix interrupt trash that leads to segment fault
` [PATCH v3 2/7] vdpa/mlx5: fix dead loop when process interrupted
` [PATCH v3 3/7] vdpa/mlx5: no kick handling during shutdown
` [PATCH v3 4/7] vdpa/mlx5: reuse resources in reconfiguration
` [PATCH v3 5/7] vdpa/mlx5: cache and reuse hardware resources
` [PATCH v3 6/7] vdpa/mlx5: support device cleanup callback
` [PATCH v3 7/7] vdpa/mlx5: make statistics counter persistent
[PATCH] Add support for NVIDIA ARM implementer ID
2022-05-09 18:15 UTC
[PATCH 1/3] eventdev: add function to quiesce an event port
2022-05-09 17:29 UTC (2+ messages)
[dpdk-dev] [PATCH] doc: fix build error with sphinx 4.5.0
2022-05-09 16:07 UTC (3+ messages)
[Bug 1007] ixgbe-bound x553 sibling interface broken after app crash
2022-05-09 16:03 UTC
[PATCH 00/11] Introduce support for RISC-V architecture
2022-05-09 14:30 UTC (5+ messages)
[PATCH 0/6] Extend and set event queue attributes at runtime
2022-05-09 12:57 UTC (12+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] eventdev: support to set "
` [PATCH v2 2/6] eventdev: add weight and affinity to queue attributes
` [PATCH v2 3/6] doc: announce change in event queue conf structure
` [PATCH v2 4/6] test/event: test cases to test runtime queue attribute
` [PATCH v2 5/6] event/cnxk: support to set runtime queue attributes
[dpdk-dev] [PATCH 1/2] common/cnxk: support IPv6 fragment flow pattern item
2022-05-09 12:37 UTC (3+ messages)
` [dpdk-dev] [PATCH 2/2] net/cnxk: "
[EXT] Re: [dpdk-stable] [PATCH v2] test: avoid hang if queues are full and Tx fails
2022-05-09 10:01 UTC (5+ messages)
[RFC 0/9] add support for idpf PMD in DPDK
2022-05-09 9:11 UTC (20+ messages)
` [RFC 1/9] net/idpf/base: introduce base code
` [RFC v2 0/9] add support for idpf PMD in DPDK
` [RFC v2 1/9] net/idpf/base: introduce base code
` [RFC v2 2/9] net/idpf/base: add OS specific implementation
` [RFC v2 3/9] net/idpf: support device initialization
` [RFC v2 4/9] net/idpf: support queue ops
` [RFC v2 5/9] net/idpf: support getting device information
` [RFC v2 6/9] net/idpf: support packet type getting
` [RFC v2 7/9] net/idpf: support link update
` [RFC v2 8/9] net/idpf: support basic Rx/Tx
` [RFC v2 9/9] net/idpf: support RSS
` [RFC 2/9] net/idpf/base: add OS specific implementation
` [RFC 3/9] net/idpf: support device initialization
` [RFC 4/9] net/idpf: support queue ops
` [RFC 5/9] net/idpf: support getting device information
` [RFC 6/9] net/idpf: support packet type getting
` [RFC 7/9] net/idpf: support link update
` [RFC 8/9] net/idpf: support basic Rx/Tx
` [RFC 9/9] net/idpf: support RSS
[PATCH 1/2] ci: switch to Ubuntu 20.04
2022-05-09 7:42 UTC (4+ messages)
` [PATCH v2 "
[PATCH] doc: update matching versions in i40e guide
2022-05-09 7:18 UTC (2+ messages)
` [PATCH v2] "
[Bug 1006] [dpdk-22.03] [asan] coremask/individual_coremask: AddressSanitizer DEADLYSIGNAL
2022-05-09 7:12 UTC
[PATCH v4] eal: add seqlock
2022-05-09 6:26 UTC (9+ messages)
` [PATCH v5] "
` [PATCH v6] "
[PATCH] doc: remove multi-queue reconnection known issue
2022-05-09 4:11 UTC (5+ messages)
` [PATCH v3] doc: fix vhost multi-queue reconnection
` [PATCH v4] "
[PATCH] vhost: fix deadlock when handling user messages
2022-05-09 3:13 UTC (4+ messages)
` [PATCH v3] vhost: fix deadlock when message handling failed
[PATCH] net/iavf: fix mismatch between rx_pkt_burst and RX descriptor
2022-05-09 2:05 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/3] add partial SGL support to AESNI_MB
2022-05-08 14:39 UTC (5+ messages)
` [PATCH 1/3] crypto/ipsec_mb: add GCM sgl support to aesni_mb
` [PATCH 3/3] crypto/ipsec_mb: check SGL support for algorithm
[PATCH] net/mlx5: fix linux stats gathering function
2022-05-08 14:21 UTC (2+ messages)
[PATCH V2 0/4] bugfix for bonding
2022-05-08 11:28 UTC (6+ messages)
` [PATCH v3 0/5] "
` [PATCH v3 3/5] app/testpmd: fix port status of slave device
[PATCH 01/24] common/cnxk: add multi channel support for SDP send queues
2022-05-08 7:48 UTC (60+ messages)
` [PATCH v3 01/28] "
` [PATCH v3 28/28] common/cnxk: add support for per-port RQ in inline device
` [PATCH v4 01/28] common/cnxk: add multi channel support for SDP send queues
` [PATCH v4 02/28] net/cnxk: add receive channel backpressure for SDP
` [PATCH v4 03/28] common/cnxk: add new pkind for CPT when ts is enabled
` [PATCH v4 04/28] common/cnxk: support to configure the ts pkind in CPT
` [PATCH v4 05/28] common/cnxk: fix SQ flush sequence
` [PATCH v4 06/28] common/cnxk: skip probing SoC environment for CN9k
` [PATCH v4 07/28] common/cnxk: fix issues in soft expiry disable path
` [PATCH v4 08/28] common/cnxk: convert warning to debug print
` [PATCH v4 09/28] common/cnxk: use aggregate level rr prio from mbox
` [PATCH v4 10/28] net/cnxk: support loopback mode on AF VF's
` [PATCH v4 11/28] net/cnxk: update LBK ethdev link info
` [PATCH v4 12/28] net/cnxk: add barrier after meta batch free in scalar
` [PATCH v4 13/28] net/cnxk: disable default inner chksum for outb inline
` [PATCH v4 14/28] net/cnxk: fix roundup size with transport mode
` [PATCH v4 15/28] net/cnxk: update inline device in ethdev telemetry
` [PATCH v4 16/28] net/cnxk: change env for debug IV
` [PATCH v4 17/28] net/cnxk: reset offload flag if reassembly is disabled
` [PATCH v4 18/28] net/cnxk: support decrement TTL for inline IPsec
` [PATCH v4 19/28] net/cnxk: optimize Rx fast path for security pkts
` [PATCH v4 20/28] net/cnxk: update olflags with L3/L4 csum offload
` [PATCH v4 21/28] net/cnxk: add capabilities for IPsec crypto algos
` [PATCH v4 22/28] net/cnxk: add capabilities for IPsec options
` [PATCH v4 23/28] net/cnxk: support security stats
` [PATCH v4 24/28] net/cnxk: add support for flow control for outbound inline
` [PATCH v4 25/28] net/cnxk: perform early MTU setup for eventmode
` [PATCH v4 26/28] net/cnxk: fix multi-seg extraction in vwqe path
` [PATCH v4 27/28] net/cnxk: fix hotplug detach sequence for first device
` [PATCH v4 28/28] common/cnxk: add support for per-port RQ in inline device
` [PATCH v5 01/28] common/cnxk: add multi channel support for SDP send queues
` [PATCH v5 02/28] net/cnxk: add receive channel backpressure for SDP
` [PATCH v5 03/28] common/cnxk: add new pkind for CPT when ts is enabled
` [PATCH v5 04/28] common/cnxk: support to configure the ts pkind in CPT
` [PATCH v5 05/28] common/cnxk: fix SQ flush sequence
` [PATCH v5 06/28] common/cnxk: skip probing SoC environment for CN9k
` [PATCH v5 07/28] common/cnxk: fix issues in soft expiry disable path
` [PATCH v5 08/28] common/cnxk: convert warning to debug print
` [PATCH v5 09/28] common/cnxk: use aggregate level rr prio from mbox
` [PATCH v5 10/28] net/cnxk: support loopback mode on AF VF's
` [PATCH v5 11/28] net/cnxk: update LBK ethdev link info
` [PATCH v5 12/28] net/cnxk: add barrier after meta batch free in scalar
` [PATCH v5 13/28] net/cnxk: disable default inner chksum for outb inline
` [PATCH v5 14/28] net/cnxk: fix roundup size with transport mode
` [PATCH v5 15/28] net/cnxk: update inline device in ethdev telemetry
` [PATCH v5 16/28] net/cnxk: change env for debug IV
` [PATCH v5 17/28] net/cnxk: reset offload flag if reassembly is disabled
` [PATCH v5 18/28] net/cnxk: support decrement TTL for inline IPsec
` [PATCH v5 19/28] net/cnxk: optimize Rx fast path for security pkts
` [PATCH v5 20/28] net/cnxk: update olflags with L3/L4 csum offload
` [PATCH v5 21/28] net/cnxk: add capabilities for IPsec crypto algos
` [PATCH v5 22/28] net/cnxk: add capabilities for IPsec options
` [PATCH v5 23/28] net/cnxk: support security stats
` [PATCH v5 24/28] net/cnxk: add support for flow control for outbound inline
` [PATCH v5 25/28] net/cnxk: perform early MTU setup for eventmode
` [PATCH v5 26/28] net/cnxk: fix multi-seg extraction in vwqe path
` [PATCH v5 27/28] net/cnxk: fix hotplug detach sequence for first device
` [PATCH v5 28/28] common/cnxk: add support for per-port RQ in inline device
[PATCH 0/3] add eal functions for thread affinity
2022-05-07 19:47 UTC (9+ messages)
` [PATCH v5 0/3] add eal functions for thread affinity and self
` [PATCH v5 1/3] eal: add basic thread ID and current thread identifier API
[PATCH] libpcapng: fix timestamp wrapping in output files
2022-05-07 16:12 UTC
[PATCH v2] net/iavf: fix mismatch between rx_pkt_burst and RX descriptor
2022-05-07 16:11 UTC
[PATCH 1/1] net/cnxk: enable 3des-cbc capability
2022-05-07 11:09 UTC (2+ messages)
[dpdk-dev][PATCH 1/3] common/cnxk: add ROC support to parse cnxk custom sa action
2022-05-07 10:17 UTC (5+ messages)
` [dpdk-dev][PATCH v2 "
` [dpdk-dev][PATCH v2 3/3] net/cnxk: adding cnxk support to configure custom sa index
[PATCH] net/ice/base: enable FDIR support for IPV6_NETX_PROTO
2022-05-07 9:13 UTC (2+ messages)
` [PATCH v2] "
[PATCH] net/ice: Modify DCF state checking mechanism and error code
2022-05-07 7:29 UTC (3+ messages)
[PATCH 0/6] Vhost checksum offload improvements
2022-05-07 3:20 UTC (3+ messages)
` [PATCH 6/6] net/vhost: perform SW checksum in Tx path
[PATCH 1/4] net/ark: update mpu code to match current hardware version
2022-05-06 21:27 UTC (6+ messages)
` [PATCH v1 1/5] "
` [PATCH v1 2/5] net/ark: update ddm "
` [PATCH v1 3/5] net/ark: update udm "
` [PATCH v1 4/5] net/ark: add new devices to support list
` [PATCH v1 5/5] net/ark: add PMD support for devices as virtual functions
[PATCH] maintainers: update for vmxnet3 driver
2022-05-06 21:13 UTC (2+ messages)
[RFC] rte_ring: don't use always inline
2022-05-06 17:48 UTC (10+ messages)
[PATCH] rte_dev: allow C-symbol-in-C++ dma operations
2022-05-06 17:41 UTC (2+ messages)
CVE-2022-0669 Release Notice
2022-05-05 1:46 UTC
CVE-2021-3839 Release Notice
2022-05-05 1:42 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).