2015-11-24 14:15, Chen Jing D: > fm10k driver will meet compile error on non-x86 platforms due to > SSE instructions. Original implementation didn't have switch to > turn off vPMD. > The improvement introduces a macro to turn on/off vPMD functions, > it's on by default. On non-x86 platforms, it can simply be turned > off to fix compile issue. > > Signed-off-by: Chen Jing D(Mark) <jing.d.chen at intel.com>
The non-x86 platforms may have a specific implementation. That's why we should name fm10k_rxtx_vec.c with _sse suffix instead of _vec. Applied, thanks