-----Original Message-----
From: Intel-wired-lan [mailto:intel-wired-lan-boun...@lists.osuosl.org] On 
Behalf Of Hiroshi Shimamoto
Sent: Thursday, August 27, 2015 11:59 PM
To: Or Gerlitz <gerlitz...@gmail.com>; Alexander Duyck 
<alexander.du...@gmail.com>; Skidmore, Donald C <donald.c.skidm...@intel.com>; 
Rose, Gregory V <gregory.v.r...@intel.com>; Kirsher, Jeffrey T 
<jeffrey.t.kirs...@intel.com>; intel-wired-...@lists.osuosl.org; 
nhor...@redhat.com; jogre...@redhat.com; Linux Netdev List 
<netdev@vger.kernel.org>; Choi, Sy Jong <sy.jong.c...@intel.com>; Rony Efraim 
<ro...@mellanox.com>; Edward Cree <ec...@solarflare.com>; David Miller 
<da...@davemloft.net>; sassm...@redhat.com
Subject: [Intel-wired-lan] [PATCH v8 3/3] ixgbe, ixgbevf: Add new mbox API 
xcast mode

From: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com>

The limitation of the number of multicast address for VF is not enough for the 
large scale server with SR-IOV feature. IPv6 requires the multicast MAC address 
for each IP address to handle the Neighbor Solicitation message. We couldn't 
assign over 30 IPv6 addresses to a single VF.

This patch introduces the new mailbox API, IXGBE_VF_UPDATE_XCAST_MODE, to 
update multicast mode of VF. This adds 3 modes;
  - NONE     only L2 exact match addresses or Flow Director enabled
  - MULTI    BAM and ROMPE set
  - ALLMULTI BAM, ROMPE and MPE set

If a guest VF user wants over 30 MAC multicast addresses, set IFF_ALLMULTI to 
request PF to update xcast mode to enable VF multicast promiscuous mode.

On the other hand, enabling VF multicast promiscuous mode may affect security 
and performance in the network of the NIC. Only trusted VF can enable multicast 
promiscuous mode. The behavior of untrusted VF is the same as previous version.

Signed-off-by: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com>
---
 
Tested-by: Krishneil Singh <krishneil.k.si...@intel.com>


--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to