From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] examples/vm_power_manager: fix set VF MAC address Date: Thu, 01 Feb 2018 01:18:07 +0100 Message-ID: <3474104.ryiLEya1Hk@xps> References: <1516716855-14805-1-git-send-email-david.coyle@intel.com> <0e3713d3-b49e-401b-0fbe-ae1053ebb8fe@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, "Hunt, David" , dev@dpdk.org To: David Coyle Return-path: In-Reply-To: <0e3713d3-b49e-401b-0fbe-ae1053ebb8fe@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/01/2018 15:32, Hunt, David: > Hi David, > > On 23/1/2018 2:14 PM, David Coyle wrote: > > Current code only sets mac address of first VF. Fix code so that it > > continues through the loop and sets the mac address of each VF. > > > > Fixes: c9a4779135c9 ("examples/vm_power_mgr: set MAC address of VF") > > > > Signed-off-by: David Coyle > > Acked-by: David Hunt Applied, thanks