From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751835AbdJRQ2w (ORCPT ); Wed, 18 Oct 2017 12:28:52 -0400 Received: from vps0.lunn.ch ([185.16.172.187]:50051 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbdJRQ2a (ORCPT ); Wed, 18 Oct 2017 12:28:30 -0400 Date: Wed, 18 Oct 2017 18:28:23 +0200 From: Andrew Lunn To: Scott Branden Cc: "David S. Miller" , "Allan W. Nielsen" , Raju Lakkaraju , Florian Fainelli , BCM Kernel Feedback , linux-kernel@vger.kernel.org, Steve Lin Subject: Re: [PATCH 0/1] net: ethtool: add SmartNIC reset support Message-ID: <20171018162823.GB15371@lunn.ch> References: <1508342496-5047-1-git-send-email-scott.branden@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508342496-5047-1-git-send-email-scott.branden@broadcom.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 18, 2017 at 09:01:35AM -0700, Scott Branden wrote: > 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. Hi Scott Do you also have a management processor on the NIC? Or is the Application Processor just the Marketing Departments name for the management processor? Andrew