> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Zhiyong Yang > Sent: Thursday, October 19, 2017 3: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: [dpdk-dev] [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>
Applied to dpdk-next-crypto. Thanks, Pablo