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 2EFCE1B0F8 for ; Thu, 6 Dec 2018 06:46:39 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Dec 2018 21:46:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,321,1539673200"; d="scan'208";a="96533109" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga007.jf.intel.com with ESMTP; 05 Dec 2018 21:46:39 -0800 Received: from fmsmsx155.amr.corp.intel.com (10.18.116.71) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 21:46:38 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by FMSMSX155.amr.corp.intel.com (10.18.116.71) with Microsoft SMTP Server (TLS) id 14.3.408.0; Wed, 5 Dec 2018 21:46:38 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.182]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.176]) with mapi id 14.03.0415.000; Thu, 6 Dec 2018 13:46:36 +0800 From: "Zhu, WenhuiX" To: "Ma, LihongX" , "dts@dpdk.org" CC: "Ma, LihongX" , "Wang, FengqinX" Thread-Topic: [dts] [PATCH V1] Use tcpdump_sniff_packets instead of sniff method Thread-Index: AQHUjHgHp9l0PvXA9kiuG4g0RtPI3KVxNGdg Date: Thu, 6 Dec 2018 05:46:36 +0000 Message-ID: References: <1543973812-19241-1-git-send-email-lihongx.ma@intel.com> In-Reply-To: <1543973812-19241-1-git-send-email-lihongx.ma@intel.com> Accept-Language: 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 V1] Use tcpdump_sniff_packets instead of sniff method 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: Thu, 06 Dec 2018 05:46:40 -0000 -----Original Message----- From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of lihong Sent: Wednesday, December 5, 2018 9:37 AM To: dts@dpdk.org Cc: Ma, LihongX Subject: [dts] [PATCH V1] Use tcpdump_sniff_packets instead of sniff method About the test case test_vxlan_ipv6_checksum_offload,the sniff method may n= ot work well when add filter arguments, so use tcpdump_sniff_packets instea= d of it. Signed-off-by: lihong Tested-by: wenhui