From: Liang Ma <liangma@liangbit.com>
To: dev@dpdk.org
Cc: Liang Ma <liangma@bytedance.com>, Matan Azrad <matan@nvidia.com>,
Shahaf Shuler <shahafs@nvidia.com>,
Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Subject: [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header
Date: Sun, 18 Jul 2021 11:29:16 +0100 [thread overview]
Message-ID: <20210718102916.1561-1-liangma@liangbit.com> (raw)
From: Liang Ma <liangma@bytedance.com>
rte prefix header should be exported in meson.build
Fixes: 23f627e0ed28 (net/mlx5: add flow sync API)
Signed-off-by: Liang Ma <liangma@bytedance.com>
---
drivers/net/mlx5/meson.build | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/mlx5/meson.build b/drivers/net/mlx5/meson.build
index 6f28be2f93..29767dafd7 100644
--- a/drivers/net/mlx5/meson.build
+++ b/drivers/net/mlx5/meson.build
@@ -66,3 +66,5 @@ else
cflags += [ '-UPEDANTIC' ]
endif
subdir(exec_env)
+
+headers = files('rte_pmd_mlx5.h')
--
2.17.1
next reply other threads:[~2021-07-18 10:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-18 10:29 Liang Ma [this message]
2021-07-22 15:22 ` Thomas Monjalon
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=20210718102916.1561-1-liangma@liangbit.com \
--to=liangma@liangbit.com \
--cc=dev@dpdk.org \
--cc=liangma@bytedance.com \
--cc=matan@nvidia.com \
--cc=shahafs@nvidia.com \
--cc=viacheslavo@nvidia.com \
/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 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).