[dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message handler for pf

2016-01-27 Thread Wang, Xiao W
> -Original Message- > From: Richardson, Bruce > Sent: Wednesday, January 27, 2016 4:17 AM > To: Wang, Xiao W > Cc: Chen, Jing D ; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message > handler for pf > > On Mon, Jan 2

[dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message handler for pf

2016-01-26 Thread Bruce Richardson
On Mon, Jan 25, 2016 at 02:31:05AM +, Wang, Xiao W wrote: > Hi Bruce, > > > -Original Message- > > From: Richardson, Bruce > > Sent: Saturday, January 23, 2016 5:32 AM > > To: Wang, Xiao W > > Cc: Chen, Jing D ; dev at dpdk.org > > Subjec

[dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message handler for pf

2016-01-25 Thread Wang, Xiao W
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Saturday, January 23, 2016 5:32 AM > To: Wang, Xiao W > Cc: Chen, Jing D ; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message > handler for pf > > On Thu,

[dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message handler for pf

2016-01-22 Thread Bruce Richardson
On Thu, Jan 21, 2016 at 06:36:00PM +0800, Wang Xiao W wrote: > The new share code makes fm10k_msg_update_pvid_pf function static, so we can > not refer to it now in fm10k_ethdev.c. The registered pf handler is almost the > same as the default pf handler, removing it has no impact on mailbox. > >

[dpdk-dev] [PATCH 15/16] fm10k: use default mailbox message handler for pf

2016-01-21 Thread Wang Xiao W
The new share code makes fm10k_msg_update_pvid_pf function static, so we can not refer to it now in fm10k_ethdev.c. The registered pf handler is almost the same as the default pf handler, removing it has no impact on mailbox. Signed-off-by: Wang Xiao W --- drivers/net/fm10k/fm10k_ethdev.c | 17