From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 5A4A72E8A for ; Tue, 4 Apr 2017 12:32:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491301948; x=1522837948; h=subject:to:references:from:message-id:date:mime-version: in-reply-to:content-transfer-encoding; bh=nV3aVyuCpZYOBNUErBuiKcXA+N7fGxa4FCzMqt5L1mk=; b=Iy73QxZIyy8p3qK3zshOYhLs2wYOVs0nVzfKxtRtbYGRhITpbw//tVxj QAAVr5QBZ1M7eBUi88e4i6mRUxefdg==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 03:32:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,275,1486454400"; d="scan'208";a="84431851" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 04 Apr 2017 03:32:26 -0700 To: Wenzhuo Lu , dev@dpdk.org References: <1491009499-65219-1-git-send-email-wenzhuo.lu@intel.com> <2bda025f-bc35-2b87-2733-d62a9ccb338f@intel.com> From: Ferruh Yigit Message-ID: <0b57cb25-e611-3b09-13d8-7d29b35da628@intel.com> Date: Tue, 4 Apr 2017 11:32:25 +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: <2bda025f-bc35-2b87-2733-d62a9ccb338f@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: Tue, 04 Apr 2017 10:32:28 -0000 On 4/3/2017 2:27 PM, Ferruh Yigit wrote: > 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? I resolved the conflict, new version no more required. > > Thanks, > ferruh > >