From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id D63A99E7 for ; Fri, 5 Jun 2015 10:56:53 +0200 (CEST) Received: by wifx6 with SMTP id x6so13290621wif.0 for ; Fri, 05 Jun 2015 01:56:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vMOX7zdyK+Mh8/899qm2Wq/55KzqXF8x1O8UDUfGsR8=; b=WJ1sIgHjuWtz7HfzaF3J+RkxJXvp6y835KqVAqM0cd+6SK7hnWz53OEiNm+ruuc+QI 08fn+9t1+vWna8h7X7ZT32EvpXGdnXbUJcByILktPZJbLGQFRjsqnhKf8B1AcflY2xtN L43qa1FmpAJ6sesNXNWnQSdTGL7HzzrEvhSLFEXzfP6pj83rkRRHAqyCMNYRLoXdZJun doQop2wTXlUhTJmEdzfJmpIL4oCfIklUGPijqE49SAGYfxY8kqWyPlXgU0U8LrT2aO5O ebdkY8qkMT4cKZd4nfGjSpBZUWgsM/WkrMUaKfAMfXlXEOK0TSFk5vFzFQ9ja39gQR/W nUDA== X-Gm-Message-State: ALoCoQk6HHafusgkPIcB4y298xfYP6s5c6e3MOr7iper6T4dtrGAyPVWZ3Iwzb+heUrxAAdUkn50 X-Received: by 10.194.178.227 with SMTP id db3mr4480768wjc.82.1433494613681; Fri, 05 Jun 2015 01:56:53 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id w11sm9577687wjr.48.2015.06.05.01.56.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 05 Jun 2015 01:56:52 -0700 (PDT) From: Thomas Monjalon To: Shaopeng He Date: Fri, 05 Jun 2015 10:55:59 +0200 Message-ID: <4167682.W45WjUoPKT@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1433474672-30951-1-git-send-email-shaopeng.he@intel.com> References: <1433474672-30951-1-git-send-email-shaopeng.he@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] fm10k: fix PF/VF MAC address register and clean up bug X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jun 2015 08:56:54 -0000 Hi, 2015-06-05 11:24, Shaopeng He: > MAC address with fixed VLAN 0 was removed. VF MAC/VLAN filter was enabled > for the default value. Removed all VLAN and MAC address table entries when > the system(e.g. testpmd) was closed. > > Signed-off-by: Shaopeng He Sorry, it's difficult to understand what was the issue in this description. Could you try to add more context and reword it, please?