From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by passt.top (Postfix) with ESMTPS id 9116E5A0276 for ; Fri, 12 Apr 2024 05:00:34 +0200 (CEST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 14443CE27BA; Fri, 12 Apr 2024 03:00:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id DAF87C2BD10; Fri, 12 Apr 2024 03:00:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712890829; bh=R62l3KyyiAHnk1Pg++D1XbAcIkMZWOOdq5n5Lj9WDVE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XZh6B6xb9pGY0yUMQEx8bdFQyK2VAft0aTvi2YpyVG7Q/3Sj7ickqBBjQ8uKcz6tF qKwdstWj2a1L0QRL99GMujJuzzvIcK4pvTKshBuwUodWzWqaeIRv4hiSqE4Y25/aV1 APB1enbYCvrKfzX3z3r1wcOkuQEwqNVu1XJZeYf5xODqR2Kt8xbTRNiRHsMEnhVFrw U0UpXLk+h16WhYE72Im44ieIEKxvqgQxM0iIriZDWRKAhd6kHZkrsW2AJke3vEMr1Q v5/Vz7zbZ5eogth0nhF+Y3Ui4+6FlMbNSqT6qT0jnM57eFGu+H3sJz335Ll4w6QARk 8pmg+U6284W8A== 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 C6F64C433E9; Fri, 12 Apr 2024 03:00:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [net-next v4] tcp: add support for SO_PEEK_OFF socket option From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171289082981.20467.6186572911489073168.git-patchwork-notify@kernel.org> Date: Fri, 12 Apr 2024 03:00:29 +0000 References: <20240409152805.913891-1-jmaloy@redhat.com> In-Reply-To: <20240409152805.913891-1-jmaloy@redhat.com> To: Jon Maloy X-MailFrom: patchwork-bot+netdevbpf@kernel.org X-Mailman-Rule-Hits: nonmember-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation Message-ID-Hash: 6RHAGIPDXWKODFU3L5LBX3ZCUJLRYCAG X-Message-ID-Hash: 6RHAGIPDXWKODFU3L5LBX3ZCUJLRYCAG X-Mailman-Approved-At: Fri, 12 Apr 2024 07:37:46 +0200 CC: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, passt-dev@passt.top, sbrivio@redhat.com, lvivier@redhat.com, dgibson@redhat.com, eric.dumazet@gmail.com, edumazet@google.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 9 Apr 2024 11:28:05 -0400 you wrote: > From: Jon Maloy > > When reading received messages from a socket with MSG_PEEK, we may want > to read the contents with an offset, like we can do with pread/preadv() > when reading files. Currently, it is not possible to do that. > > In this commit, we add support for the SO_PEEK_OFF socket option for TCP, > in a similar way it is done for Unix Domain sockets. > > [...] Here is the summary with links: - [net-next,v4] tcp: add support for SO_PEEK_OFF socket option https://git.kernel.org/netdev/net-next/c/05ea491641d3 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html