From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D53F423B for ; Thu, 8 Mar 2018 04:12:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2018 19:12:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.47,438,1515484800"; d="scan'208";a="22645318" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.122]) ([10.67.119.122]) by fmsmga007.fm.intel.com with ESMTP; 07 Mar 2018 19:12:04 -0800 Message-ID: <5AA1181A.70102@intel.com> Date: Thu, 08 Mar 2018 19:01:46 +0800 From: "Liu, Yong" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Peng Yuan , dts@dpdk.org References: <1519977042-67516-1-git-send-email-yuan.peng@intel.com> In-Reply-To: <1519977042-67516-1-git-send-email-yuan.peng@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH] tests: count the number of packet from vf to pf using printing information 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, 08 Mar 2018 03:12:07 -0000 Thanks, Yuan. Applied. On 03/02/2018 03:50 PM, Peng Yuan wrote: > modify the test_VEB_switching_inter_vfs_and_pf which belongs to > TestSuite_veb_switch.py. because pf's status doesn't count the packet from vf > which is rooted to itself. > > Signed-off-by: Peng Yuan