From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466AbdJRQBv (ORCPT ); Wed, 18 Oct 2017 12:01:51 -0400 Received: from mail-wr0-f170.google.com ([209.85.128.170]:55536 "EHLO mail-wr0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750920AbdJRQBu (ORCPT ); Wed, 18 Oct 2017 12:01:50 -0400 X-Google-Smtp-Source: ABhQp+T7CpfYcIexO4WX3fH/7L6ZivWAAUhTnt8NYXXH6umtgpszl3+nuFnXYFoyKKQUQNbHccmh2A== From: Scott Branden To: "David S. Miller" , "Allan W. Nielsen" , Andrew Lunn , Raju Lakkaraju , Florian Fainelli Cc: BCM Kernel Feedback , linux-kernel@vger.kernel.org, Steve Lin , Scott Branden Subject: [PATCH 0/1] net: ethtool: add SmartNIC reset support Date: Wed, 18 Oct 2017 09:01:35 -0700 Message-Id: <1508342496-5047-1-git-send-email-scott.branden@broadcom.com> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Ethtool provides support for resetting other internal portions of the NIC already. Seems appropriate to use one of the bits for resetting the application processor (AP) for SmartNICs. If we are not able to use ethtool to reset such portions of the NIC we will need to create some other API that allows us to do so. Please suggest alternatives. See patch for proposed bit define using ethtool. Please comment on the best way to add reset support for Next-gen NIC devices that contain an application processor (AP). Scott Branden (1): net: ethtool: add support for reset of AP inside NIC interface. include/uapi/linux/ethtool.h | 1 + 1 file changed, 1 insertion(+) -- 2.5.0