Message ID | 20240304084322.705539-1-dhowells@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.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 280E81B273 for <netdev@vger.kernel.org>; Mon, 4 Mar 2024 08:43:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709541815; cv=none; b=s6KBxz1pTpb1MKoQEzLOKjvCZKbnQqfET+Coy6nqCbY108FUiSGlLSlgrX+cB/17bCMluLjn2ntRNpbh3HIadroq9e/eJ8q0o36V7HgVyUKIl9yepI2/O8DaZxC0x1XrcOLnBA6jl2ewLHfseqJMO4g8cBGYbcBnE8wnCxrIEG4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709541815; c=relaxed/simple; bh=2a8e9yJluIei1FwA1D+jyuquzMDivOTglLd0lRW8Pvc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AAQ/EihlYHKhE45O1W1c33/hlr3QFwaThSdT4RSP4uLcPbllOHl4nOC91QltkwTF/JBXZHahOTNO3uyJACuvR//2REVRodz9tzqcqgWiQXff3Ba87r4tBe2t3bXdyGCaMfCuu2fxyPx14TQFuhKnzWOyhDet3ebTeVBSuNJa54o= 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=f05vvqjL; arc=none smtp.client-ip=170.10.133.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="f05vvqjL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709541810; 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=i8LrRtiDs1LrFKu4I7wcrqf4WPdyvx0Cz5wdMs5DYrM=; b=f05vvqjLrnbnfpfjgA8f9li5jgp3mtoBqTjbDSMU8PEJas3964gNVwMm03VBMTuBQuQf3Z FOV5w0eRzFFfKZv4ZVqKjlAxKsS92B/JhTiZ51lX/DObmH1I5jLpVlOECNX3059i4j1MyR Aju61QjLSCGr/T6J5DJe5qnlZaI6JRM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-168-sMGjttG8PI-cjTth81S1yQ-1; Mon, 04 Mar 2024 03:43:26 -0500 X-MC-Unique: sMGjttG8PI-cjTth81S1yQ-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (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 mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2ED8C85A58F; Mon, 4 Mar 2024 08:43:26 +0000 (UTC) Received: from warthog.procyon.org.com (unknown [10.42.28.114]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0B90EF96F8; Mon, 4 Mar 2024 08:43:24 +0000 (UTC) From: David Howells <dhowells@redhat.com> To: netdev@vger.kernel.org Cc: David Howells <dhowells@redhat.com>, Marc Dionne <marc.dionne@auristor.com>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH net-next v2 00/21] rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES Date: Mon, 4 Mar 2024 08:42:57 +0000 Message-ID: <20240304084322.705539-1-dhowells@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.1 X-Patchwork-Delegate: kuba@kernel.org |
Series |
rxrpc: Miscellaneous changes and make use of MSG_SPLICE_PAGES
|
expand
|