* [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD
@ 2017-09-25 9:00 Alejandro Lucero
2017-09-25 9:07 ` Thomas Monjalon
2017-10-14 1:10 ` Thomas Monjalon
0 siblings, 2 replies; 5+ messages in thread
From: Alejandro Lucero @ 2017-09-25 9:00 UTC (permalink / raw)
To: web
Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
---
doc/nics.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/nics.html b/doc/nics.html
index e9a46ae..0e720f0 100644
--- a/doc/nics.html
+++ b/doc/nics.html
@@ -90,7 +90,7 @@
</ul>
<h3>Netronome</h3>
<ul>
- <li><a href="/doc/guides/nics/nfp.html">nfp</a> (NFP-6xxx)</li>
+ <li><a href="/doc/guides/nics/nfp.html">nfp</a> (NFP-4xxx, NFP-6xxx)</li>
</ul>
<h3>NXP</h3>
<ul>
--
1.9.1
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD
2017-09-25 9:00 [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD Alejandro Lucero
@ 2017-09-25 9:07 ` Thomas Monjalon
2017-09-25 9:21 ` Alejandro Lucero
2017-10-14 1:10 ` Thomas Monjalon
1 sibling, 1 reply; 5+ messages in thread
From: Thomas Monjalon @ 2017-09-25 9:07 UTC (permalink / raw)
To: Alejandro Lucero; +Cc: web
Hi,
25/09/2017 11:00, Alejandro Lucero:
> Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
> ---
> doc/nics.html | 2 +-
When this support has been added in DPDK?
It would be good to have a bit more information in the commit message.
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD
2017-09-25 9:07 ` Thomas Monjalon
@ 2017-09-25 9:21 ` Alejandro Lucero
2017-09-25 9:37 ` Thomas Monjalon
0 siblings, 1 reply; 5+ messages in thread
From: Alejandro Lucero @ 2017-09-25 9:21 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: web
On Mon, Sep 25, 2017 at 10:07 AM, Thomas Monjalon <thomas@monjalon.net>
wrote:
> Hi,
>
>
Hi Thomas,
> 25/09/2017 11:00, Alejandro Lucero:
> > Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
> > ---
> > doc/nics.html | 2 +-
>
> When this support has been added in DPDK?
> It would be good to have a bit more information in the commit message.
> Thanks
>
I'm not familiar with commits to the web repo, so I took a look to previous
doc/nics.html commits and I just did what other commits did when adding new
support, like last three commits.
Support for nfp-4xxx will come with next 17.11, so maybe I was a bit hasty.
I remember I was told to change this when the patches were accepted in
net-next, and this morning I realized I had not done that yet. Should I
wait until 17.11 is released?
Thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD
2017-09-25 9:21 ` Alejandro Lucero
@ 2017-09-25 9:37 ` Thomas Monjalon
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-09-25 9:37 UTC (permalink / raw)
To: Alejandro Lucero; +Cc: web
25/09/2017 11:21, Alejandro Lucero:
> On Mon, Sep 25, 2017 at 10:07 AM, Thomas Monjalon <thomas@monjalon.net>
> > 25/09/2017 11:00, Alejandro Lucero:
> > > Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
> > > ---
> > > doc/nics.html | 2 +-
> >
> > When this support has been added in DPDK?
> > It would be good to have a bit more information in the commit message.
> > Thanks
> >
>
> I'm not familiar with commits to the web repo, so I took a look to previous
> doc/nics.html commits and I just did what other commits did when adding new
> support, like last three commits.
>
> Support for nfp-4xxx will come with next 17.11, so maybe I was a bit hasty.
> I remember I was told to change this when the patches were accepted in
> net-next, and this morning I realized I had not done that yet. Should I
> wait until 17.11 is released?
It is OK Alejandro.
I just wanted to understand the status.
I will add it is new in 17.11 for git history.
Thank you
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD
2017-09-25 9:00 [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD Alejandro Lucero
2017-09-25 9:07 ` Thomas Monjalon
@ 2017-10-14 1:10 ` Thomas Monjalon
1 sibling, 0 replies; 5+ messages in thread
From: Thomas Monjalon @ 2017-10-14 1:10 UTC (permalink / raw)
To: Alejandro Lucero; +Cc: web
25/09/2017 11:00, Alejandro Lucero:
> Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
> ---
> doc/nics.html | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-14 1:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-25 9:00 [dpdk-web] [PATCH] add nfp-4xxx as supported device by NFP PMD Alejandro Lucero
2017-09-25 9:07 ` Thomas Monjalon
2017-09-25 9:21 ` Alejandro Lucero
2017-09-25 9:37 ` Thomas Monjalon
2017-10-14 1:10 ` Thomas Monjalon
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).