From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] liquidio: Add spoof checking on a VF MAC address Date: Thu, 06 Sep 2018 15:52:33 -0700 (PDT) Message-ID: <20180906.155233.1458859903414395717.davem@davemloft.net> References: <20180906014056.GA2159@felix-thinkpad.cavium.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, raghu.vatsavayi@cavium.com, derek.chickles@cavium.com, satananda.burla@cavium.com, weilin.chang@cavium.com To: felix.manlunas@cavium.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:39464 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726131AbeIGDaS (ORCPT ); Thu, 6 Sep 2018 23:30:18 -0400 In-Reply-To: <20180906014056.GA2159@felix-thinkpad.cavium.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Felix Manlunas Date: Wed, 5 Sep 2018 18:40:56 -0700 > From: Weilin Chang > > 1. Provide the API to set/unset the spoof checking feature. > 2. Add a function to periodically provide the count of found > packets with spoof VF MAC address. > 3. Prevent VF MAC address changing while the spoofchk of the VF is > on unless the changing MAC address is issued from PF. > > Signed-off-by: Weilin Chang > Signed-off-by: Felix Manlunas Applied, thank you.