From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:59600 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751668AbeCVTEY (ORCPT ); Thu, 22 Mar 2018 15:04:24 -0400 Date: Thu, 22 Mar 2018 15:04:22 -0400 (EDT) Message-Id: <20180322.150422.734250800703513916.davem@davemloft.net> To: felix.manlunas@cavium.com Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com, derek.chickles@cavium.com, satananda.burla@cavium.com, intiyaz.basha@cavium.com Subject: Re: [PATCH V2 net-next] liquidio: Added support for trusted VF From: David Miller In-Reply-To: <20180322063054.GA5037@felix-thinkpad.cavium.com> References: <20180322063054.GA5037@felix-thinkpad.cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Felix Manlunas Date: Wed, 21 Mar 2018 23:30:54 -0700 > From: Intiyaz Basha > > When a VF is trusted, all promiscuous traffic will only be sent to that VF. > In normal operation promiscuous traffic is sent to the PF. There can be > only one trusted VF per PF > > Signed-off-by: Intiyaz Basha > Signed-off-by: Felix Manlunas > --- > Patch Change Log: > V1 -> V2: > Used completion in place of wait queue Applied, thank you.