[dpdk-users] Difficulty With rte_eal_init()

Van Haaren, Harry harry.van.haaren at intel.com
Wed Mar 30 09:49:24 CEST 2016


> From: users [mailto:users-bounces at dpdk.org] On Behalf Of Matthew Hall
> Sent: Tuesday, March 29, 2016 10:31 PM
> To: Cliff Burdick <shaklee3 at gmail.com>
> Cc: gowrishankar <gowrishankar.m at linux.vnet.ibm.com>; users at dpdk.org
> Subject: Re: [dpdk-users] Difficulty With rte_eal_init()
> 
> On Tue, Mar 29, 2016 at 02:16:45PM -0700, Cliff Burdick wrote:
> > Hi Matthew, sorry for the late response. I'm getting compilation errors
> > when I try to do what you suggested. I should have the same headers
> > included by the l2fwd example. I'm running g++ 4.8.5. Here are the new
> > errors and the compilation line:
> 
> All of those seemed to be referencing _mm_alignr_epi8 which is part of
> Supplemental Streaming SIMD Extensions 3 (SSSE3).

A very similar issue was discussed on list before:
http://thread.gmane.org/gmane.comp.networking.dpdk.devel/33144

With specific versions of clang this issue would show, while with a
newer one it would not. Given GCC is in question here, I'm not sure
exactly what the cause may be.

-Harry


More information about the users mailing list