> > It fixes compile issues for i40e, and testpmd on ICC 13.0.0. > > > > v2 changes: > > Corrected the variable/function type, to replace casting. > > > > v3 changes: > > Added 'Fixes' line in the commit logs. > > > > Helin Zhang (2): > > i40e: fix ICC compile issue > > app/testpmd: fix ICC compile issue > > > > app/test-pmd/cmdline.c | 4 ++-- > > drivers/net/i40e/i40e_ethdev.c | 34 +++++++++++++++++++--------------- > > 2 files changed, 21 insertions(+), 17 deletions(-) > > > > -- > > 1.8.1.4 > > Series-acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Applied, thanks