From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] i40evf: fix mac deletion when stop dev Date: Sun, 06 Dec 2015 22:34:25 +0100 Message-ID: <8586905.9aFMtIYiFP@xps13> References: <1448855649-24658-1-git-send-email-jingjing.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Jingjing Wu Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id C7F6F936A for ; Sun, 6 Dec 2015 22:35:36 +0100 (CET) Received: by wmec201 with SMTP id c201so127917207wme.1 for ; Sun, 06 Dec 2015 13:35:36 -0800 (PST) In-Reply-To: <1448855649-24658-1-git-send-email-jingjing.wu@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-11-30 11:54, Jingjing Wu: > When dev_stop is called in i40evf pmd driver, queues are switched off > to stop receiving and transmitting. But the mac address of this VF > still exists in VEB switch. > To stop the traffic from VSI level, the mac address need to be removed > too. Then the bandwidth for this SRIOV VSI can be freed. > This patch fix this issue. > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Signed-off-by: Jingjing Wu Applied, thanks