From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 57E3FA04E7; Tue, 3 Nov 2020 03:04:48 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 17C0872F0; Tue, 3 Nov 2020 03:04:47 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id E907F5B3C for ; Tue, 3 Nov 2020 03:04:43 +0100 (CET) IronPort-SDR: CiAnDN5y8DuY2mFR22uCT3iv1+6ErPfW7XmKeyZ/KwHiGB7v2sG+KcErLxtQw/ENm1Mntd3VSE Q5YODyvIGblA== X-IronPort-AV: E=McAfee;i="6000,8403,9793"; a="156763789" X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="156763789" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2020 18:04:42 -0800 IronPort-SDR: rtF4esgPqUYsE55U9KYzwxq/E4SxIRC37LjHbcMCPksBzmUPFwKY4cSO1ULxPFsMhGaHaBL77p CfEY85SQ6xow== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,446,1596524400"; d="scan'208";a="320266981" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga003.jf.intel.com with ESMTP; 02 Nov 2020 18:04:40 -0800 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 2 Nov 2020 18:04:39 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Tue, 3 Nov 2020 10:04:37 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Tue, 3 Nov 2020 10:04:37 +0800 From: "Tu, Lijuan" To: "Ma, LihongX" , "Xie, WeiX" , "dts@dpdk.org" CC: "Xie, WeiX" Thread-Topic: [dts] [PATCH V1] tests/TestSuite_af_xdp_2:fixed save pcap file failed Thread-Index: AQHWrdD6mpKjrmpSCUycTAjeWguHram1r5wg Date: Tue, 3 Nov 2020 02:04:37 +0000 Message-ID: <92493b038cc349a0b189bf3a70543d3f@intel.com> References: <20201022090937.28791-1-weix.xie@intel.com> In-Reply-To: Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dts] [PATCH V1] tests/TestSuite_af_xdp_2:fixed save pcap file failed 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" > > *AF_XDP pmd is enable by default with meson build method, and remove > > rebuild steps. > > *Fixed pcap file is empty. > > > > Signed-off-by: Xie wei > Acked-by: Lihong Ma Applied