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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E15ADC4332F for ; Tue, 12 Dec 2023 23:24:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=t9k3SMDCBlNtcBkrsy5dCB4DXEH3XGbpmOoDLk3DcHc=; b=ZHUhUjphdwbxaG acS2Jnw8AjBDLwFzJXVDQjFkiYpuwsnJKdIpkgnish1CQOx+IkB535GtjIk3/+9HHouTNImfSwJSW 8alhJQiqLq47bOO879yXjwYLw2KpG5E8bYAXZ54FwvitSOgC2m6TpYJU5U1dCjW4BW+79beIKQTO6 /gnt9OtqST84RLzyjuZuG8dL2YiGSIVd5pqcMmEV5OcoIwd3bpX3jRCVfdlWmR2tmYiDSf8DUh88e 7vRjfr9C3E86L4mS7wWOuqScIiWTe6OLBY5kuXvU/wX1Qp9RKwmn6XwSYUsV6N69fKfxjtduzVylb E5ucJubkQoLckFWPtVLw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rDC6V-00D184-2T; Tue, 12 Dec 2023 23:23:55 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rDC6S-00D17A-1e for linux-arm-kernel@lists.infradead.org; Tue, 12 Dec 2023 23:23:53 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 53E23B8172F; Tue, 12 Dec 2023 23:23:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B611C433C7; Tue, 12 Dec 2023 23:23:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702423428; bh=KwRraPl+S6WmazlLNqOJ7U472XTL+/fDGulYB+j/FLk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BtEAI2K97P4K3o2dTr9wLUIpp5Fd7FshRQzuKgCImTlqG7pISseimEd/dyIWmN3qp SnyunpjfhBl978TWs57HDJf0wyhZzAXq8wqNdH077Mn7Xggx602NtRwtwQy/zJg4DY eFaW0MNfUc/KBzIzvV4qCGdQeYvtdlDWKLEYQbOvCFtkE8FvTYRWI4JzkmatZ+FFsl JUxq1BBpkAz2IY5Mm1txEtBKcnbRe0TxQ3IwK7wCBdBw98vmA2k14p47ymK2nXSegA wVMaU8WlhtppPwey/4s66Hh46QeWbd1UMIBFEBEoID0J2h0e7346dii8RGNyhib6WQ EX5BxvpaWIdDw== Date: Tue, 12 Dec 2023 15:23:47 -0800 From: Jakub Kicinski To: Jianheng Zhang Cc: Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Paolo Abeni , Maxime Coquelin , James Li , Martin McKenny , "open list:STMMAC ETHERNET DRIVER" , "moderated list:ARM/STM32 ARCHITECTURE" , "moderated list:ARM/STM32 ARCHITECTURE" , open list Subject: Re: [PATCH v2 net-next] net: stmmac: xgmac3+: add FPE handshaking support Message-ID: <20231212152347.167007f3@kernel.org> In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231212_152352_722708_800C6FBF X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 12 Dec 2023 14:05:02 +0000 Jianheng Zhang wrote: > Adds the HW specific support for Frame Preemption handshaking on XGMAC3+ > cores. > > Signed-off-by: Jianheng Zhang I defer to Vladimir on whether to trust that the follow up with the ethtool API support will come later (and not require rewrite of existing code); or we should request that it's part of the same series. -- pw-bot: needs-ack _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel