fm10k/base: fix VF multicast update
authorWang Xiao W <xiao.w.wang@intel.com>
Thu, 10 Sep 2015 04:38:19 +0000 (12:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 7 Oct 2015 11:25:07 +0000 (13:25 +0200)
commit9d878225720714a62ad620e7c6ba158ee0b4b1de
tree396c580ec36175a0fcffee15d92603ac6f3a5a33
parentba4ea5ee35dc66b85fec109c3f51da3521718c25
fm10k/base: fix VF multicast update

VFs were being improperly added to the switch's multicast group. The
error stems from the fact that incorrect arguments were passed to the
"update_mc_addr" function. It would seem to be a copy paste error since
the parameters are similar to the "update_uc_addr" function.

Signed-off-by: Wang Xiao W <xiao.w.wang@intel.com>
drivers/net/fm10k/base/fm10k_pf.c