All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: networking: Update ixgb kconfig select documentation
@ 2018-02-06 20:42 ` Corentin Labbe
  0 siblings, 0 replies; 6+ messages in thread
From: Corentin Labbe @ 2018-02-06 20:42 UTC (permalink / raw)
  To: corbet, jeffrey.t.kirsher
  Cc: intel-wired-lan, linux-doc, linux-kernel, Corentin Labbe

Update documentation on how to enable ixgb and ixgb DCB.
Simply remove NETDEV_10000 and replace it with the new used kconfig names.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 Documentation/networking/ixgb.txt  | 3 ++-
 Documentation/networking/ixgbe.txt | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt
index 09f71d71920a..b10f360c57d4 100644
--- a/Documentation/networking/ixgb.txt
+++ b/Documentation/networking/ixgb.txt
@@ -70,7 +70,8 @@ select m for "Intel(R) PRO/10GbE support" located at:
       Location:
         -> Device Drivers
           -> Network device support (NETDEVICES [=y])
-            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
+            -> Ethernet driver support (ETHERNET [=y])
+              -> Intel devices (NET_VENDOR_INTEL [=y])
 1. make modules && make modules_install
 
 2. Load the module:
diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
index 687835415707..90a3860cca3d 100644
--- a/Documentation/networking/ixgbe.txt
+++ b/Documentation/networking/ixgbe.txt
@@ -253,9 +253,10 @@ Additional Configurations
 
         -> Device Drivers
           -> Network device support (NETDEVICES [=y])
-            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
-              -> Intel(R) 10GbE PCI Express adapters support
-                -> Data Center Bridging (DCB) Support
+            -> Ethernet driver (ETHERNET [=y])
+              -> Intel devices (NET_VENDOR_INTEL [=y])
+                -> Intel(R) 10GbE PCI Express adapters support (IXGBE [=y])
+                  -> Data Center Bridging (DCB) Support (IXGBE_DCB [=y])
 
   After these options are selected, you must rebuild your kernel and your
   modules.
-- 
2.13.6

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

* [Intel-wired-lan] [PATCH] Documentation: networking: Update ixgb kconfig select documentation
@ 2018-02-06 20:42 ` Corentin Labbe
  0 siblings, 0 replies; 6+ messages in thread
From: Corentin Labbe @ 2018-02-06 20:42 UTC (permalink / raw)
  To: intel-wired-lan

Update documentation on how to enable ixgb and ixgb DCB.
Simply remove NETDEV_10000 and replace it with the new used kconfig names.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
---
 Documentation/networking/ixgb.txt  | 3 ++-
 Documentation/networking/ixgbe.txt | 7 ++++---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt
index 09f71d71920a..b10f360c57d4 100644
--- a/Documentation/networking/ixgb.txt
+++ b/Documentation/networking/ixgb.txt
@@ -70,7 +70,8 @@ select m for "Intel(R) PRO/10GbE support" located at:
       Location:
         -> Device Drivers
           -> Network device support (NETDEVICES [=y])
-            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
+            -> Ethernet driver support (ETHERNET [=y])
+              -> Intel devices (NET_VENDOR_INTEL [=y])
 1. make modules && make modules_install
 
 2. Load the module:
diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
index 687835415707..90a3860cca3d 100644
--- a/Documentation/networking/ixgbe.txt
+++ b/Documentation/networking/ixgbe.txt
@@ -253,9 +253,10 @@ Additional Configurations
 
         -> Device Drivers
           -> Network device support (NETDEVICES [=y])
-            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
-              -> Intel(R) 10GbE PCI Express adapters support
-                -> Data Center Bridging (DCB) Support
+            -> Ethernet driver (ETHERNET [=y])
+              -> Intel devices (NET_VENDOR_INTEL [=y])
+                -> Intel(R) 10GbE PCI Express adapters support (IXGBE [=y])
+                  -> Data Center Bridging (DCB) Support (IXGBE_DCB [=y])
 
   After these options are selected, you must rebuild your kernel and your
   modules.
-- 
2.13.6


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

* Re: [Intel-wired-lan] [PATCH] Documentation: networking: Update ixgb kconfig select documentation
  2018-02-06 20:42 ` [Intel-wired-lan] " Corentin Labbe
@ 2018-02-06 21:01   ` Alexander Duyck
  -1 siblings, 0 replies; 6+ messages in thread
