From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id EC7851C00 for ; Fri, 12 May 2017 11:31:31 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 12 May 2017 02:31:30 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,329,1491289200"; d="scan'208";a="101233958" Received: from stv-crb-56.sh.intel.com (HELO [10.239.128.116]) ([10.239.128.116]) by fmsmga006.fm.intel.com with ESMTP; 12 May 2017 02:31:30 -0700 Message-ID: <59157E08.9070107@intel.com> Date: Fri, 12 May 2017 17:19:04 +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: Yulong Pei , dts@dpdk.org CC: qian.q.xu@intel.com References: <86228AFD5BCD8E4EBFD2B90117B5E81E62DCEDD4@SHSMSX103.ccr.corp.intel.com> <1494472438-128286-1-git-send-email-yulong.pei@intel.com> In-Reply-To: <1494472438-128286-1-git-send-email-yulong.pei@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dts] [PATCH v3 1/2] support html report for nic performance result 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, 12 May 2017 09:31:32 -0000 Thanks yulong. Applied in. On 05/11/2017 11:13 AM, Yulong Pei wrote: > support html report for nic performance result and support to send it > out by email. > > Signed-off-by: Yulong Pei > --- > nics/perf_report.jinja | 82 ++++++++++++++++++++++++++++++ > nics/perf_report.py | 111 +++++++++++++++++++++++++++++++++++++++++ > nics/system_info.py | 133 +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 326 insertions(+) > create mode 100644 nics/perf_report.jinja > create mode 100644 nics/perf_report.py > create mode 100644 nics/system_info.py