From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 4BD371B30D for ; Mon, 29 Jan 2018 07:37:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jan 2018 22:37:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,429,1511856000"; d="scan'208";a="27080280" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 28 Jan 2018 22:37:04 -0800 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 28 Jan 2018 22:37:05 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 28 Jan 2018 22:37:05 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.192]) by shsmsx102.ccr.corp.intel.com ([169.254.2.124]) with mapi id 14.03.0319.002; Mon, 29 Jan 2018 14:37:03 +0800 From: "Liu, Yong" To: "Xu, GangX" , "dts@dpdk.org" CC: "Xu, GangX" Thread-Topic: [dts] [PATCH V1] fix RX TX different Thread-Index: AQHTmMqkd7xKVdhlD0eWzRPZCy72f6OKZUBQ Date: Mon, 29 Jan 2018 06:37:02 +0000 Message-ID: <86228AFD5BCD8E4EBFD2B90117B5E81E62F6C723@SHSMSX101.ccr.corp.intel.com> References: <1517207479-32792-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1517207479-32792-1-git-send-email-gangx.xu@intel.com> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWM1YTgzNjMtZjNmZS00YTQ5LWFhMDYtMjViODg5NzUwMTFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjIuNS4xOCIsIlRydXN0ZWRMYWJlbEhhc2giOiJFTVpKb0U4U1dsc1wvXC9aalI0SG1tZ0F6NFZpZnlIUnpJVHpBOVB2OUNRZ2ZYZjJLZ2lIdFJ1emcybE95emI2RGYifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action 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 V1] fix 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: Mon, 29 Jan 2018 06:37:07 -0000 Gang, Please explain more about this change. Like why it need before and why usel= ess now. Thanks, Marvin > -----Original Message----- > From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xu,gang > Sent: Monday, January 29, 2018 2:31 PM > To: dts@dpdk.org > Cc: Xu, GangX > Subject: [dts] [PATCH V1] fix RX TX different >=20 > Signed-off-by: xu,gang > --- > tests/TestSuite_shutdown_api.py | 3 --- > 1 file changed, 3 deletions(-) >=20 > diff --git a/tests/TestSuite_shutdown_api.py > b/tests/TestSuite_shutdown_api.py > index f81c3d5..e0af041 100644 > --- a/tests/TestSuite_shutdown_api.py > +++ b/tests/TestSuite_shutdown_api.py > @@ -146,9 +146,6 @@ class TestShutdownApi(TestCase): > # some NIC will always include tx crc > rx_bytes_exp -=3D 4 > tx_bytes_exp -=3D 4 > - if vlan is True: > - # vlan strip default is on > - tx_bytes_exp -=3D 4 >=20 > # fortville nic enable send lldp packet function when port setup > # now the tx-packets size is lldp_size(110) * n + forward packe > size > -- > 1.9.3