[dpdk-dev] [PATCH] fm10k: fix an error message when adding default VLAN

2015-07-10 Thread Thomas Monjalon
2015-07-02 12:18, Qiu, Michael: > On 6/26/2015 10:37 AM, He, Shaopeng wrote: > > The default MAC address is directly copied to Device Ethernet > > Link address array in the device initialize phase, which > > bypasses fm10k MAC address number check mechanism, and will > > cause an error message when

[dpdk-dev] [PATCH] fm10k: fix an error message when adding default VLAN

2015-07-02 Thread Qiu, Michael
On 6/26/2015 10:37 AM, He, Shaopeng wrote: > The default MAC address is directly copied to Device Ethernet > Link address array in the device initialize phase, which > bypasses fm10k MAC address number check mechanism, and will > cause an error message when adding default VLAN. Fix it by > moving d

[dpdk-dev] [PATCH] fm10k: fix an error message when adding default VLAN

2015-07-02 Thread He, Shaopeng
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Wednesday, July 01, 2015 9:12 PM > To: He, Shaopeng > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] fm10k: fix an error message when adding > default VLAN

[dpdk-dev] [PATCH] fm10k: fix an error message when adding default VLAN

2015-07-01 Thread Thomas Monjalon
2015-06-26 10:37, Shaopeng He: > The default MAC address is directly copied to Device Ethernet > Link address array in the device initialize phase, which Do you mean "device start phase" instead? > bypasses fm10k MAC address number check mechanism, and will > cause an error message when adding de

[dpdk-dev] [PATCH] fm10k: fix an error message when adding default VLAN

2015-06-26 Thread Shaopeng He
The default MAC address is directly copied to Device Ethernet Link address array in the device initialize phase, which bypasses fm10k MAC address number check mechanism, and will cause an error message when adding default VLAN. Fix it by moving default MAC address registration to device initialize