From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 12AD7271 for ; Mon, 3 Apr 2017 15:28:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491226094; x=1522762094; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=DjQLH7y6qV35sdCsrBNZFWf2M2scuOPxDrDlKDGtSRQ=; b=u97qKeWWaG312CFT0kI8HWXLFxELszZu9ryOSOpnHTGjiqnn/1HykjYV WPG4T3n4KehULUeswpq/TLN4LUPw7A==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2017 06:27:54 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,270,1486454400"; d="scan'208";a="84047837" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 03 Apr 2017 06:27:52 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1491009499-65219-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <2bda025f-bc35-2b87-2733-d62a9ccb338f@intel.com> Date: Mon, 3 Apr 2017 14:27:52 +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: <1491009499-65219-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/2] enable TC bandwidth allocation on ixgbe 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, 03 Apr 2017 13:28:14 -0000 On 4/1/2017 2:18 AM, Wenzhuo Lu wrote: > Ixgbe supports to set TCs' bandwidth allocation. > This patch set enables this feature. > > Bernard Iremonger (2): > net/ixgbe: allocate TC bandwidth > app/testpmd: add CLI to set TC min bandwidth Hi Wenzhuo, Can you please rebase the patch on top of latest next-net? Thanks, ferruh