From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id C567AF94E for ; Mon, 16 Jan 2017 03:28:09 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga105.fm.intel.com with ESMTP; 15 Jan 2017 18:28:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,236,1477983600"; d="scan'208";a="53402295" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga005.jf.intel.com with ESMTP; 15 Jan 2017 18:28:08 -0800 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 15 Jan 2017 18:28:07 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 15 Jan 2017 18:28:07 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Mon, 16 Jan 2017 10:28:05 +0800 From: "Liu, Yong" To: "Xu, HuilongX" , "dts@dpdk.org" CC: "Xu, HuilongX" Thread-Topic: [dts] [patch V2 1/2] add check_tx_bytes function for check testpmd tx_bytes Thread-Index: AQHSbLD/SaPFTPA2kky4oRJ2hji6sqE6Zn9Q Date: Mon, 16 Jan 2017 02:28:04 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62D47893@SHSMSX103.ccr.corp.intel.com> References: <1484210817-42185-1-git-send-email-huilongx.xu@intel.com> In-Reply-To: <1484210817-42185-1-git-send-email-huilongx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [patch V2 1/2] add check_tx_bytes function for check testpmd tx_bytes 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: Mon, 16 Jan 2017 02:28:10 -0000 Thanks, applied into master branch. Please add more description for the bac= kground in next time. The commit log will help us get to known the tricky thing in DPDK. > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,huilong > Sent: Thursday, January 12, 2017 4:47 PM > To: dts@dpdk.org > Cc: Xu, HuilongX > Subject: [dts] [patch V2 1/2] add check_tx_bytes function for check testp= md > tx_bytes >=20 > changlist: > 1. add PROTOCOL_PACKET_SIZE value in setting mode 2. add check_tx_bytes > function in testpmd output mode >=20 > Signed-off-by: xu,huilong