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 X-Spam-Level: X-Spam-Status: No, score=-5.5 required=3.0 tests=DKIMWL_WL_MED,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89B83C282C4 for ; Sat, 9 Feb 2019 08:43:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 425292084D for ; Sat, 9 Feb 2019 08:43:09 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=resnulli-us.20150623.gappssmtp.com header.i=@resnulli-us.20150623.gappssmtp.com header.b="RuBlnZZD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726791AbfBIInI (ORCPT ); Sat, 9 Feb 2019 03:43:08 -0500 Received: from mail-wm1-f66.google.com ([209.85.128.66]:36279 "EHLO mail-wm1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726722AbfBIInH (ORCPT ); Sat, 9 Feb 2019 03:43:07 -0500 Received: by mail-wm1-f66.google.com with SMTP id p6so7297905wmc.1 for ; Sat, 09 Feb 2019 00:43:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=resnulli-us.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=mBXy7Ew6YzH2+7KgcJlhpLmotm9eXuY9c8hxg/dshvk=; b=RuBlnZZD6++bbbNq6OjEwVs1s3e89m+88KjcGkVL4SI1UVpG9Oj4kLKGMG/r6gQ0Mg VL4KT1dVG4zKgW2KZejfXegbw47RO18JQxsx2vFkLMlqinOp2gHWU9FpqHLcAD37LSRK UUH92rX+x080Gc+PIjtt1LuJS9kofA6RIh/tC5RUzLitoYzLBqXFUbo5RvvXJGvFFmAs ukCfpHRazzAuMock84baUFmPN+v49yV0QOIyGvd3ZzVJUtx7uykv+UIP/gg8L7iknAYo 3v4a+rTgx19zqlXyrH4wTy+IMuxQx62gTxYXoqK2+y/d9u4CZUi2RuzB6FHi7mR/ZGRH ejkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=mBXy7Ew6YzH2+7KgcJlhpLmotm9eXuY9c8hxg/dshvk=; b=aBrToqsFBNijovpGz5Oqtrn7KNYufC4a+tSdUquBUyMzpCs+njYo8DLWWKwjgmzzoK bmKppTmosFkCNVfFd/q+iPuB1We8aC1z850IomGjX5tsKQKPtsSLEMrCCzD+Xdnpn1W1 uWboKC5KCRzJHfqnFWpBjaEFVnpXeu1jJzmUJjVzg6HK/t1moFx4obENEFebPSr8xtq1 sVOXGGztWhhJmZ4KcxyKDG2KqzK1gnWtLCLfAV5oHNtNBA/F9qjVP288LrpGvBsbyJSE Qtm935lC5VGypWIVfPBGzeXPH+jALiHnnKHf+E/Ff0uHpjRoUnww5k+wzp0kuXlkHZ69 lfdA== X-Gm-Message-State: AHQUAuY6elelXnchKtg3z7q4ou12oaUWixsIyvh7LzYiZnp2uNhiIHUD UhYBI4WTQvstwfaXlfpuzzoGrw== X-Google-Smtp-Source: AHgI3IZQq7+puMFbHc1TVvnrkB4SqLO26v3j2QcZnJB3hvOWlwNbRSkCKBEzVw4Yi4ZcBjYpOK6KLg== X-Received: by 2002:a1c:6c01:: with SMTP id h1mr1996243wmc.113.1549701786290; Sat, 09 Feb 2019 00:43:06 -0800 (PST) Received: from localhost (ip-94-113-219-55.net.upcbroadband.cz. [94.113.219.55]) by smtp.gmail.com with ESMTPSA id w12sm2664895wrr.23.2019.02.09.00.43.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 09 Feb 2019 00:43:05 -0800 (PST) Date: Sat, 9 Feb 2019 09:33:53 +0100 From: Jiri Pirko To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, oss-drivers@netronome.com Subject: Re: [PATCH net-next 1/4] devlink: fix condition for compat device info Message-ID: <20190209083353.GE2353@nanopsycho> References: <20190209031611.1102-1-jakub.kicinski@netronome.com> <20190209031611.1102-2-jakub.kicinski@netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190209031611.1102-2-jakub.kicinski@netronome.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Sat, Feb 09, 2019 at 04:16:08AM CET, jakub.kicinski@netronome.com wrote: >We need the port to be both ethernet and have the rigth netdev, >not one or the other. > >Fixes: ddb6e99e2db1 ("ethtool: add compat for devlink info") >Signed-off-by: Jakub Kicinski Acked-by: Jiri Pirko