Hi Adrien, Thanks for your fix patch.
Zhiyong > -----Original Message----- > From: Adrien Mazarguil [mailto:[email protected]] > Sent: Friday, October 6, 2017 8:33 PM > To: Yigit, Ferruh <[email protected]>; Yang, Zhiyong > <[email protected]> > Cc: [email protected] > Subject: [PATCH] ethdev: fix port ID type in flow API > > As for the testpmd flow command which uses uint16_t since the beginning by > chance, switch to portid_t for consistency. > > Fixes: 14ab03825b1d ("ethdev: increase port id range") > Cc: Zhiyong Yang <[email protected]> > > Signed-off-by: Adrien Mazarguil <[email protected]> > ---

