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 21EDEC00528 for ; Mon, 31 Jul 2023 21:00:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230489AbjGaVAt (ORCPT ); Mon, 31 Jul 2023 17:00:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34766 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229674AbjGaVAq (ORCPT ); Mon, 31 Jul 2023 17:00:46 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E752D1997 for ; Mon, 31 Jul 2023 14:00:45 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8587161298 for ; Mon, 31 Jul 2023 21:00:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 86073C433C8; Mon, 31 Jul 2023 21:00:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690837245; bh=KL21ST4EEQnhv5fxf57IORwltkN1VqU/fjD0I4RXt3c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=EWQxSUIQ51uFFnekenk1T77nLQlcED+dQZZmEdJx5NZppeiDy6vxqCHeINARAUP4N GRr68CZsDKGXjkQiBfuc9kmDK/FPrGK95N/0dAYtQDYG8Hfn5H8AFd0HdqZsjFhHRX kAQ4asby07QY7US5WtyBw4jD8qSKpBhr4xPf49/vZTKtPOczYZRlmUFBIPciBivcRQ +PavYut1Dh/TvSPin1xjulQWS2qlBdt297pG+iTKuT0/he1GVl/5inO/1+ZAliNkvu G1UC0y+WdlKI4hcx3dHAUKhYnfOygA6RWxGVj7jffDfNL+ltOYMIllHuu+Ap9rzZnU 6z7hNupUWkI6A== Date: Mon, 31 Jul 2023 14:00:43 -0700 From: Jakub Kicinski To: Ante Knezic Cc: , , , , , , , Subject: Re: [PATCH net-next v4] net: dsa: mv88e6xxx: Add erratum 3.14 for 88E6390X and 88E6190X Message-ID: <20230731140043.28a42c8f@kernel.org> In-Reply-To: <20230727082550.15254-1-ante.knezic@helmholz.de> References: <20230727082550.15254-1-ante.knezic@helmholz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Jul 2023 10:25:50 +0200 Ante Knezic wrote: > Fixes XAUI/RXAUI lane alignment errors. > Issue causes dropped packets when trying to communicate over > fiber via SERDES lanes of port 9 and 10. > Errata document applies only to 88E6190X and 88E6390X devices. > Requires poking in undocumented registers. Looks like the patch was set to Changes Requested in patchwork: https://patchwork.kernel.org/project/netdevbpf/patch/20230727082550.15254-1-ante.knezic@helmholz.de/ Presumably due to lack of CC and/or Ack from Russell. Could you repost with Russell included?