Hi Jananee, > -----Original Message----- > From: Parthasarathy, JananeeX M > Sent: Friday, July 6, 2018 6:21 PM > To: dev@dpdk.org > Cc: Horton, Remy <remy.hor...@intel.com>; Pattan, Reshma > <reshma.pat...@intel.com>; Parthasarathy, JananeeX M > <jananeex.m.parthasara...@intel.com>; Chaitanya Babu, TalluriX > <tallurix.chaitanya.b...@intel.com> > Subject: [PATCH] test: add unit tests for bitrate library > > From: Jananee Parthasarathy <jananeex.m.parthasara...@intel.com> > > Unit Test Cases for BitRate library. > > +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