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

2016-02-18 Thread Wang, Xiao W
> -Original Message- > From: Richardson, Bruce > Sent: Tuesday, February 16, 2016 6:50 PM > To: Wang, Xiao W > Cc: Chen, Jing D ; dev at dpdk.org; He, Shaopeng > > Subject: Re: [PATCH v2 01/16] fm10k: use default mailbox message handler for > pf > > On Wed, Jan 27, 2016 at 11:50:32AM

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

2016-02-16 Thread Bruce Richardson
On Wed, Jan 27, 2016 at 11:50:32AM +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 v2 01/16] fm10k: use default mailbox message handler for pf

2016-01-27 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