From: Alexander Duyck @ 2018-02-06 21:01 UTC (permalink / raw)
  To: Corentin Labbe
  Cc: Jonathan Corbet, Jeff Kirsher, intel-wired-lan, linux-kernel, linux-doc

On Tue, Feb 6, 2018 at 12:42 PM, Corentin Labbe <clabbe@baylibre.com> wrote:
> Update documentation on how to enable ixgb and ixgb DCB.
> Simply remove NETDEV_10000 and replace it with the new used kconfig names.

Minor typo in the patch description. I assume you mean "ixgb and ixgbe
DCB". Also you might want to mention ixgbe somewhere in the patch
title.

>
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  Documentation/networking/ixgb.txt  | 3 ++-
>  Documentation/networking/ixgbe.txt | 7 ++++---
>  2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt
> index 09f71d71920a..b10f360c57d4 100644
> --- a/Documentation/networking/ixgb.txt
> +++ b/Documentation/networking/ixgb.txt
> @@ -70,7 +70,8 @@ select m for "Intel(R) PRO/10GbE support" located at:
>        Location:
>          -> Device Drivers
>            -> Network device support (NETDEVICES [=y])
> -            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
> +            -> Ethernet driver support (ETHERNET [=y])
> +              -> Intel devices (NET_VENDOR_INTEL [=y])
>  1. make modules && make modules_install
>
>  2. Load the module:
> diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
> index 687835415707..90a3860cca3d 100644
> --- a/Documentation/networking/ixgbe.txt
> +++ b/Documentation/networking/ixgbe.txt
> @@ -253,9 +253,10 @@ Additional Configurations
>
>          -> Device Drivers
>            -> Network device support (NETDEVICES [=y])
> -            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
> -              -> Intel(R) 10GbE PCI Express adapters support
> -                -> Data Center Bridging (DCB) Support
> +            -> Ethernet driver (ETHERNET [=y])
> +              -> Intel devices (NET_VENDOR_INTEL [=y])
> +                -> Intel(R) 10GbE PCI Express adapters support (IXGBE [=y])
> +                  -> Data Center Bridging (DCB) Support (IXGBE_DCB [=y])
>
>    After these options are selected, you must rebuild your kernel and your
>    modules.
> --
> 2.13.6
>
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan@osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

* [Intel-wired-lan] [PATCH] Documentation: networking: Update ixgb kconfig select documentation
@ 2018-02-06 21:01   ` Alexander Duyck
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Duyck @ 2018-02-06 21:01 UTC (permalink / raw)
  To: intel-wired-lan

On Tue, Feb 6, 2018 at 12:42 PM, Corentin Labbe <clabbe@baylibre.com> wrote:
> Update documentation on how to enable ixgb and ixgb DCB.
> Simply remove NETDEV_10000 and replace it with the new used kconfig names.

Minor typo in the patch description. I assume you mean "ixgb and ixgbe
DCB". Also you might want to mention ixgbe somewhere in the patch
title.

>
> Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> ---
>  Documentation/networking/ixgb.txt  | 3 ++-
>  Documentation/networking/ixgbe.txt | 7 ++++---
>  2 files changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/networking/ixgb.txt b/Documentation/networking/ixgb.txt
> index 09f71d71920a..b10f360c57d4 100644
> --- a/Documentation/networking/ixgb.txt
> +++ b/Documentation/networking/ixgb.txt
> @@ -70,7 +70,8 @@ select m for "Intel(R) PRO/10GbE support" located at:
>        Location:
>          -> Device Drivers
>            -> Network device support (NETDEVICES [=y])
> -            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
> +            -> Ethernet driver support (ETHERNET [=y])
> +              -> Intel devices (NET_VENDOR_INTEL [=y])
>  1. make modules && make modules_install
>
>  2. Load the module:
> diff --git a/Documentation/networking/ixgbe.txt b/Documentation/networking/ixgbe.txt
> index 687835415707..90a3860cca3d 100644
> --- a/Documentation/networking/ixgbe.txt
> +++ b/Documentation/networking/ixgbe.txt
> @@ -253,9 +253,10 @@ Additional Configurations
>
>          -> Device Drivers
>            -> Network device support (NETDEVICES [=y])
> -            -> Ethernet (10000 Mbit) (NETDEV_10000 [=y])
> -              -> Intel(R) 10GbE PCI Express adapters support
> -                -> Data Center Bridging (DCB) Support
> +            -> Ethernet driver (ETHERNET [=y])
> +              -> Intel devices (NET_VENDOR_INTEL [=y])
> +                -> Intel(R) 10GbE PCI Express adapters support (IXGBE [=y])
> +                  -> Data Center Bridging (DCB) Support (IXGBE_DCB [=y])
>
>    After these options are selected, you must rebuild your kernel and your
>    modules.
> --
> 2.13.6
>
> _______________________________________________
> Intel-wired-lan mailing list
> Intel-wired-lan at osuosl.org
> https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

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

* Re: [Intel-wired-lan] [PATCH] Documentation: networking: Update ixgb kconfig select documentation
  2018-02-06 21:01   ` Alexander Duyck
