[dpdk-dev] [PATCH] net/mlx5: modify-header support using Direct Verbs

2018-12-23 Thread Dekel Peled
This patch implements the set of actions to support offload of packet header modifications to MLX5 NIC. Implamantation is based on RFC [1]. [1] http://mails.dpdk.org/archives/dev/2018-November/119971.html Signed-off-by: Dekel Peled --- drivers/net/mlx5/mlx5.h | 1 + drivers/net/mlx5/

[dpdk-dev] vmovdqa64 instruction: how to be disabled in skylake CPU

2018-12-23 Thread zhuangyan
Hello, Is there any way to disable the generation of “vmovdqa64” instruction during the compilation of dpdk library on Intel Skylake CPU? My dev VM uses Intel Skylake CPU while my test machine uses Intel uses Intel(R) Xeon(R) CPU E5-2630 v4 that is some sort of Intel Broadwell CPU. And my gene

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fixed get RSS conf

2018-12-23 Thread Yang, Qiming
Thanks Ferruh, will fix in driver level and then send v2 later. -Original Message- From: Yigit, Ferruh Sent: Friday, December 21, 2018 10:26 PM To: Yang, Qiming ; dev@dpdk.org Cc: sta...@dpdk.org Subject: Re: [dpdk-stable] [PATCH] app/testpmd: fixed get RSS conf On 12/21/2018 1:01 PM, Qi