From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 578A438AC74; Wed, 25 Mar 2026 23:59:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774483152; cv=none; b=mA8VGa2l5qPaC78k/hLVhRctAGf8GaSskTW5Yyw31zjaGRErfrCd8TH5m1Rjq+ywnckQcGK/hvTJU0JVgNSNBiDIfbBZA+q3pQJ3r63hy+fqFmi1Km04y4d2cz0XgW//rB6JV341KVETOyH4KjfkdeIAIrz2PGV2IY5+4SF3K5o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774483152; c=relaxed/simple; bh=Hn1v0LnfTjZavby0E//WtRInTPVh9TG66L/bScZCIFg=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=TfdDMduXCT+yhXOaBDP/zlKq/zSqYMCO7ACDE//Wap6J9e3cqU6+XFZMedwnuuGjQunnTLACV1DDk9er8ANe/ExSw3jv4GT0IodZ23jmQeanf1YYkZPBXy4w2yc6TYowol+9Q2oVJQVH2yogaJAosRmVEVN71VibdKkEk9OwvcE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=kQHgXiVE; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="kQHgXiVE" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51E38C4CEF7; Wed, 25 Mar 2026 23:59:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774483151; bh=Hn1v0LnfTjZavby0E//WtRInTPVh9TG66L/bScZCIFg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kQHgXiVE3KJFKn2OWKo3LE8s7HDbX3d9KKvliSB2+N3Q7zgNHhqEAEu83cgjOE+Vg zARJzgdY5fpHRb14wY+36dR/UStMvrOkl1jyP/A9BsA85Nx0BMWxG3AgM9ozs+RRHb bDJ+lIFfLXhMB4tvCQPUG3YVXtWtJk66FeCbtmOHOzAY3FmsP9tFv4v5wUxrlMJRcG FLdCOdsQwZICVyoKuGPaOU5Kbzw9VBO1Pd6HdrxYFO8R0f9M77JvQzOTQC1uxQ+/Rd Sft8QAqarJoWNssNRSFK4PjzdGHUd6cBVRFUqVMcUtjmc+HhrNJjFvKf8MJc1qkYOJ FRcepJDRKpVLQ== Date: Wed, 25 Mar 2026 16:59:10 -0700 From: Jakub Kicinski To: Qingfang Deng Cc: linux-ppp@vger.kernel.org, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , David Ahern , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Felix Fietkau , Willem de Bruijn Subject: Re: [PATCH net-next v5] net: pppoe: implement GRO/GSO support Message-ID: <20260325165910.5bd7416c@kernel.org> In-Reply-To: References: <20260305013852.3769-1-dqfext@gmail.com> <20260306170411.49912ae1@kernel.org> <20260309140127.465b6ccd@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 25 Mar 2026 17:23:39 +0800 Qingfang Deng wrote: > > > I haven't written a kselftest before. What tests should I include? > > > > > > I think I can add a local ppp server and client over veth, and test > > > the connection with ping and iperf3. > > > > We have tools/testing/selftests/drivers/net/gro.c and associated Python > > test. (note I have ambiguous feelings about adding ppp cases to this > > file vs creating a new test, adding Willem to CC maybe he has some > > guidance) > > He hasn't replied. What do you think? He probably missed the mid-thread email. Proceed with whatever you feel makes sense.