@ 2018-02-06 21:07     ` Jeff Kirsher
  -1 siblings, 0 replies; 6+ messages in thread
From: Jeff Kirsher @ 2018-02-06 21:07 UTC (permalink / raw)
  To: Alexander Duyck, Corentin Labbe
  Cc: Jonathan Corbet, intel-wired-lan, linux-kernel, linux-doc

[-- Attachment #1: Type: text/plain, Size: 915 bytes --]

On Tue, 2018-02-06 at 13:01 -0800, Alexander Duyck wrote:
> On Tue, Feb 6, 2018 at 12:42 PM, Corentin Labbe <clabbe@baylibre.com>
> wrote:
> > Update documentation on how to enable ixgb and ixgb DCB.
> > Simply remove NETDEV_10000 and replace it with the new used kconfig
> > names.
> 
> Minor typo in the patch description. I assume you mean "ixgb and
> ixgbe
> DCB". Also you might want to mention ixgbe somewhere in the patch
> title.
> 
> > 
> > Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> > ---
> >   Documentation/networking/ixgb.txt  | 3 ++-
> >   Documentation/networking/ixgbe.txt | 7 ++++---
> >   2 files changed, 6 insertions(+), 4 deletions(-)

I alredy have a patch to update the ixgbe kernel documentation, please
see the following patch:
http://patchwork.ozlabs.org/patch/870106/

With my updated documentation patch, the ixgbe hunk of your patch no
longer applies.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [Intel-wired-lan] [PATCH] Documentation: networking: Update ixgb kconfig select documentation
@ 2018-02-06 21:07     ` Jeff Kirsher
  0 siblings, 0 replies; 6+ messages in thread
From: Jeff Kirsher @ 2018-02-06 21:07 UTC (permalink / raw)
  To: intel-wired-lan

On Tue, 2018-02-06 at 13:01 -0800, Alexander Duyck wrote:
> On Tue, Feb 6, 2018 at 12:42 PM, Corentin Labbe <clabbe@baylibre.com>
> wrote:
> > Update documentation on how to enable ixgb and ixgb DCB.
> > Simply remove NETDEV_10000 and replace it with the new used kconfig
> > names.
> 
> Minor typo in the patch description. I assume you mean "ixgb and
> ixgbe
> DCB". Also you might want to mention ixgbe somewhere in the patch
> title.
> 
> > 
> > Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
> > ---
> >   Documentation/networking/ixgb.txt  | 3 ++-
> >   Documentation/networking/ixgbe.txt | 7 ++++---
> >   2 files changed, 6 insertions(+), 4 deletions(-)

I alredy have a patch to update the ixgbe kernel documentation, please
see the following patch:
http://patchwork.ozlabs.org/patch/870106/

With my updated documentation patch, the ixgbe hunk of your patch no
longer applies.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <http://lists.osuosl.org/pipermail/intel-wired-lan/attachments/20180206/544b5faa/attachment.asc>

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

end of thread, other threads:[~2018-02-06 21:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-06 20:42 [PATCH] Documentation: networking: Update ixgb kconfig select documentation Corentin Labbe
2018-02-06 20:42 ` [Intel-wired-lan] " Corentin Labbe
2018-02-06 21:01 ` Alexander Duyck
2018-02-06 21:01   ` Alexander Duyck
2018-02-06 21:07   ` Jeff Kirsher
2018-02-06 21:07     ` Jeff Kirsher

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.