From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=pass (p=quarantine dis=none) header.from=kernel.org Authentication-Results: passt.top; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ZLIkMJg7; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [IPv6:2604:1380:45d1:ec00::3]) by passt.top (Postfix) with ESMTPS id 80A0C5A004C for ; Wed, 28 Aug 2024 19:43:06 +0200 (CEST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 86C81A41ADA; Wed, 28 Aug 2024 17:42:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B3258C4CEC4; Wed, 28 Aug 2024 17:43:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724866983; bh=SrcVjb8q5zY3iIzdaeioenvqGmh/ZGiLHHAu61Y8atQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZLIkMJg7oxLgF2bV541SP0dTS4HOkzBU/HMzVgxq9VB/jXbbDeTytBHScKExW8VwL DkYcMJ5CtWbAE8jIz7RhqPB0RQP4rfk/z4vBrX2kpvrKeIWj+6ZdMDq3KtaYuu31oo UQjGhJRdyUYo3ljYOaVanOBZNSnop0ecBvGww70dv0t6+D/fd+BTTvyY2HLnHGuTDm ocLR5jibd9ZZxyPiwiRn5JZCVVaZ1wn8k203XhNHZ7oW9oMsnrJdxPkyVy2TqSXXbc BIqCal/3oMlbCoUDRkol15H8O5MVL2EZoRKzm0tOs9LcRFCLGY4QyzIFSngAXs7697 WChCyKbb9Xfkg== Date: Wed, 28 Aug 2024 10:43:01 -0700 From: Jakub Kicinski To: Jon Maloy Subject: Re: [net-next, v2 2/2] selftests: add selftest for tcp SO_PEEK_OFF support Message-ID: <20240828104301.3bc69271@kernel.org> In-Reply-To: References: <20240826194932.420992-1-jmaloy@redhat.com> <20240826194932.420992-3-jmaloy@redhat.com> <20240827145043.2646387e@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-MailFrom: kuba@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: GAKP724DTO7UPXTDUKO66NS3DFMMLJ2V X-Message-ID-Hash: GAKP724DTO7UPXTDUKO66NS3DFMMLJ2V X-Mailman-Approved-At: Wed, 28 Aug 2024 21:12:45 +0200 CC: netdev@vger.kernel.org, davem@davemloft.net, 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: On Wed, 28 Aug 2024 12:24:48 -0400 Jon Maloy wrote: > On 2024-08-27 17:50, Jakub Kicinski wrote: > > On Mon, 26 Aug 2024 15:49:32 -0400 jmaloy@redhat.com wrote: > >> +} > >> + > Does this require a re-posting? Yes, as indicated by patchwork status of the series. > > nit: extra new line at the end here, git warns when applying > > > > BTW did someone point out v6 is missing on the list? If so could > > we add a Link: to that thread? > > I don't understand this question. v6 of what? The Internet Protocol? :) Rephrased: Did someone point out on the mailing list that the support for .set_peek_off is missing for TCPv6? If so could you add a Link: tag pointing to that thread?