Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031137AbbD1ThP (ORCPT ); Tue, 28 Apr 2015 15:37:15 -0400 Received: from mga09.intel.com ([134.134.136.24]:8640 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031064AbbD1ThJ convert rfc822-to-8bit (ORCPT ); Tue, 28 Apr 2015 15:37:09 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,665,1422950400"; d="scan'208";a="720654092" From: "Schmitt, Phillip J" To: Hiroshi Shimamoto , "Kirsher, Jeffrey T" , Alexander Duyck , intel-wired-lan CC: "vyasevic@redhat.com" , "e1000-devel@lists.sourceforge.net" , "netdev@vger.kernel.org" , "Choi, Sy Jong" , "linux-kernel@vger.kernel.org" , David Laight , Hayato Momma , Edward Cree , Or Gerlitz , =?iso-8859-1?Q?Bj=F8rn_Mork?= Subject: RE: [Intel-wired-lan] [PATCH v4 2/3] if_link: Add VF multicast promiscuous control Thread-Topic: [Intel-wired-lan] [PATCH v4 2/3] if_link: Add VF multicast promiscuous control Thread-Index: AdBzKlUSgpmtuBtxTJyIO7a5PvR4YgOwFhfw Date: Tue, 28 Apr 2015 19:37:08 +0000 Message-ID: <305E19FFAC908240AB6DEBD1E2D8C1E17F82441E@ORSMSX108.amr.corp.intel.com> References: <7F861DC0615E0C47A872E6F3C5FCDDBD05E7EC0A@BPXM14GP.gisp.nec.co.jp> In-Reply-To: <7F861DC0615E0C47A872E6F3C5FCDDBD05E7EC0A@BPXM14GP.gisp.nec.co.jp> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.138] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1689 Lines: 41 > -----Original Message----- > From: Intel-wired-lan [mailto:intel-wired-lan-bounces@lists.osuosl.org] On > Behalf Of Hiroshi Shimamoto > Sent: Thursday, April 09, 2015 6:05 PM > To: Kirsher, Jeffrey T; Alexander Duyck; intel-wired-lan > Cc: vyasevic@redhat.com; e1000-devel@lists.sourceforge.net; > netdev@vger.kernel.org; Choi, Sy Jong; linux-kernel@vger.kernel.org; David > Laight; Hayato Momma; Edward Cree; Or Gerlitz; Bj?rn Mork > Subject: [Intel-wired-lan] [PATCH v4 2/3] if_link: Add VF multicast promiscuous > control > > From: Hiroshi Shimamoto > > Add netlink directives and ndo entry to allow VF multicast promiscuous mode. > > This controls the permission to enter VF multicast promiscuous mode. > The administrator will dedicatedly allow multicast promiscuous per VF. > > When the VF is under multicast promiscuous mode, all multicast packets are sent > to the VF. > > Don't allow VF multicast promiscuous if the VM isn't fully trusted. > > Signed-off-by: Hiroshi Shimamoto > Reviewed-by: Hayato Momma > CC: Choi, Sy Jong > --- > include/linux/if_link.h | 1 + > include/linux/netdevice.h | 3 +++ > include/uapi/linux/if_link.h | 6 ++++++ > net/core/rtnetlink.c | 19 +++++++++++++++++-- > 4 files changed, 27 insertions(+), 2 deletions(-) Tested-by: Phil Schmitt -- 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/