From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id ADBFBA0096 for ; Tue, 9 Apr 2019 09:13:05 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 42838532C; Tue, 9 Apr 2019 09:13:05 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 071694F9B for ; Tue, 9 Apr 2019 09:13:03 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Apr 2019 00:13:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,328,1549958400"; d="scan'208";a="162646492" Received: from unknown (HELO localhost.localdomain.sh.intel.com) ([10.240.176.135]) by fmsmga001.fm.intel.com with ESMTP; 09 Apr 2019 00:13:02 -0700 From: changqingxwu To: dts@dpdk.org Cc: changqingxwu Date: Tue, 9 Apr 2019 15:15:15 +0800 Message-Id: <1554794115-14839-1-git-send-email-changqingx.wu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH V1] vxlan:Optimization check inner l4 invalid 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: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: changqingxwu --- tests/TestSuite_vxlan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestSuite_vxlan.py b/tests/TestSuite_vxlan.py index 8de8384..34297e0 100644 --- a/tests/TestSuite_vxlan.py +++ b/tests/TestSuite_vxlan.py @@ -469,7 +469,6 @@ class TestVxlan(TestCase, IxiaPacketGenerator): if "inner_l4_invalid" in kwargs: self.verify(self.pmdout.get_pmd_value("Bad-l4csum:", out) == self.l4err_num + 1, "Failed to count inner l4 chksum error") - self.l4err_num += 1 # verify detected l3 invalid checksum if "ip_invalid" in kwargs: -- 2.17.2