From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 74914569B for ; Mon, 1 Oct 2018 13:02:08 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Oct 2018 04:02:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,327,1534834800"; d="scan'208";a="91071647" Received: from dhunt5-mobl2.ger.corp.intel.com (HELO [10.237.221.37]) ([10.237.221.37]) by fmsmga002.fm.intel.com with ESMTP; 01 Oct 2018 04:02:04 -0700 To: "Yao, Lei A" , "dev@dpdk.org" Cc: "Mcnamara, John" , "stephen@networkplumber.org" , "Burakov, Anatoly" References: <20180926134037.43606-1-david.hunt@intel.com> <20180926163727.47337-1-david.hunt@intel.com> <20180926163727.47337-11-david.hunt@intel.com> <2DBBFF226F7CF64BAFCA79B681719D953A570948@shsmsx102.ccr.corp.intel.com> From: "Hunt, David" Message-ID: <3e00f906-756c-a6f8-2bcf-09c9226609fc@intel.com> Date: Mon, 1 Oct 2018 12:02:03 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <2DBBFF226F7CF64BAFCA79B681719D953A570948@shsmsx102.ccr.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-dev] [PATCH v5 10/10] doc/vm_power_manager: add JSON interface API info X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Oct 2018 11:02:08 -0000 Hi Lei, On 29/9/2018 3:42 AM, Yao, Lei A wrote: >> +:Pair Name: "avg_packet_thresh" >> +:Description: Threshold below which the frequency will be set to min for >> + the TRAFFIC policy. If the traffic rate is above this and below max, the >> + frequency will be set to medium. >> +:Type: integer >> +:Values: The number of packets below which the TRAFFIC policy applies the >> + minimum frequency, or medium frequency if between avg and max >> thresholds. >> +:Required: only for TRAFFIC policy >> +:Example: >> + >> + .. code-block:: javascript >> + >> + "avg_packet_thresh": 100000 > Hi, Dave > > For this traffic policy , seems in previous release, we depends on the > application in VM to send the VF mac address info back to the host > vm_power_manager sample in host through virtio-serial port. > If this JOSN interface is designed for container using VF, do we need add > VF mac or ID related info into the TRAFFIC policy JSON file? Otherwise, > the host don't know which port to monitor the throughput, I guess. > > Well spotted. I'll add this and upload a new version. Thanks, Dave.