[dpdk-dev] [PATCH v2] examples/l2fwd-crypto: fix port id type

Yang, Zhiyong zhiyong.yang at intel.com
Thu Oct 19 05:06:14 CEST 2017


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 at dpdk.org
> Cc: Yigit, Ferruh <ferruh.yigit at intel.com>; De Lara Guarch, Pablo
> <pablo.de.lara.guarch at intel.com>; Yang, Zhiyong <zhiyong.yang at 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.yang at intel.com>
> Acked-by: Pablo de Lara <pablo.de.lara.guarch at 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.



More information about the dev mailing list