> -Original Message-
> From: Iremonger, Bernard
> Sent: Friday, December 14, 2018 7:22 PM
> To: Zhang, Qi Z ; Yigit, Ferruh
> ;
> Richardson, Bruce ; Wiles, Keith
> ; Ananyev, Konstantin
> Cc: dev@dpdk.org; Lu, Wenzhuo
> Subject: RE: [PATCH v2 2/3] app/testpmd: improve MAC swap perfor
Hi Qi,
> -Original Message-
> From: Zhang, Qi Z
> Sent: Tuesday, December 11, 2018 5:55 AM
> To: Yigit, Ferruh ; Richardson, Bruce
> ; Wiles, Keith ;
> Ananyev, Konstantin
> Cc: dev@dpdk.org; Lu, Wenzhuo ; Iremonger,
> Bernard ; Zhang, Qi Z
>
> Subject: [PATCH v2 2/3] app/testpmd: improv
The patch optimizes the mac swap operation by taking advantage
of SSE instructions, it only impacts x86 platform.
Signed-off-by: Qi Zhang
---
app/test-pmd/macswap.c| 4
app/test-pmd/macswap_common.h | 1 -
app/test-pmd/macswap_sse.h| 45
On 11/22/2018 5:38 PM, Qi Zhang wrote:
> The patch optimizes the mac swap operation by taking advantage
> of SSE instructions, it only impacts x86 platform.
>
> Signed-off-by: Qi Zhang
<...>
> +
> +#include "macswap_common.h"
And empty line after include can be good.
The patch optimizes the mac swap operation by taking advantage
of SSE instructions, it only impacts x86 platform.
Signed-off-by: Qi Zhang
---
app/test-pmd/macswap.c | 4
app/test-pmd/macswap_sse.h | 43 +++
2 files changed, 47 insertions(+)
crea
5 matches
Mail list logo