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 7BA3E58E4 for ; Thu, 5 Jun 2014 07:32:53 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 04 Jun 2014 22:33:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.98,978,1392192000"; d="scan'208";a="522986797" Received: from fmsmsx106.amr.corp.intel.com ([10.19.9.37]) by orsmga001.jf.intel.com with ESMTP; 04 Jun 2014 22:33:05 -0700 Received: from fmsmsx119.amr.corp.intel.com (10.19.9.28) by FMSMSX106.amr.corp.intel.com (10.19.9.37) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 4 Jun 2014 22:33:04 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.110.14) by FMSMSX119.amr.corp.intel.com (10.19.9.28) with Microsoft SMTP Server (TLS) id 14.3.123.3; Wed, 4 Jun 2014 22:33:04 -0700 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.37]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.34]) with mapi id 14.03.0123.003; Thu, 5 Jun 2014 13:32:56 +0800 From: "Liu, Jijiang" To: "Ouyang, Changchun" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/3] Support setting TX rate for queue and VF Thread-Index: AQHPeLaUyvnkT8GBCE+vBxAV8x4+TZtiCTnQgAAEBBA= Date: Thu, 5 Jun 2014 05:32:56 +0000 Message-ID: <1ED644BD7E0A5F4091CF203DAFB8E4CC01D2CFD6@SHSMSX101.ccr.corp.intel.com> References: <1401090331-18455-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 0/3] Support setting TX rate for queue and VF X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 05:32:55 -0000 Acked-by: Jijiang Liu -----Original Message----- From: Ouyang, Changchun Sent: Monday, May 26, 2014 3:45 PM To: dev@dpdk.org Cc: Ouyang, Changchun Subject: [PATCH v2 0/3] Support setting TX rate for queue and VF This patch v2 fixes some errors and warnings reported by checkpatch.pl. =20 This patch series also contain the 3 items: 1. Add API to support setting TX rate for a queue or a VF. 2. Implement the functionality of setting TX rate for queue or VF in IXGBE = PMD. 3. Add commands in testpmd to test the functionality of setting TX rate for= queue or VF. Ouyang Changchun (3): Add API to support set TX rate for a queue and VF. Implement the functionality of setting TX rate for queue or VF in IXGBE PMD. Add commands in testpmd to test the functionality of setting TX rate for queue or VF. app/test-pmd/cmdline.c | 159 ++++++++++++++++++++++++++++++++= +++- app/test-pmd/config.c | 47 +++++++++++ app/test-pmd/testpmd.h | 3 + lib/librte_ether/rte_ethdev.c | 71 ++++++++++++++++ lib/librte_ether/rte_ethdev.h | 51 ++++++++++++ lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 122 +++++++++++++++++++++++++++ lib= /librte_pmd_ixgbe/ixgbe_ethdev.h | 13 ++- 7 files changed, 462 insertions(+), 4 deletions(-) -- 1.9.0