From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E859E7CBC for ; Fri, 8 Sep 2017 09:38:30 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Sep 2017 00:38:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,360,1500966000"; d="scan'208";a="133117165" Received: from dpdk-test32.sh.intel.com (HELO [10.67.119.120]) ([10.67.119.120]) by orsmga002.jf.intel.com with ESMTP; 08 Sep 2017 00:38:28 -0700 Message-ID: <59B2C38E.6020501@intel.com> Date: Sat, 09 Sep 2017 00:21:34 +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: "xu,gang" , dts@dpdk.org CC: "xu,huilong" References: <1504853194-8552-1-git-send-email-gangx.xu@intel.com> In-Reply-To: <1504853194-8552-1-git-send-email-gangx.xu@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH V2] fix link status interrupt failed case 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: Fri, 08 Sep 2017 07:38:31 -0000 Thanks, huilong. Applied. On 09/08/2017 02:46 PM, xu,gang wrote: > From: "xu,huilong" > > update list: > 1. update fortville nic test interrupt mode list > 2. fix example setup failed > 3. fix check port stats in example > 4. fix check rx/tx packet get count number error > > Signed-off-by: xu,huilong