DPDK patches and discussions
 help / color / mirror / Atom feed
From: Serhii Iliushyk <sil-plv@napatech.com>
To: dev@dpdk.org
Cc: mko-plv@napatech.com, sil-plv@napatech.com, ckm@napatech.com,
	andrew.rybchenko@oktetlabs.ru, ferruh.yigit@amd.com,
	stephen@networkplumber.org,
	Oleksandr Kolomeiets <okl-plv@napatech.com>,
	Danylo Vodopianov <dvo-plv@napatech.com>
Subject: [PATCH v1 3/3] net/ntnic: move headers to driver's root
Date: Wed, 20 Nov 2024 19:02:57 +0100	[thread overview]
Message-ID: <20241120180258.64185-4-sil-plv@napatech.com> (raw)
In-Reply-To: <20241120180258.64185-1-sil-plv@napatech.com>

From: Oleksandr Kolomeiets <okl-plv@napatech.com>

Move rte_pmd_ntnic.h to drivers/net/ntnic and specify it in meson file.

Fixes: e7e49ce6c760 ("net/ntnic: add flow statistics")

Signed-off-by: Oleksandr Kolomeiets <okl-plv@napatech.com>
---
 drivers/net/ntnic/meson.build                | 3 +++
 drivers/net/ntnic/{nthw => }/rte_pmd_ntnic.h | 0
 2 files changed, 3 insertions(+)
 rename drivers/net/ntnic/{nthw => }/rte_pmd_ntnic.h (100%)

diff --git a/drivers/net/ntnic/meson.build b/drivers/net/ntnic/meson.build
index ca46541ef3..3c05ad1d87 100644
--- a/drivers/net/ntnic/meson.build
+++ b/drivers/net/ntnic/meson.build
@@ -23,6 +23,9 @@ includes = [
         include_directories('nim/'),
 ]
 
+# headers
+headers = files('rte_pmd_ntnic.h')
+
 # all sources
 sources = files(
         'adapter/nt4ga_adapter.c',
diff --git a/drivers/net/ntnic/nthw/rte_pmd_ntnic.h b/drivers/net/ntnic/rte_pmd_ntnic.h
similarity index 100%
rename from drivers/net/ntnic/nthw/rte_pmd_ntnic.h
rename to drivers/net/ntnic/rte_pmd_ntnic.h
-- 
2.45.0


  parent reply	other threads:[~2024-11-20 18:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-20 18:02 [PATCH v1 0/3] Bugfixes Serhii Iliushyk
2024-11-20 18:02 ` [PATCH v1 1/3] net/ntnic: fix action modify field DSCP Serhii Iliushyk
2024-11-20 18:02 ` [PATCH v1 2/3] net/ntnic: add supplementary macros Serhii Iliushyk
2024-11-20 18:02 ` Serhii Iliushyk [this message]
2024-11-24 18:12 ` [PATCH v1 0/3] Bugfixes Stephen Hemminger
2024-11-25 10:27   ` Serhii Iliushyk

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=20241120180258.64185-4-sil-plv@napatech.com \
    --to=sil-plv@napatech.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=ckm@napatech.com \
    --cc=dev@dpdk.org \
    --cc=dvo-plv@napatech.com \
    --cc=ferruh.yigit@amd.com \
    --cc=mko-plv@napatech.com \
    --cc=okl-plv@napatech.com \
    --cc=stephen@networkplumber.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 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).