DPDK patches and discussions
 help / color / mirror / Atom feed
From: Wenbo Cao <caowenbo@mucse.com>
To: stephen@networkplumber.org, Wenbo Cao <caowenbo@mucse.com>
Cc: dev@dpdk.org, ferruh.yigit@amd.com,
	andrew.rybchenko@oktetlabs.ru, yaojun@mucse.com
Subject: [PATCH v3 2/8] net/rnp: add ethdev probe and remove
Date: Thu,  3 Aug 2023 07:52:27 +0000	[thread overview]
Message-ID: <20230803075233.3485076-3-caowenbo@mucse.com> (raw)
In-Reply-To: <20230803075233.3485076-1-caowenbo@mucse.com>

Add basic PCIe ethdev probe and remove.

Signed-off-by: Wenbo Cao <caowenbo@mucse.com>
---
 drivers/net/rnp/rnp_ethdev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/rnp/rnp_ethdev.c b/drivers/net/rnp/rnp_ethdev.c
index 5951c2b311..390f2e7743 100644
--- a/drivers/net/rnp/rnp_ethdev.c
+++ b/drivers/net/rnp/rnp_ethdev.c
@@ -83,4 +83,4 @@ static struct rte_pci_driver rte_rnp_pmd = {
 
 RTE_PMD_REGISTER_PCI(net_rnp, rte_rnp_pmd);
 RTE_PMD_REGISTER_PCI_TABLE(net_rnp, pci_id_rnp_map);
-RTE_PMD_REGISTER_KMOD_DEP(net_txgbe, "igb_uio | uio_pci_generic");
+RTE_PMD_REGISTER_KMOD_DEP(net_rnp, "igb_uio | uio_pci_generic | vfio-pci");
-- 
2.27.0


  parent reply	other threads:[~2023-08-03  7:53 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-03  7:52 [PATCH v3 0/8] [v3] drivers/net Add Support mucse N10 Pmd Driver Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 1/8] net/rnp: add ethdev probe and remove Wenbo Cao
2023-08-03  7:52 ` Wenbo Cao [this message]
2023-08-03  7:52 ` [PATCH v3 3/8] net/rnp: add device init and uninit Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 4/8] net/rnp: add mbx basic api feature Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 5/8] net/rnp add reset code for Chip Init process Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 6/8] net/rnp add port info resource init Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 7/8] net/rnp add devargs runtime parsing functions Wenbo Cao
2023-08-03  7:52 ` [PATCH v3 8/8] net/rnp handle device interrupts Wenbo Cao

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=20230803075233.3485076-3-caowenbo@mucse.com \
    --to=caowenbo@mucse.com \
    --cc=andrew.rybchenko@oktetlabs.ru \
    --cc=dev@dpdk.org \
    --cc=ferruh.yigit@amd.com \
    --cc=stephen@networkplumber.org \
    --cc=yaojun@mucse.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).