Re: [dpdk-dev] [PATCH v3 0/3] improve MAC swap performance

2018-12-18 Thread Ferruh Yigit
On 12/18/2018 12:15 AM, Ferruh Yigit wrote: > On 12/16/2018 12:58 AM, Qi Zhang wrote: >> Improved testpmd macswap performance for x86 by take advantage of SSE >> instructions. >> On a broadwell 1.6GHz sever with a i40e 25G NIC. >> We abserve 17.7% performance improvement for testpmd's macswap test.

Re: [dpdk-dev] [PATCH v3 0/3] improve MAC swap performance

2018-12-17 Thread Ferruh Yigit
On 12/16/2018 12:58 AM, Qi Zhang wrote: > Improved testpmd macswap performance for x86 by take advantage of SSE > instructions. > On a broadwell 1.6GHz sever with a i40e 25G NIC. > We abserve 17.7% performance improvement for testpmd's macswap test. > > v3: > - fix wrong comment after #endif. > -

[dpdk-dev] [PATCH v3 0/3] improve MAC swap performance

2018-12-15 Thread Qi Zhang
Improved testpmd macswap performance for x86 by take advantage of SSE instructions. On a broadwell 1.6GHz sever with a i40e 25G NIC. We abserve 17.7% performance improvement for testpmd's macswap test. v3: - fix wrong comment after #endif. - fix EOF space line. - add comment to explain shuffle mas