Re: [dpdk-dev] [PATCH] net/i40e: fix compilation error in ppc64le

2017-04-20 Thread Thomas Monjalon
20/04/2017 09:39, Gowrishankar: > From: Gowrishankar Muthukrishnan > > A typo introduced in i40e_rxtx_vec_altivec.c from commit 67f038076657 > ("net/i40e: enable per-device packet type mapping"). This patch is to > address compilation error in ppc64le. > > Signed-off-by: Gowrishankar Muthukrishn

[dpdk-dev] [PATCH] net/i40e: fix compilation error in ppc64le

2017-04-20 Thread Gowrishankar
From: Gowrishankar Muthukrishnan A typo introduced in i40e_rxtx_vec_altivec.c from commit 67f038076657 ("net/i40e: enable per-device packet type mapping"). This patch is to address compilation error in ppc64le. Signed-off-by: Gowrishankar Muthukrishnan --- drivers/net/i40e/i40e_rxtx_vec_altive