From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id ACD162BA9
 for <dev@dpdk.org>; Mon,  4 Jul 2016 15:22:58 +0200 (CEST)
Received: from fmsmga002.fm.intel.com ([10.253.24.26])
 by orsmga101.jf.intel.com with ESMTP; 04 Jul 2016 06:22:57 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,574,1459839600"; d="scan'208";a="1015360092"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.53])
 by fmsmga002.fm.intel.com with SMTP; 04 Jul 2016 06:22:55 -0700
Received: by  (sSMTP sendmail emulation); Mon, 04 Jul 2016 14:22:54 +0025
Date: Mon, 4 Jul 2016 14:22:54 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Rasesh Mody <rasesh.mody@qlogic.com>
Cc: Sony Chacko <sony.chacko@qlogic.com>,
 Harish Patil <harish.patil@qlogic.com>,
 "dev@dpdk.org" <dev@dpdk.org>, Chas Williams <3chas3@gmail.com>
Message-ID: <20160704132253.GA16932@bricha3-MOBL3>
References: <1466511526-16387-1-git-send-email-3chas3@gmail.com>
 <20160629105544.GA3624@bricha3-MOBL3>
 <BLUPR11MB0370EEF6D56231CC59398C1F85240@BLUPR11MB0370.namprd11.prod.outlook.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <BLUPR11MB0370EEF6D56231CC59398C1F85240@BLUPR11MB0370.namprd11.prod.outlook.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] bnx2x: set random MAC address if one isn't
 assigned
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, 04 Jul 2016 13:22:59 -0000

On Thu, Jun 30, 2016 at 07:50:55PM +0000, Rasesh Mody wrote:
> > From: Bruce Richardson [mailto:bruce.richardson@intel.com]
> > Sent: Wednesday, June 29, 2016 3:56 AM
> > 
> > On Tue, Jun 21, 2016 at 08:18:46AM -0400, Chas Williams wrote:
> > > If the PF hasn't assigned an address, assign one randomly.  While
> > > here, convert to use DPDK's ether address utility routines.
> > >
> > > Fixes: 540a211084a7 ("bnx2x: driver core")
> > >
> > > Signed-off-by: Chas Williams <3chas3@gmail.com>
> > 
> > Maintainers, any comment or ack on this patch?
> > 
> > /Bruce
> 
> Acked-by: Rasesh Mody <rasesh.mody@qlogic.com>
> 
> Thanks!
> Rasesh

Applied to dpdk-next-net/rel_16_07

/Bruce