From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 44F2D2F42 for ; Mon, 29 Jan 2018 07:30:07 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Jan 2018 22:30:06 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,429,1511856000"; d="scan'208";a="26227421" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 28 Jan 2018 22:30:05 -0800 From: "xu,gang" To: dts@dpdk.org Cc: "xu,gang" Date: Mon, 29 Jan 2018 14:31:19 +0800 Message-Id: <1517207479-32792-1-git-send-email-gangx.xu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [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:30:07 -0000 Signed-off-by: xu,gang --- tests/TestSuite_shutdown_api.py | 3 --- 1 file changed, 3 deletions(-) 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 -= 4 tx_bytes_exp -= 4 - if vlan is True: - # vlan strip default is on - tx_bytes_exp -= 4 # 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