fm10k: use default mailbox message handler for PF
authorXiao Wang <xiao.w.wang@intel.com>
Fri, 19 Feb 2016 11:06:48 +0000 (19:06 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 16 Mar 2016 17:51:43 +0000 (18:51 +0100)
commit46ba8411822d5943f6e18e8276c1fa4f935664f5
treecc4ca076e065bba21b67cd8126e973d020075cbb
parentd51be739c348e7474d5e0c8f43e79f707422f733
fm10k: use default mailbox message handler for PF

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 <xiao.w.wang@intel.com>
Tested-by: Heng Ding <hengx.ding@intel.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
drivers/net/fm10k/fm10k_ethdev.c