[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon

2015-06-12 Thread Qiu, Michael
Tested-by: Michael Qiu mailto:michael.qiu at intel.com>> On 5/29/2015 4:11 PM, Chen, Jing D wrote: > From: "Chen Jing D(Mark)" > > In fm10k, PF driver needs to communicate with switch through > mailbox if it needs to add/delete MAC address. > This fix will validate if switch is ready before goi

[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon

2015-06-10 Thread Chen, Jing D
Hi, Michael, > -Original Message- > From: Qiu, Michael > Sent: Wednesday, June 10, 2015 12:24 AM > To: Chen, Jing D; dev at dpdk.org > Cc: He, Shaopeng > Subject: Re: [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to > silicon > > On 2015/5/29 16:11, Chen, Jing D wrote: > > From

[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon

2015-06-09 Thread Qiu, Michael
On 2015/5/29 16:11, Chen, Jing D wrote: > From: "Chen Jing D(Mark)" > > In fm10k, PF driver needs to communicate with switch through > mailbox if it needs to add/delete MAC address. > This fix will validate if switch is ready before going forward. > Then, it is necessary to acquire LPORT_MAP info

[dpdk-dev] [PATCH 4/6] fm10k: Fix issue that MAC addr can't be set to silicon

2015-05-29 Thread Chen Jing D(Mark)
From: "Chen Jing D(Mark)" In fm10k, PF driver needs to communicate with switch through mailbox if it needs to add/delete MAC address. This fix will validate if switch is ready before going forward. Then, it is necessary to acquire LPORT_MAP info after issuing MAC addr request to switch. Signed-o