From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B5D9B1B3B4 for ; Tue, 10 Jul 2018 15:01:16 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jul 2018 06:01:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,334,1526367600"; d="scan'208";a="71544529" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 10 Jul 2018 06:01:15 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by irsmsx110.ger.corp.intel.com ([169.254.15.197]) with mapi id 14.03.0319.002; Tue, 10 Jul 2018 14:01:14 +0100 From: "Pattan, Reshma" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "Horton, Remy" , "Chaitanya Babu, TalluriX" Thread-Topic: [PATCH] test: add unit tests for bitrate library Thread-Index: AQHUFU3YeO+blliwL0ubOfx1RqJyJ6SIcPrQ Date: Tue, 10 Jul 2018 13:01:14 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A36D335@IRSMSX109.ger.corp.intel.com> References: <1530897688-22716-1-git-send-email-jananeex.m.parthasarathy@intel.com> In-Reply-To: <1530897688-22716-1-git-send-email-jananeex.m.parthasarathy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] test: add unit tests for bitrate library 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, 10 Jul 2018 13:01:17 -0000 Hi Jananee, > -----Original Message----- > From: Parthasarathy, JananeeX M > Sent: Friday, July 6, 2018 6:21 PM > To: dev@dpdk.org > Cc: Horton, Remy ; Pattan, Reshma > ; Parthasarathy, JananeeX M > ; Chaitanya Babu, TalluriX > > Subject: [PATCH] test: add unit tests for bitrate library >=20 > From: Jananee Parthasarathy >=20 > Unit Test Cases for BitRate library. >=20 > +extern int tx_portid, rx_portid; Now tx_portid and rx_portid type is unit16_t in sample packet forward code,= so you can use the same here too. Thanks, Reshma