From: john miller <john.miller@atomicrules.com>
To: Ed Czeck <ed.czeck@atomicrules.com>
Cc: dev@dpdk.org, ferruh.yigit@intel.com,
Shepard Siegel <shepard.siegel@atomicrules.com>,
thomas@monjalon.net
Subject: Re: [dpdk-dev] [PATCH] net/ark: Add missing call to probe_finish for first device
Date: Mon, 21 May 2018 15:42:02 -0400 [thread overview]
Message-ID: <15D80E76-131F-4E75-9356-BD4DCC99722C@atomicrules.com> (raw)
In-Reply-To: <1526930947-17227-1-git-send-email-ed.czeck@atomicrules.com>
> On May 21, 2018, at 3:29 PM, Ed Czeck <ed.czeck@atomicrules.com> wrote:
>
> Fix on commit fbe90cdd776c ("ethdev: add probing finish function")
>
> Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
> ---
> drivers/net/ark/ark_ethdev.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/net/ark/ark_ethdev.c b/drivers/net/ark/ark_ethdev.c
> index 62e4fd3..834d8a9 100644
> --- a/drivers/net/ark/ark_ethdev.c
> +++ b/drivers/net/ark/ark_ethdev.c
> @@ -390,6 +390,7 @@ eth_ark_dev_init(struct rte_eth_dev *dev)
> if (p == 0) {
> /* First port is already allocated by DPDK */
> eth_dev = ark->eth_dev;
> + rte_eth_dev_probing_finish(eth_dev);
> continue;
> }
>
> --
> 2.7.4
>
Acked-by: John Miller <john.miller@atomicrules.com <mailto:john.miller@atomicrules.com>>
next prev parent reply other threads:[~2018-05-21 19:42 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-21 19:29 Ed Czeck
2018-05-21 19:42 ` john miller [this message]
2018-05-21 21:26 ` Thomas Monjalon
2018-05-22 9:52 ` Ferruh Yigit
-- strict thread matches above, loose matches on Subject: below --
2018-05-21 19:18 Ed Czeck
2018-05-21 21:23 ` 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=15D80E76-131F-4E75-9356-BD4DCC99722C@atomicrules.com \
--to=john.miller@atomicrules.com \
--cc=dev@dpdk.org \
--cc=ed.czeck@atomicrules.com \
--cc=ferruh.yigit@intel.com \
--cc=shepard.siegel@atomicrules.com \
--cc=thomas@monjalon.net \
/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).