From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 3C6781B2E2 for ; Tue, 13 Feb 2018 06:03:58 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Feb 2018 21:03:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,506,1511856000"; d="scan'208";a="17681876" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.83]) ([10.67.119.83]) by orsmga008.jf.intel.com with ESMTP; 12 Feb 2018 21:03:57 -0800 Message-ID: <5A82E00B.30107@intel.com> Date: Tue, 13 Feb 2018 20:54:35 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "xu,gang" , dts@dpdk.org References: <1518418190-54182-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1518418190-54182-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V4] fix shutdown_api RX TX different X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 05:03:59 -0000 Thanks gang, applied. On 02/12/2018 02:49 PM, xu,gang wrote: > add vlan_strip option, when vlan_strip is off, RX-bytes and TX-bytes equal. > rx_vlan add|rm need open vlan filter > > Signed-off-by: xu,gang