Re: [dpdk-dev] [PATCH v2 2/4] examples: increase port_id range

2017-09-04 Thread Yang, Zhiyong
pdk.org > Cc: tho...@monjalon.net; Yigit, Ferruh ; Wiles, Keith > ; step...@networkplumber.org > Subject: Re: [dpdk-dev] [PATCH v2 2/4] examples: increase port_id range > > Hi Zhiyong, > > > > On 4/9/2017 6:57 AM, Zhiyong Yang wrote: > > Modify port_id related code in ex

Re: [dpdk-dev] [PATCH v2 2/4] examples: increase port_id range

2017-09-04 Thread Hunt, David
Hi Zhiyong, On 4/9/2017 6:57 AM, 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 --- ---big snip---

[dpdk-dev] [PATCH v2 2/4] examples: increase port_id range

2017-09-03 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