DPDK patches and discussions
 help / color / mirror / Atom feed
From: Ajit Khaparde <ajit.khaparde@broadcom.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 1/3] net/bnxt: remove a stale compile option
Date: Wed, 27 Oct 2021 10:26:18 -0700	[thread overview]
Message-ID: <20211027172620.6847-2-ajit.khaparde@broadcom.com> (raw)
In-Reply-To: <20211027172620.6847-1-ajit.khaparde@broadcom.com>

[-- Attachment #1: Type: text/plain, Size: 588 bytes --]

remove a stale compile option from meson build file.
RTE_LIBRTE_BNXT_TF sneaked in incorrectly.

Signed-off-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
---
 drivers/net/bnxt/meson.build | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build
index 81cbe0381f..09d494e90f 100644
--- a/drivers/net/bnxt/meson.build
+++ b/drivers/net/bnxt/meson.build
@@ -10,7 +10,6 @@ endif
 
 headers = files('rte_pmd_bnxt.h')
 cflags_options = [
-        '-DRTE_LIBRTE_BNXT_TF',
         '-DSUPPORT_CFA_HW_ALL=1',
 ]
 
-- 
2.30.1 (Apple Git-130)


  reply	other threads:[~2021-10-27 17:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-27 17:26 [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde
2021-10-27 17:26 ` Ajit Khaparde [this message]
2021-10-27 17:26 ` [dpdk-dev] [PATCH 2/3] doc: update feature matrix for " Ajit Khaparde
2021-10-27 17:26 ` [dpdk-dev] [PATCH 3/3] doc: updates to the text in bnxt doc Ajit Khaparde
2021-10-28 18:00 ` [dpdk-dev] [PATCH 0/3] doc updates to bnxt PMD Ajit Khaparde

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=20211027172620.6847-2-ajit.khaparde@broadcom.com \
    --to=ajit.khaparde@broadcom.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 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).