2014-06-14 00:07, Richardson, Bruce: > From: Thomas Monjalon > > I've made the code style changes, move some configuration lines and added > > to BSD build (not tested). > > > I'd be a bit wary about adding it to the BSD build. I'm only running BSD in > a VM here, but there GCC fails to recognise the processor supports SSE4 > instruction sets when using "-march=native", and so fails to compile the > vector code - at least the vectorized PMD functions. That's why I've > explicitly disabled those in the latest version of the vector PMD patch, > and I would suggest doing the same for the ACL code for now.
Actually, the configuration option didn't exist for BSD so I added it. It's better to explicitly disable it with an explanation in git history. Thanks -- Thomas