Re: [dpdk-dev] [PATCH v3 3/4] examples: increase port_id range

2017-09-14 Thread Ferruh Yigit
On 9/9/2017 3:47 PM, Zhiyong Yang wrote: > Modify port_id related code in examples accordingly since port_id > definition in lib and pmd changes. > > Fix some original checkpatch issues and remove some unnecessary > cast at the same time. > > Signed-off-by: Zhiyong Yang > --- <...> > > diff --gi

[dpdk-dev] [PATCH v3 3/4] examples: increase port_id range

2017-09-09 Thread Zhiyong Yang
Modify port_id related code in examples accordingly since port_id definition in lib and pmd changes. Fix some original checkpatch issues and remove some unnecessary cast at the same time. Signed-off-by: Zhiyong Yang --- doc/guides/rel_notes/release_17_11.rst | 4 + examples/bond/m