From patchwork Mon Mar 16 19:31:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shannon Nelson X-Patchwork-Id: 222450 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=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=no 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 AC1BFC0044D for ; Mon, 16 Mar 2020 19:31:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E3F020674 for ; Mon, 16 Mar 2020 19:31:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=pensando.io header.i=@pensando.io header.b="xUjBAO2I" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732422AbgCPTbn (ORCPT ); Mon, 16 Mar 2020 15:31:43 -0400 Received: from mail-pj1-f66.google.com ([209.85.216.66]:40216 "EHLO mail-pj1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732385AbgCPTbn (ORCPT ); Mon, 16 Mar 2020 15:31:43 -0400 Received: by mail-pj1-f66.google.com with SMTP id bo3so7797730pjb.5 for ; Mon, 16 Mar 2020 12:31:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pensando.io; s=google; h=from:to:cc:subject:date:message-id; bh=YNTeZqde8fTcgIsaj5NImGXCew6vWLEqqGAE7nc/SjM=; b=xUjBAO2IsAjTQtDLo8k9sZST3Z37phdrRatr3ouV7bTTF/yAdtk+1U8lAb3tscIpa7 d50HByV3u7W+HLzWLc+j6IKr561CvzrkA+cPmgVx9vlzWoR4wKZ+HwOTyU+RcK3we8ad J6nDeIJz8OLY4SbR3S97x+dywOkRi4/ZGEQNi3Q/wR9eDxlDEyG3APjGxxF/17jEfXF8 5+t6GK0L+r/gKLTsVQTSJ2mqVHwom+MSMjewGKuZ2aJUVCsc7KYL1MBFblg5DDJdsaMn aD6O945dsTNYePVK8v6cNMGUJ1/ajPadKJoSooj95A+uF+HUsAf0QSWahXxra5uDOh1W CBOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=YNTeZqde8fTcgIsaj5NImGXCew6vWLEqqGAE7nc/SjM=; b=AqnAIp/zZlihIYB0p85W9JnkT+3BDCwtxljE7hTxfwz0NwtFg+AkvlQop70ZHT0BZY RzuQ9B0PsNQKxweyShRO10KbpChej7SBwBF500xNbRNSwRjQxH/8Rm1T4CH/+rc3Dprn HXNmfL7B/5JZMqkOVsXpZxDCe0dEj92v3BtMVkTqf9tE8pn+2iZNW7s/fkNxbRtmt04k uvwuYD1eIJrdrk6GjUPb8ppdyaJ6Z4U2pakX9Zi5aLVfDFsydLlqVOqRKSONvOoVdgu5 J9WNWxVTVkuRF267shrf7QYiZ/yEicO7UGigZ5kQLAiGiODHrSrd9U9sHUQxFF8m7Wcp 123A== X-Gm-Message-State: ANhLgQ38qU854M3M3cksUzHH9PMK1Uv3bD7pLeTnx0EQgbD79U/6s2tr QWBNa5vv/K+17H2bwKZzRrFeutcIIU0= X-Google-Smtp-Source: ADFU+vv6dm3pYYKyKziVX23yLRNsnTTtnEoZkErJ1p5Oenxs+fTKmypoFeqfbA7FlNCo4qqUtx0/bA== X-Received: by 2002:a17:90a:5d85:: with SMTP id t5mr1130684pji.126.1584387101755; Mon, 16 Mar 2020 12:31:41 -0700 (PDT) Received: from driver-dev1.pensando.io ([12.226.153.42]) by smtp.gmail.com with ESMTPSA id w17sm656413pfi.59.2020.03.16.12.31.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Mar 2020 12:31:41 -0700 (PDT) From: Shannon Nelson To: netdev@vger.kernel.org, davem@davemloft.net Cc: Shannon Nelson Subject: [PATCH v2 net-next 0/5] ionic bits and bytes Date: Mon, 16 Mar 2020 12:31:29 -0700 Message-Id: <20200316193134.56820-1-snelson@pensando.io> X-Mailer: git-send-email 2.17.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org These are a few little updates to the ionic driver while we are in between other feature work. While these are mostly Fixes, they are almost all low priority and needn't be promoted to net. The one higher need is patch 1, but it is fixing something that hasn't made it out of net-next yet. Shannon Nelson (5): ionic: stop devlink warn on mgmt device ionic: deinit rss only if selected ionic: remove adminq napi instance ionic: return error for unknown xcvr type ionic: add decode for IONIC_RC_ENOSUPP v2: add Fixes tags to patches 1-4, and a little description for patch 5 .../net/ethernet/pensando/ionic/ionic_devlink.c | 9 +++++++-- .../net/ethernet/pensando/ionic/ionic_ethtool.c | 14 +++++++++++++- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 4 +++- drivers/net/ethernet/pensando/ionic/ionic_main.c | 3 +++ 4 files changed, 26 insertions(+), 4 deletions(-)