Nikita Kozlov

Results 6 comments of Nikita Kozlov

It's look like that your compiler is missing _mm_testz_si128() and has a strange definition of _mm_blend_epi16(). Which compiler are you using ?

So, I have tested on a clean ubuntu-server install (14.04.4). I have exactly the same version of gcc as you but I'm unable to reproduce your issue. I have done:...

Same as yours: ``` nikita@ubuntu:~$ dpkg -l | grep gcc ii gcc 4:4.8.2-1ubuntu6 amd64 GNU C compiler ii gcc-4.8 4.8.4-2ubuntu1~14.04.1 amd64 GNU C compiler ii gcc-4.8-base:amd64 4.8.4-2ubuntu1~14.04.1 amd64 GCC, the...

@kalou : > Some SSE4 ops here are mixed with unaligned loads and stores, so it might be something you want to replace with memcpy() anyway. The BGP filtering logic...

@kalou I misunderstood your MAC question sorry, you have to set the source mac yourself yes (so it's missing in your commit), the generic tx offload capabilities are listed here...

Sorry for the late reply, I have setup a new test lab, it is not exactly the same as the previous one since right now I'm using Intel 82599ES 10-Gigabit...