DPDK patches and discussions
 help / color / mirror / Atom feed
From: longli@linuxonhyperv.com
To: Ferruh Yigit <ferruh.yigit@xilinx.com>
Cc: dev@dpdk.org, Ajay Sharma <sharmaajay@microsoft.com>,
	Long Li <longli@microsoft.com>
Subject: [PATCH 2/2] net/mana: enable driver by default
Date: Thu, 19 Jan 2023 18:19:28 -0800	[thread overview]
Message-ID: <1674181168-31167-2-git-send-email-longli@linuxonhyperv.com> (raw)
In-Reply-To: <1674181168-31167-1-git-send-email-longli@linuxonhyperv.com>

From: Long Li <longli@microsoft.com>

The dependencies of mana have been released in rdma-core v44 and Linux
kernel 6.2.

Signed-off-by: Long Li <longli@microsoft.com>
---
 MAINTAINERS             | 2 +-
 drivers/net/meson.build | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9a0f416d2e..702fc3c60b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -853,7 +853,7 @@ F: buildtools/options-ibverbs-static.sh
 F: doc/guides/nics/mlx5.rst
 F: doc/guides/nics/features/mlx5.ini
 
-Microsoft mana - EXPERIMENTAL
+Microsoft mana
 M: Long Li <longli@microsoft.com>
 F: drivers/net/mana/
 F: doc/guides/nics/mana.rst
diff --git a/drivers/net/meson.build b/drivers/net/meson.build
index 6470bf3636..f83a6de117 100644
--- a/drivers/net/meson.build
+++ b/drivers/net/meson.build
@@ -36,6 +36,7 @@ drivers = [
         'ixgbe',
         'kni',
         'liquidio',
+        'mana',
         'memif',
         'mlx4',
         'mlx5',
-- 
2.17.1


  reply	other threads:[~2023-01-20  2:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20  2:19 [PATCH 1/2] net/mana: add version information for dependencies longli
2023-01-20  2:19 ` longli [this message]
2023-03-08 11:00   ` [PATCH 2/2] net/mana: enable driver by default Thomas Monjalon
2023-02-20 15:52 ` [PATCH 1/2] net/mana: add version information for dependencies Ferruh Yigit
2023-02-21 17:26   ` Long Li
2023-02-22  0:09 ` Ferruh Yigit

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=1674181168-31167-2-git-send-email-longli@linuxonhyperv.com \
    --to=longli@linuxonhyperv.com \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@xilinx.com \
    --cc=longli@microsoft.com \
    --cc=sharmaajay@microsoft.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).