From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 512273EAC84; Tue, 2 Jun 2026 14:20:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780410047; cv=none; b=dwZwtvO7FQaP9AeIpK2sGYfoMChW4QtnQX5thlSzwxEjXzoZU4kpHqqla+7i8V+l2sUpjbXrL4gBb+8Ur0ErJ2eg+naj1IjgjIeuseA8TXkN3UmKNIxi75g2WQzK91t2Wp9VXjHTmzNfeQddnUo6RmlMX5tmsadr5xnA2q6pLHg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780410047; c=relaxed/simple; bh=RS3qmHG8K0KieoALeFVGxZLWMWad6OS6syEMWuZStDs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LA84N1uV/6N7a3ZXPJEutdMQIf3tHxCYgy5ulvIOtInM6FDzX7gg+Jzh4BPaVpHmck8QNDqd8rguOiFllZJN/0hiycJIu02pNsh9QNWuiCcCocRmFYwjWDmT8zy4fVNlJjp75pkz6uznk6Y/Ucs2WXVTBepMCFnVa3kpvaw5BFE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nF0VACAg; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nF0VACAg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E92431F00893; Tue, 2 Jun 2026 14:20:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780410046; bh=gpFIDtAO59P9SJizwaFN00oogcc1wMSs8mQhgemNFDI=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=nF0VACAgbhj0NFFle0U8chNOIMYoeuSLSPBiUSrCRWsbw2uPm3jwMExOBYb4s5C29 9sBuIkVVGRWlBP3Z3FwOoRJeUPkjXdgblo+Qzuf+VsrNM0qNfV7J1Ha3xA4jMbL+RF cgI5LWhQRV5kq9yOhSs3d08+Ir1tv4rMZIkPw8a5nyhSLEkmRMN3uuLw2wKp8+wd1m sbDRCS1e0QJ/HYWY3bl40GXCBlMB3+Jt7VwWONU+ute0rUJBUL7xFtklAEsNzLYAC2 iLphgBK2YUfTVjHvILtCZ0j7yOdQDrW2AgEXAj44oFw8aFSCv2hLGnWqRUGGzrZPSq 33Ye+9wctVq8w== Date: Tue, 2 Jun 2026 15:20:40 +0100 From: Simon Horman To: mike.marciniszyn@gmail.com Cc: Alexander Duyck , Jakub Kicinski , kernel-team@meta.com, Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Jiawen Wu , Mengyuan Lou , Heiner Kallweit , Russell King , Mohsin Bashir , Kees Cook , Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next v3 0/4] second series for xpcs based rsfec configuratio Message-ID: <20260602142040.GB3410996@horms.kernel.org> References: <20260527000958.81108-1-mike.marciniszyn@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260527000958.81108-1-mike.marciniszyn@gmail.com> On Tue, May 26, 2026 at 08:09:54PM -0400, mike.marciniszyn@gmail.com wrote: > From: "Mike Marciniszyn (Meta)" > > This series adds to xpcs to add the necessary configuration steps > for the DW PCS/rsfec for high speed interfaces. Hi Mike, There are AI-generated reviews of this patch-set available at https://netdev-ai.bots.linux.dev/sashiko/ and https://sashiko.dev/ I would appreciate it if you could look over them and address any issues that are either introduced by this patch-set, or directly impact it. I would not suggest expanding this patchset to address any other pre-existing issues, but rather address them separately as appropriate.