[PATCH v2 0/4] net: update netdev stream/dgram man page

Laurent Vivier posted 4 patches 10 months, 1 week ago
qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 189 insertions(+)
[PATCH v2 0/4] net: update netdev stream/dgram man page
Posted by Laurent Vivier 10 months, 1 week ago
Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
manpage.

Add some examples on how to use them, including a way to use
"-netdev stream" and "passt" in place of "-netdev user".
("passt" is a non privileged translation proxy between layer-2,
like "-netdev stream", and layer-4 on host, like TCP, UDP,
ICMP/ICMPv6 echo)

v2:
  - split patch
  - update unix socket description with stream and datagram words.

Laurent Vivier (4):
  net: update netdev stream/dgram man page
  net: update netdev stream man page with unix socket
  net: update netdev dgram man page with unix socket
  net: update netdev stream man page with the reconnect parameter

 qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 189 insertions(+)

-- 
2.45.2

Re: [PATCH v2 0/4] net: update netdev stream/dgram man page
Posted by Marc-André Lureau 9 months, 4 weeks ago
On Thu, Jul 4, 2024 at 4:48 PM Laurent Vivier <lvivier@redhat.com> wrote:

> Add the description of "-netdev stream" and "-netdev dgram" in the QEMU
> manpage.
>
> Add some examples on how to use them, including a way to use
> "-netdev stream" and "passt" in place of "-netdev user".
> ("passt" is a non privileged translation proxy between layer-2,
> like "-netdev stream", and layer-4 on host, like TCP, UDP,
> ICMP/ICMPv6 echo)
>
> v2:
>   - split patch
>   - update unix socket description with stream and datagram words.
>
> Laurent Vivier (4):
>   net: update netdev stream/dgram man page
>   net: update netdev stream man page with unix socket
>   net: update netdev dgram man page with unix socket
>   net: update netdev stream man page with the reconnect parameter
>
>  qemu-options.hx | 189 ++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 189 insertions(+)
>

Series:
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

-- 
Marc-André Lureau