[dpdk-dev] [PATCH] bnx2x: set random MAC address if one isn't assigned

2016-07-04 Thread Bruce Richardson
On Thu, Jun 30, 2016 at 07:50:55PM +, Rasesh Mody wrote: > > From: Bruce Richardson [mailto:bruce.richardson at 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 ra

[dpdk-dev] [PATCH] bnx2x: set random MAC address if one isn't assigned

2016-06-30 Thread Rasesh Mody
> From: Bruce Richardson [mailto:bruce.richardson at 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 ro

[dpdk-dev] [PATCH] bnx2x: set random MAC address if one isn't assigned

2016-06-29 Thread Bruce Richardson
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 at gmail.com> M

[dpdk-dev] [PATCH] bnx2x: set random MAC address if one isn't assigned

2016-06-21 Thread Chas Williams
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 at gmail.com> --- drivers/net/bnx2x/bnx2x.h | 8 drivers/net/bnx2x/bnx2x_vfp