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: [email protected] > Cc: Yigit, Ferruh <[email protected]>; De Lara Guarch, Pablo > <[email protected]>; Yang, Zhiyong <[email protected]> > 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 <[email protected]> > Acked-by: Pablo de Lara <[email protected]> > --- 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.

