Re: [dpdk-dev] [PATCH] examples/vm_power_manager: fix set VF MAC address

2018-01-23 Thread 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 --- examples

Re: [dpdk-dev] [PATCH] examples/vm_power_manager: fix set VF MAC address

2018-01-23 Thread Hunt, David
Replying to notify , which was missing from original mail. -Original Message- From: Coyle, David Sent: Tuesday, 23 January, 2018 2:14 PM To: dev@dpdk.org Cc: Hunt, David ; sta...@intel.com; Coyle, David Subject: [PATCH] examples/vm_power_manager: fix set VF MAC address Current code onl

[dpdk-dev] [PATCH] examples/vm_power_manager: fix set VF MAC address

2018-01-23 Thread David Coyle
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 --- examples/vm_power_manager/main.c | 5 ++--- 1 file changed, 2 i