All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas@monjalon.net>
To: Ali Alnubani <alialnu@mellanox.com>
Cc: dev@dpdk.org
Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix build with dlopen linkage
Date: Tue, 26 Nov 2019 15:53:30 +0100	[thread overview]
Message-ID: <2595156.0HA6zLzNml@xps> (raw)
In-Reply-To: <20191126083503.23498-1-alialnu@mellanox.com>

26/11/2019 09:35, Ali Alnubani:
> The header mlx5_glue.h includes rte_byteorder.h, which isn't
> pulled by global_inc. This patch adds the missing include directory
> and fixes the build error:
> 
>   In file included from drivers/net/mlx5/mlx5_glue.c:31:
>   drivers/net/mlx5/mlx5_glue.h:12:10: fatal error:
>   rte_byteorder.h: No such file or directory
> 
> The build failure can be triggered with:
>   meson -Dibverbs_link=dlopen build && ninja -C build
> 
> Fixes: 400d985eb586 ("net/mlx5: add VLAN push/pop DR commands to glue")
> 
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>

Acked-by: Thomas Monjalon <thomas@monjalon.net>



  reply	other threads:[~2019-11-26 14:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26  8:35 [dpdk-dev] [PATCH] net/mlx5: fix build with dlopen linkage Ali Alnubani
2019-11-26 14:53 ` Thomas Monjalon [this message]
2019-11-26 15:14 ` Raslan Darawsheh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2595156.0HA6zLzNml@xps \
    --to=thomas@monjalon.net \
    --cc=alialnu@mellanox.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.