* [PATCH] Documentation: clarify "ioe" for netconsole
@ 2016-09-22 17:23 Robert Schwebel
2016-09-24 19:01 ` Lucas Stach
0 siblings, 1 reply; 2+ messages in thread
From: Robert Schwebel @ 2016-09-22 17:23 UTC (permalink / raw)
To: barebox
ioe means "input", "output", "error", which are bits that can be set
individually.
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
---
Documentation/user/networking.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/user/networking.rst b/Documentation/user/networking.rst
index 8afb433..772a7dc 100644
--- a/Documentation/user/networking.rst
+++ b/Documentation/user/networking.rst
@@ -74,6 +74,7 @@ risks. It can be enabled using:
netconsole.active=ioe
This will send UDP packets to a PC with IP address 192.168.23.2 and port 6666.
+"ioe" means "input", "output", "error", and those bits can be set individually.
The ``netconsole.active`` parameter consists of the fields "input" (i),
"output" (o) and "error" (e); if the fields are set, the respective channel is
--
2.8.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: clarify "ioe" for netconsole
2016-09-22 17:23 [PATCH] Documentation: clarify "ioe" for netconsole Robert Schwebel
@ 2016-09-24 19:01 ` Lucas Stach
0 siblings, 0 replies; 2+ messages in thread
From: Lucas Stach @ 2016-09-24 19:01 UTC (permalink / raw)
To: Robert Schwebel, barebox
Am Donnerstag, den 22.09.2016, 19:23 +0200 schrieb Robert Schwebel:
> ioe means "input", "output", "error", which are bits that can be set
> individually.
>
> Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
> ---
> Documentation/user/networking.rst | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/user/networking.rst
> b/Documentation/user/networking.rst
> index 8afb433..772a7dc 100644
> --- a/Documentation/user/networking.rst
> +++ b/Documentation/user/networking.rst
> @@ -74,6 +74,7 @@ risks. It can be enabled using:
> netconsole.active=ioe
>
> This will send UDP packets to a PC with IP address 192.168.23.2 and
> port 6666.
> +"ioe" means "input", "output", "error", and those bits can be set
> individually.
This isn't specific to netconsole, as it works for framebuffer consoles
in the same way. So should probably be moved to some common location.
Regards,
Lucas
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-24 19:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-22 17:23 [PATCH] Documentation: clarify "ioe" for netconsole Robert Schwebel
2016-09-24 19:01 ` Lucas Stach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox