From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id E4CC91B2DC for ; Wed, 1 Nov 2017 22:51:18 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 01 Nov 2017 14:51:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,330,1505804400"; d="scan'208";a="170703654" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.226.222]) ([10.241.226.222]) by fmsmga006.fm.intel.com with ESMTP; 01 Nov 2017 14:51:16 -0700 To: Wenzhuo Lu , dev@dpdk.org Cc: john.mcnamara@intel.com References: <1508737092-37275-1-git-send-email-wenzhuo.lu@intel.com> <1508806644-66586-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <9dc54fda-d202-8d8d-0165-ddc597965df5@intel.com> Date: Wed, 1 Nov 2017 14:51:16 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508806644-66586-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: how to set VF MAC address on ixgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2017 21:51:19 -0000 On 10/23/2017 5:57 PM, Wenzhuo Lu wrote: > Add the description of how to add a MAC address for a VF > from PF on ixgbe. > > Signed-off-by: Wenzhuo Lu Applied to dpdk-next-net/master, thanks.