From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <helin.zhang@intel.com>
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 56E702E8D
 for <dev@dpdk.org>; Fri, 22 Apr 2016 08:27:37 +0200 (CEST)
Received: from fmsmga003.fm.intel.com ([10.253.24.29])
 by orsmga101.jf.intel.com with ESMTP; 21 Apr 2016 23:27:36 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.24,516,1455004800"; d="scan'208";a="690327799"
Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205])
 by FMSMGA003.fm.intel.com with ESMTP; 21 Apr 2016 23:27:36 -0700
Received: from fmsmsx116.amr.corp.intel.com (10.18.116.20) by
 fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 21 Apr 2016 23:27:35 -0700
Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by
 fmsmsx116.amr.corp.intel.com (10.18.116.20) with Microsoft SMTP Server (TLS)
 id 14.3.248.2; Thu, 21 Apr 2016 23:27:35 -0700
Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.229]) by
 SHSMSX104.ccr.corp.intel.com ([169.254.5.69]) with mapi id 14.03.0248.002;
 Fri, 22 Apr 2016 14:27:34 +0800
From: "Zhang, Helin" <helin.zhang@intel.com>
To: Igor Ryzhov <iryzhov@nfware.com>, "dev@dpdk.org" <dev@dpdk.org>
Thread-Topic: [dpdk-dev] [PATCH v2] kni: don't reassign ethernet address
 every	time an interface goes up
Thread-Index: AQHRm+rDYe1rKx5wrUKAVfjd4DABnZ+ViCEw
Date: Fri, 22 Apr 2016 06:27:34 +0000
Message-ID: <F35DEAC7BCE34641BA9FAC6BCA4A12E70AA124BA@SHSMSX103.ccr.corp.intel.com>
References: <1461251576-46028-1-git-send-email-iryzhov@nfware.com>
 <1461256050-46372-1-git-send-email-iryzhov@nfware.com>
In-Reply-To: <1461256050-46372-1-git-send-email-iryzhov@nfware.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [10.239.127.40]
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Subject: Re: [dpdk-dev] [PATCH v2] kni: don't reassign ethernet address
 every	time an interface goes up
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: Fri, 22 Apr 2016 06:27:37 -0000



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Igor Ryzhov
> Sent: Friday, April 22, 2016 12:28 AM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2] kni: don't reassign ethernet address every
> time an interface goes up
>=20
> Currently every time a KNI interface goes up, its ethernet address is
> reassigned.
> After this patch ethernet address is assigned only once, at initializatio=
n time.
>=20
> Suggested-by: Sergey Balabanov <balabanovsv@ecotelecom.ru>
> Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>