All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] doc: update szedata2 guide
@ 2017-04-07 20:12 Matej Vido
  2017-04-07 20:12 ` [PATCH 2/2] maintainers: change section name for szedata2 driver Matej Vido
  2017-04-10  7:58 ` [PATCH 1/2] doc: update szedata2 guide Mcnamara, John
  0 siblings, 2 replies; 4+ messages in thread
From: Matej Vido @ 2017-04-07 20:12 UTC (permalink / raw)
  To: dev

NICs are available from Netcope under the names NFB-*.
Change names and direct the links to Netcope web.

Signed-off-by: Matej Vido <vido@cesnet.cz>
---
 doc/guides/nics/szedata2.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/guides/nics/szedata2.rst b/doc/guides/nics/szedata2.rst
index cb1ec31..60080a9 100644
--- a/doc/guides/nics/szedata2.rst
+++ b/doc/guides/nics/szedata2.rst
@@ -31,16 +31,16 @@
 SZEDATA2 poll mode driver library
 =================================
 
-The SZEDATA2 poll mode driver library implements support for cards from COMBO
-family (**COMBO-80G**, **COMBO-100G**).
-The SZEDATA2 PMD uses interface provided by libsze2 library to communicate
-with COMBO cards over sze2 layer.
+The SZEDATA2 poll mode driver library implements support for the Netcope
+FPGA Boards (**NFB-***), FPGA-based programmable NICs.
+The SZEDATA2 PMD uses interface provided by the libsze2 library to communicate
+with the NFB cards over the sze2 layer.
 
-More information about family of
-`COMBO cards <https://www.liberouter.org/technologies/cards/>`_
+More information about the
+`NFB cards <http://www.netcope.com/en/products/fpga-boards>`_
 and used technology
-(`NetCOPE platform <https://www.liberouter.org/technologies/netcope/>`_) can be
-found on the `Liberouter website <https://www.liberouter.org/>`_.
+(`Netcope Development Kit <http://www.netcope.com/en/products/fpga-development-kit>`_)
+can be found on the `Netcope Technologies website <http://www.netcope.com/>`_.
 
 .. note::
 
@@ -77,7 +77,7 @@ separately:
    sharing of resources for user space applications.
 
 Information about getting the dependencies can be found `here
-<https://www.liberouter.org/technologies/netcope/access-to-libsze2-library/>`_.
+<http://www.netcope.com/en/company/community-support/dpdk-libsze2>`_.
 
 Configuration
 -------------
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/2] maintainers: change section name for szedata2 driver
  2017-04-07 20:12 [PATCH 1/2] doc: update szedata2 guide Matej Vido
@ 2017-04-07 20:12 ` Matej Vido
  2017-04-10  7:58 ` [PATCH 1/2] doc: update szedata2 guide Mcnamara, John
  1 sibling, 0 replies; 4+ messages in thread
From: Matej Vido @ 2017-04-07 20:12 UTC (permalink / raw)
  To: dev

The name of company is listed for other drivers.
Use the company name also for szedata2 driver.
Cards are available from Netcope rather than Cesnet.

Signed-off-by: Matej Vido <vido@cesnet.cz>
---
 MAINTAINERS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 382f740..503c953 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -318,11 +318,6 @@ M: Nelson Escobar <neescoba@cisco.com>
 F: drivers/net/enic/
 F: doc/guides/nics/enic.rst
 
-Combo szedata2
-M: Matej Vido <vido@cesnet.cz>
-F: drivers/net/szedata2/
-F: doc/guides/nics/szedata2.rst
-
 Intel e1000
 M: Wenzhuo Lu <wenzhuo.lu@intel.com>
 F: drivers/net/e1000/
@@ -359,6 +354,11 @@ M: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
 F: drivers/net/mlx5/
 F: doc/guides/nics/mlx5.rst
 
+Netcope szedata2
+M: Matej Vido <vido@cesnet.cz>
+F: drivers/net/szedata2/
+F: doc/guides/nics/szedata2.rst
+
 Netronome nfp
 M: Alejandro Lucero <alejandro.lucero@netronome.com>
 F: drivers/net/nfp/
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] doc: update szedata2 guide
  2017-04-07 20:12 [PATCH 1/2] doc: update szedata2 guide Matej Vido
  2017-04-07 20:12 ` [PATCH 2/2] maintainers: change section name for szedata2 driver Matej Vido
@ 2017-04-10  7:58 ` Mcnamara, John
  2017-04-10 14:43   ` Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Mcnamara, John @ 2017-04-10  7:58 UTC (permalink / raw)
  To: Matej Vido, dev



> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Matej Vido
> Sent: Friday, April 7, 2017 9:13 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 1/2] doc: update szedata2 guide
> 
> NICs are available from Netcope under the names NFB-*.
> Change names and direct the links to Netcope web.
> 
> Signed-off-by: Matej Vido <vido@cesnet.cz>

Acked-by: John McNamara <john.mcnamara@intel.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/2] doc: update szedata2 guide
  2017-04-10  7:58 ` [PATCH 1/2] doc: update szedata2 guide Mcnamara, John
@ 2017-04-10 14:43   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2017-04-10 14:43 UTC (permalink / raw)
  To: Matej Vido; +Cc: dev, Mcnamara, John

> > NICs are available from Netcope under the names NFB-*.
> > Change names and direct the links to Netcope web.
> > 
> > Signed-off-by: Matej Vido <vido@cesnet.cz>
> 
> Acked-by: John McNamara <john.mcnamara@intel.com>

Series applied, thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-10 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 20:12 [PATCH 1/2] doc: update szedata2 guide Matej Vido
2017-04-07 20:12 ` [PATCH 2/2] maintainers: change section name for szedata2 driver Matej Vido
2017-04-10  7:58 ` [PATCH 1/2] doc: update szedata2 guide Mcnamara, John
2017-04-10 14:43   ` Thomas Monjalon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.