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 48E86FB15 for ; Mon, 27 Mar 2017 17:13:04 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga105.fm.intel.com with ESMTP; 27 Mar 2017 08:13:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,232,1486454400"; d="scan'208";a="1147478102" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 27 Mar 2017 08:13:03 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1487906675-54260-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <38332df9-4e8b-856e-8842-81309158ba40@intel.com> Date: Mon, 27 Mar 2017 16:13:02 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <1487906675-54260-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/8] QoS features on i40e 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, 27 Mar 2017 15:13:05 -0000 On 2/24/2017 3:24 AM, Wenzhuo Lu wrote: > This patch set enables several QoS features on i40e. > 1, VF max bandwidth setting. > 2, TC min bandwidth setting on a VF. > 3, TC max bandwidth setting on a VF. > 4, TC TX scheduling mode setting. > As there're no new interface between PF and VF defined, all the settings > for VF are done on PF. PF acts as a controller for the VFs. > > Wenzhuo Lu (8): > net/i40e: set VF max bandwidth from PF > net/i40e: allocate VF TC bandwidth from PF > net/i40e: set VF TC max bandwidth from PF > net/i40e: set TC strict priority mode > app/testpmd: set VF TX max bandwidth > app/testpmd: set VF TC TX min bandwidth > app/testpmd: set VF TC TX max bandwidth > app/testpmd: set TC strict link priority mode Series applied to dpdk-next-net/master, thanks.