DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/i40e: fix build error on windows
@ 2021-01-18 13:22 Leyi Rong
  2021-01-18 16:37 ` Ferruh Yigit
  0 siblings, 1 reply; 2+ messages in thread
From: Leyi Rong @ 2021-01-18 13:22 UTC (permalink / raw)
  To: qi.z.zhang, ferruh.yigit; +Cc: dev, Leyi Rong

This patch should squashed into commit ea6ecf3f to fix
the build error on windows.

Fixes: ea6ecf3f21b0 ("net/i40e: add AVX512 vector path")

Signed-off-by: Leyi Rong <leyi.rong@intel.com>
---
 drivers/net/i40e/i40e_rxtx_vec_avx512.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/i40e/i40e_rxtx_vec_avx512.c b/drivers/net/i40e/i40e_rxtx_vec_avx512.c
index 43e939c605..e92f97b7ed 100644
--- a/drivers/net/i40e/i40e_rxtx_vec_avx512.c
+++ b/drivers/net/i40e/i40e_rxtx_vec_avx512.c
@@ -12,7 +12,7 @@
 #include "i40e_rxtx.h"
 #include "i40e_rxtx_vec_common.h"
 
-#include <x86intrin.h>
+#include <rte_vect.h>
 
 #ifndef __INTEL_COMPILER
 #pragma GCC diagnostic ignored "-Wcast-qual"
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] net/i40e: fix build error on windows
  2021-01-18 13:22 [dpdk-dev] [PATCH] net/i40e: fix build error on windows Leyi Rong
@ 2021-01-18 16:37 ` Ferruh Yigit
  0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2021-01-18 16:37 UTC (permalink / raw)
  To: Leyi Rong, qi.z.zhang; +Cc: dev

On 1/18/2021 1:22 PM, Leyi Rong wrote:
> This patch should squashed into commit ea6ecf3f to fix
> the build error on windows.
> 
> Fixes: ea6ecf3f21b0 ("net/i40e: add AVX512 vector path")
> 
> Signed-off-by: Leyi Rong <leyi.rong@intel.com>


Squashed into relevant commit in next-net, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-18 16:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 13:22 [dpdk-dev] [PATCH] net/i40e: fix build error on windows Leyi Rong
2021-01-18 16:37 ` Ferruh Yigit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).