From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Kicinski Subject: Re: [patch net-next 2/3] nfp: handle cls_flower command default case Date: Sun, 24 Jun 2018 20:11:59 -0700 Message-ID: <20180624201159.06bad599@cakuba.netronome.com> References: <20180624083839.1692-1-jiri@resnulli.us> <20180624083839.1692-3-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, davem@davemloft.net, simon.horman@netronome.com, john.hurley@netronome.com, pieter.jansenvanvuuren@netronome.com, oss-drivers@netronome.com, michael.chan@broadcom.com, intel-wired-lan@lists.osuosl.org, mlxsw@mellanox.com To: Jiri Pirko Return-path: Received: from mail-qt0-f180.google.com ([209.85.216.180]:39677 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752256AbeFYDMD (ORCPT ); Sun, 24 Jun 2018 23:12:03 -0400 Received: by mail-qt0-f180.google.com with SMTP id c23-v6so1883740qtn.6 for ; Sun, 24 Jun 2018 20:12:03 -0700 (PDT) In-Reply-To: <20180624083839.1692-3-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: On Sun, 24 Jun 2018 10:38:38 +0200, Jiri Pirko wrote: > From: Jiri Pirko > > Currently the default case is not handled, which with future command > introductions would introduce a warning. So handle it. > > Signed-off-by: Jiri Pirko Acked-by: Jakub Kicinski