Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753915AbbBTHu5 (ORCPT ); Fri, 20 Feb 2015 02:50:57 -0500 Received: from mail-ob0-f172.google.com ([209.85.214.172]:34930 "EHLO mail-ob0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753010AbbBTHuz (ORCPT ); Fri, 20 Feb 2015 02:50:55 -0500 MIME-Version: 1.0 In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD05E38867@BPXM14GP.gisp.nec.co.jp> References: <7F861DC0615E0C47A872E6F3C5FCDDBD05E38867@BPXM14GP.gisp.nec.co.jp> Date: Fri, 20 Feb 2015 09:50:54 +0200 Message-ID: Subject: Re: [PATCH v2 3/3] ixgbe: Add new ndo to allow VF multicast promiscuous mode From: Or Gerlitz To: Hiroshi Shimamoto Cc: "Skidmore, Donald C" , "vyasevic@redhat.com" , "Kirsher, Jeffrey T" , Alexander Duyck , =?UTF-8?Q?Bj=C3=B8rn_Mork?= , "e1000-devel@lists.sourceforge.net" , "netdev@vger.kernel.org" , "Choi, Sy Jong" , "linux-kernel@vger.kernel.org" , David Laight , Hayato Momma Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 749 Lines: 17 On Fri, Feb 20, 2015 at 3:01 AM, Hiroshi Shimamoto wrote: > The administrator can allow to VF multicast promiscuous mode for only > trusted VM. > # ./ip link set dev eth0 vf 1 mc_promisc on > When disallowing multicast promiscuous mode, we can only use 30 IPv6 addresses. > # ./ip link set dev eth0 vf 1 mc_promisc off all the above text belongs to the change-log of the patch that introduces the new ndo also use just "ip" not "./ip" and specify that the default is off. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/