From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 526AB6C98
 for <dev@dpdk.org>; Mon, 30 May 2016 16:34:47 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by fmsmga103.fm.intel.com with ESMTP; 30 May 2016 07:34:18 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,390,1459839600"; d="scan'208";a="965189113"
Received: from amotzhad-mobl2.ger.corp.intel.com ([10.252.31.137])
 by orsmga001.jf.intel.com with SMTP; 30 May 2016 07:34:16 -0700
Received: by  (sSMTP sendmail emulation); Mon, 30 May 2016 15:34:15 +0025
Date: Mon, 30 May 2016 15:34:15 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Rasesh Mody <rasesh.mody@qlogic.com>
Cc: dev@dpdk.org, Dept-EngDPDKDev@qlogic.com,
 Harish Patil <harish.patil@qlogic.com>
Message-ID: <20160530143414.GA24092@bricha3-MOBL3>
References: <1462594891-21169-1-git-send-email-rasesh.mody@qlogic.com>
 <1462594891-21169-2-git-send-email-rasesh.mody@qlogic.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1462594891-21169-2-git-send-email-rasesh.mody@qlogic.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Mon, 30 May 2016 14:34:47 -0000

On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote:
> From: Harish Patil <harish.patil@qlogic.com>
> 
> Under certain scenarios, MFW periodically polls the driver
> for LAN statistics. This patch implements the osal hook to
> fill in the stats.
> 
> Fixes: ffa002d318d36 ("qede: add base driver")
> 
What is MFW?

/Bruce