Hi Adrien, Thanks for your fix patch.
Zhiyong > -----Original Message----- > From: Adrien Mazarguil [mailto:adrien.mazarg...@6wind.com] > Sent: Friday, October 6, 2017 8:33 PM > To: Yigit, Ferruh <ferruh.yi...@intel.com>; Yang, Zhiyong > <zhiyong.y...@intel.com> > Cc: dev@dpdk.org > 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 <zhiyong.y...@intel.com> > > Signed-off-by: Adrien Mazarguil <adrien.mazarg...@6wind.com> > ---