Re: [dpdk-dev] [PATCH v5] net/ixgbe: fix over using multicast table for VF

2019-01-07 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, January 7, 2019 3:23 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Zhang, Qi Z ; Wu, Jingjing > ; Zhao1, Wei > Subject: [PATCH v5] net/ixgbe: fix over using multicast table for VF > > According to the current implementation, all VF

[dpdk-dev] [PATCH v5] net/ixgbe: fix over using multicast table for VF

2019-01-06 Thread Wei Zhao
According to the current implementation, all VFs will set bit IXGBE_VMOLR_ROMPE during initialization, this cause any VF will accept packets that match the MTA table. Since the MTA table is shared by all VFs which means if one VF update MTA table in function ixgbe_vf_set_multicast, then all other V

[dpdk-dev] [PATCH v5] net/ixgbe: fix over using multicast table for VF

2019-01-06 Thread Wei Zhao
From: Zhao Wei According to the current implementation, all VFs will set bit IXGBE_VMOLR_ROMPE during initialization, this cause any VF will accept packets that match the MTA table. Since the MTA table is shared by all VFs which means if one VF update MTA table in function ixgbe_vf_set_multicast,