Hi, Sorry I miss the changes in v2. Add it after SOB.
Zhiyong > -----Original Message----- > From: Yang, Zhiyong > Sent: Thursday, October 19, 2017 10:57 AM > To: dev@dpdk.org > Cc: Yigit, Ferruh <ferruh.yi...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com>; Yang, Zhiyong <zhiyong.y...@intel.com> > Subject: [PATCH v2] examples/l2fwd-crypto: fix port id type > > Fix port id issues and keep variables related to port ids in consistent data > type > definition "uint16_t". > > Remove unnecessary cast in the meanwhile. > > Fixes: f8244c6399d9 ("ethdev: increase port id range") > Signed-off-by: Zhiyong Yang <zhiyong.y...@intel.com> > Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > --- Changes in V2. Add to fix some variables data types related to port id such as "l2fwd_dst_ports", "dest_portid", "dst_port", " rx_port_list" , according to Pablo's comments.