From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 3058DAA3D for ; Tue, 10 May 2016 16:39:31 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 10 May 2016 07:39:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,604,1455004800"; d="scan'208";a="976685023" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.87]) ([10.237.220.87]) by fmsmga002.fm.intel.com with ESMTP; 10 May 2016 07:39:28 -0700 To: SAKTHIVEL ANAND S , users@dpdk.org References: From: Ferruh Yigit Message-ID: <5731F2A0.2040506@intel.com> Date: Tue, 10 May 2016 15:39:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-users] DPDK: KNI Random MAC generation X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2016 14:39:31 -0000 On 5/10/2016 8:22 AM, SAKTHIVEL ANAND S wrote: > Hi > > I know by default KNI will generate random MAC address for newly created > interfaces. But Is there any way to disable random MAC generation? i am > using VMXNET3 type Ethernet device. > Hi Sakthivel, For supported drivers (igb, ixgbe) KNI gets the MAC address from device, but for rest it generates random address, this is not configurable. Regards, ferruh