Message ID | 20241012085330.2540955-1-ming.lei@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 1A3F7130E57 for <linux-block@vger.kernel.org>; Sat, 12 Oct 2024 08:53:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728723225; cv=none; b=fDjLTi/rMAqMjaaPGyBx8qdMrKgYAYbzTXjLmtcCJ6xli2Jerp915YidS2WL7E+2X3lEtTk7vF7bFtqsKr77wWtflMKg/1kx+y1AFakL4OuM86z30aJxYtxF93Zw5/4JvMOpVQ6Did5ZUIyDRm1iPFZYZIax3wiNEjKolnls2JM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728723225; c=relaxed/simple; bh=m0MoSSh0wgiqnwJBltdxVEJE1rD8anUzmaeGx0r0tS0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=g1Ya84EoNgTb1JaeCpLX2pamo/yjgKNOcBfQeu+up1D31zO9vgTwHiBSDZpcrZlT252lY+bHAr8c0sTZKuWqg0rE7KPg0DEnZTymADuxHD9EvF5Mwa7YVEgOTTYdWTfL80c4t30wQmCu3DJqUwhGA+tuXl/eoJGdBv9YGc8EOV0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=eFaTAkJc; arc=none smtp.client-ip=170.10.129.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="eFaTAkJc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1728723223; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pmmPzgIs/vs2Xp/A8ftfT2TPwinHJ7c0cIDSFUJ4u8A=; b=eFaTAkJcX1N+dq/hjekvpKaOCdXDJff1g9xxxfVYmF3DIXg1BOYx8dm6b+YGcqamqHzsu5 qyplDs55fG84r1g6uyVOsg3te6wGuGK3cYtmqWE6Uquh6RqRxb3kqlloPxgMOlBWhi6v5c B6+tVSIP/gSrnxjo3sSi13F2mkF5X/0= Received: from mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-235-IPvIziPbMOmeOJnAQi3d7Q-1; Sat, 12 Oct 2024 04:53:39 -0400 X-MC-Unique: IPvIziPbMOmeOJnAQi3d7Q-1 Received: from mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.15]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 61B3619560AB; Sat, 12 Oct 2024 08:53:38 +0000 (UTC) Received: from localhost (unknown [10.72.116.121]) by mx-prod-int-02.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 2E5481956089; Sat, 12 Oct 2024 08:53:36 +0000 (UTC) From: Ming Lei <ming.lei@redhat.com> To: Jens Axboe <axboe@kernel.dk>, io-uring@vger.kernel.org, Pavel Begunkov <asml.silence@gmail.com> Cc: linux-block@vger.kernel.org, Ming Lei <ming.lei@redhat.com> Subject: [PATCH V7 0/8] io_uring: support sqe group and leased group kbuf Date: Sat, 12 Oct 2024 16:53:20 +0800 Message-ID: <20241012085330.2540955-1-ming.lei@redhat.com> Precedence: bulk X-Mailing-List: linux-block@vger.kernel.org List-Id: <linux-block.vger.kernel.org> List-Subscribe: <mailto:linux-block+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-block+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.15 |
Series |
io_uring: support sqe group and leased group kbuf
|
expand
|