Re: [dpdk-dev] [PATCH v4] net/ixgbe: fix multicast table enable error for VF

2019-01-06 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, January 7, 2019 2:16 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Wu, Jingjing > ; Zhao1, Wei > Subject: [PATCH v4] net/ixgbe: fix multicast table enable error for VF How about change the title to: "fix over using m

[dpdk-dev] [PATCH v4] net/ixgbe: fix multicast table enable error for VF

2019-01-06 Thread Wei Zhao
In ixgbe PMD code, all vf ars set with bit IXGBE_VMOLR_ROMPE, which make vf accept packets that match the MTA table, if some vf update IXGBE_MTA in function ixgbe_vf_set_multicast, then all vf will receive packets from these address. So there is need to set VMOLR register bit ROPE only after this v