From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <konstantin.ananyev@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id C59525A9D
 for <dev@dpdk.org>; Mon, 29 Feb 2016 18:03:53 +0100 (CET)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by fmsmga103.fm.intel.com with ESMTP; 29 Feb 2016 09:03:33 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.22,521,1449561600"; d="scan'208";a="923555624"
Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75])
 by orsmga002.jf.intel.com with ESMTP; 29 Feb 2016 09:03:33 -0800
Received: from irsmsx105.ger.corp.intel.com ([169.254.7.237]) by
 IRSMSX153.ger.corp.intel.com ([169.254.9.60]) with mapi id 14.03.0248.002;
 Mon, 29 Feb 2016 17:03:31 +0000
From: "Ananyev, Konstantin" <konstantin.ananyev@intel.com>
To: "Iremonger, Bernard" <bernard.iremonger@intel.com>, "dev@dpdk.org"
 <dev@dpdk.org>
Thread-Topic: [PATCH 0/3 v2] ixgbe fixes
Thread-Index: AQHRcKT5YU9s8cx0ZUG/fNPRExi8jZ9DRObA
Date: Mon, 29 Feb 2016 17:03:31 +0000
Message-ID: <2601191342CEEE43887BDE71AB97725836B0C491@irsmsx105.ger.corp.intel.com>
References: <1456330746-15001-1-git-send-email-bernard.iremonger@intel.com>
 <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com>
In-Reply-To: <1456498163-26619-1-git-send-email-bernard.iremonger@intel.com>
Accept-Language: en-IE, en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmI4Yjc1MWItNjlmMi00YzkxLWJmZjQtOWM1MmNmZTU1ODNmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ink1Y2ZcL3FVa2luR2dZXC9HKzNuUktDd29ITTBpaDFDVTN6SXoxOTVCSnJvQT0ifQ==
x-ctpclassification: CTP_IC
x-originating-ip: [163.33.239.181]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH 0/3 v2] ixgbe fixes
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, 29 Feb 2016 17:03:54 -0000



> -----Original Message-----
> From: Iremonger, Bernard
> Sent: Friday, February 26, 2016 2:49 PM
> To: dev@dpdk.org
> Cc: Ananyev, Konstantin; Zhang, Helin; Iremonger, Bernard
> Subject: [PATCH 0/3 v2] ixgbe fixes
>=20
> This patch set implements the following:
> Removes code which was duplicated in eth_ixgbevf_dev_init().
> Adds more information to the error message in ixgbe_check_mq_mode().
> Allows the MAC address of the VF to be set to zero.
>=20
> Changes in v2:
> Do not overwrite the VF perm_add with zero.
>=20
> Bernard Iremonger (3):
>   ixgbe: cleanup eth_ixgbevf_dev_uninit
>   ixgbe: add more information to the error message
>   ixgbe: fix setting of VF MAC address
>=20
>  drivers/net/ixgbe/ixgbe_ethdev.c | 29 +++++++++++++----------------
>  drivers/net/ixgbe/ixgbe_pf.c     |  7 ++++---
>  2 files changed, 17 insertions(+), 19 deletions(-)
>=20
> --

Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>

> 2.6.3