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 CE6A9EDE98C for ; Thu, 14 Sep 2023 08:20:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236245AbjINIUd (ORCPT ); Thu, 14 Sep 2023 04:20:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48172 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236210AbjINIUb (ORCPT ); Thu, 14 Sep 2023 04:20:31 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 214781BB for ; Thu, 14 Sep 2023 01:20:27 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id B128BC433C7; Thu, 14 Sep 2023 08:20:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694679626; bh=bgtFB9pPCeAZNnsPGVeYzmmhXx+nDQpLvLJuN4vUJP0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=axq6F/2BDquSKKLZsXgQPzru+I13yGcjSFhpO8guOq9sLoiut+B1iYNd4Dvb7tHxS EUU65Fx1G+H1j3ziAIbMQvTwKDLKB8k92qQtc0O4zZxht5pBfLHHatjawMBMZLnNcF nR2lQtJtOCeJ3uXu457Aslnk6Wf3GpJ/A3DagpFHz/kDbFz7s40+OM8HpzoGEmZLDe ulk1WULMdcZKD9W+ehAmYSBzqh/gPaxvRfguzF74KSn/cRXCL3pjEPkUG5ADcgTD8O vVYvMWY3WYyiOnNrpxqF6Hw9q307V+lTX9Ci4nZzL3OblLlWyok2fu3PjTnSBiOUot 9Sixwg+IVJscg== 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 98CF5E22AF5; Thu, 14 Sep 2023 08:20:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] atl1c: Work around the DMA RX overflow issue From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169467962662.28916.1296559484134110409.git-patchwork-notify@kernel.org> Date: Thu, 14 Sep 2023 08:20:26 +0000 References: <20230912010711.12036-1-liew.s.piaw@gmail.com> In-Reply-To: <20230912010711.12036-1-liew.s.piaw@gmail.com> To: Sieng-Piaw Liew Cc: chris.snook@gmail.com, davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, edumazet@google.com, feng.tang@intel.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (main) by Paolo Abeni : On Tue, 12 Sep 2023 09:07:11 +0800 you wrote: > This is based on alx driver commit 881d0327db37 ("net: alx: Work around > the DMA RX overflow issue"). > > The alx and atl1c drivers had RX overflow error which was why a custom > allocator was created to avoid certain addresses. The simpler workaround > then created for alx driver, but not for atl1c due to lack of tester. > > [...] Here is the summary with links: - [net-next] atl1c: Work around the DMA RX overflow issue https://git.kernel.org/netdev/net-next/c/86565682e905 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html