From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA5BBE7D0A9 for ; Thu, 21 Sep 2023 18:16:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230402AbjIUSQn (ORCPT ); Thu, 21 Sep 2023 14:16:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230296AbjIUSQ1 (ORCPT ); Thu, 21 Sep 2023 14:16:27 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2948D84F12; Thu, 21 Sep 2023 10:37:41 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 65ACAC4AF6E; Thu, 21 Sep 2023 10:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695293423; bh=YtckvwlBrMMC7jLRVjbOvKATSxSXSNmZ/+v9UB3RbkM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=T6v53WU6Yex4FShxB8P+8lFNVSZQLqIPB8bfL8dmLoEfaHGPgoIMNCmEGJ4CGGwxw TfIKOHHRlT712xhw2r31Pv+qaJXoVpT+GMJJiCKFO4mB9bxRkdjJLfOOFfkdnFAs6N M+CJYclZs7ao/FkjOYfP4vvI7fH1sKQH/93Riw/4aUpniwNo+UwFvy9MXN33SNXLy7 2CdCG0Vk0XIasyttx8/eWdYcpI/dE/nNAxsqbXD+WCfs6TrvI0sxGaZKg0hn94WiD1 HU5DO/XpikEmRoMomRJZuVBi4h4+V7T7Q9dIlKlIpNS9q43z1YuwQtM+/noEP022Ot i8YSRvcM7EajQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4BF9FC43170; Thu, 21 Sep 2023 10:50:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v9 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169529342330.31237.17425238939443569716.git-patchwork-notify@kernel.org> Date: Thu, 21 Sep 2023 10:50:23 +0000 References: <20230916130918.4105122-1-avkrasnov@salutedevices.com> In-Reply-To: <20230916130918.4105122-1-avkrasnov@salutedevices.com> To: Arseniy Krasnov Cc: stefanha@redhat.com, sgarzare@redhat.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mst@redhat.com, jasowang@redhat.com, bobby.eshleman@bytedance.com, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@sberdevices.ru, oxffffaa@gmail.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni : On Sat, 16 Sep 2023 16:09:14 +0300 you wrote: > Hello, > > this patchset is first of three parts of another big patchset for > MSG_ZEROCOPY flag support: > https://lore.kernel.org/netdev/20230701063947.3422088-1-AVKrasnov@sberdevices.ru/ > > During review of this series, Stefano Garzarella > suggested to split it for three parts to simplify review and merging: > > [...] Here is the summary with links: - [net-next,v9,1/4] vsock/virtio/vhost: read data from non-linear skb https://git.kernel.org/netdev/net-next/c/0df7cd3c13e4 - [net-next,v9,2/4] vsock/virtio: support to send non-linear skb https://git.kernel.org/netdev/net-next/c/64c99d2d6ada - [net-next,v9,3/4] vsock/virtio: non-linear skb handling for tap https://git.kernel.org/netdev/net-next/c/4b0bf10eb077 - [net-next,v9,4/4] vsock/virtio: MSG_ZEROCOPY flag support https://git.kernel.org/netdev/net-next/c/581512a6dc93 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html