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 086FDC433FE for ; Fri, 18 Nov 2022 13:51:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235352AbiKRNvq (ORCPT ); Fri, 18 Nov 2022 08:51:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229476AbiKRNvn (ORCPT ); Fri, 18 Nov 2022 08:51:43 -0500 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FC431BE96; Fri, 18 Nov 2022 05:51:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=BI9SdldArhmncLFH70O4J/hpnFzVxZH3XrA9hQ5k3Aw=; b=ysDnTCowTe79OLtvxyo5sxMCMs pEjYhuFonAHzBB441fpc8CyzHnnZhAaWxMpdcKlSJGDgzOHozSJXTpIWOZpkm7ER6JdDnLm5merqK NmetfTIxoJOe9J0zprtyO8JCp+khsHUuwSRYgGlz3L1HYMjCIYtaMndxzqRib5CDPhz4=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1ow1mH-002nbf-7w; Fri, 18 Nov 2022 14:51:33 +0100 Date: Fri, 18 Nov 2022 14:51:33 +0100 From: Andrew Lunn To: netdev@kapio-technology.com Cc: Vladimir Oltean , Ido Schimmel , davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org, Florian Fainelli , Eric Dumazet , Paolo Abeni , open list Subject: Re: [PATCH v8 net-next 0/2] mv88e6xxx: Add MAB offload support Message-ID: References: <20221115111034.z5bggxqhdf7kbw64@skbuf> <0cd30d4517d548f35042a535fd994831@kapio-technology.com> <20221115122237.jfa5aqv6hauqid6l@skbuf> <20221115145650.gs7crhkidbq5ko6v@skbuf> <20221115161846.2st2kjxylfvlncib@skbuf> <20221116102406.gg6h7gvkx55f2ojj@skbuf> <54b489e65712e50e5ee67b746c0fec74@kapio-technology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54b489e65712e50e5ee67b746c0fec74@kapio-technology.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > Would it not be appropriate to have a define that specifies the > value instead of the same value two places as it is now? Yes. > And in so case, what would be an appropriate name? MV88E6XXX_WAIT_TIMEOUT_MS ? Andrew