Re: [dpdk-dev] [PATCH] ethdev: fix port ID type in flow API

2017-10-17 Thread Yang, Zhiyong
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 ; Yang, Zhiyong > > Cc: dev@dpdk.org > Subject: [PATCH] ethdev: fix port ID type in flow API > > A

Re: [dpdk-dev] [PATCH] ethdev: fix port ID type in flow API

2017-10-06 Thread Thomas Monjalon
06/10/2017 14:32, Adrien Mazarguil: > 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 > > Signed-off-by: Adrien Mazarguil Applied with next-net

[dpdk-dev] [PATCH] ethdev: fix port ID type in flow API

2017-10-06 Thread Adrien Mazarguil
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 Signed-off-by: Adrien Mazarguil --- app/test-pmd/cmdline_flow.c | 6 +++--- lib/librte_ether/rte_flow.