All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zhao Liu <zhao1.liu@intel.com>
To: Jason Wang <jasowang@redhat.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org,
	Zhao Liu <zhao1.liu@intel.com>
Subject: Re: [PATCH] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use
Date: Wed, 17 Jul 2024 14:31:28 +0800	[thread overview]
Message-ID: <ZpdlQDIjGp4wR8aR@intel.com> (raw)
In-Reply-To: <20240708092630.2596945-1-zhao1.liu@intel.com>

Hi Jason,

Just a kind ping. Does this update satisfy you?
Since the original example generates the warning.

Thanks,
Zhao

On Mon, Jul 08, 2024 at 05:26:30PM +0800, Zhao Liu wrote:
> Date: Mon, 8 Jul 2024 17:26:30 +0800
> From: Zhao Liu <zhao1.liu@intel.com>
> Subject: [PATCH] doc/net/l2tpv3: Update boolean fields' description to
>  avoid short-form use
> X-Mailer: git-send-email 2.34.1
> 
> The short-form boolean options has been deprecated since v6.0 (refer
> to docs/about/deprecated.rst).
> 
> Update the description and example of boolean fields in l2tpv3 option to
> avoid deprecation warning.
> 
> Cc: Jason Wang <jasowang@redhat.com>
> Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
> ---
>  qemu-options.hx | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/qemu-options.hx b/qemu-options.hx
> index ad6521ef5e7e..edeaefe2c79a 100644
> --- a/qemu-options.hx
> +++ b/qemu-options.hx
> @@ -3353,7 +3353,7 @@ SRST
>                           -device e1000,netdev=n1,mac=52:54:00:12:34:56 \\
>                           -netdev socket,id=n1,mcast=239.192.168.1:1102,localaddr=1.2.3.4
>  
> -``-netdev l2tpv3,id=id,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport],txsession=txsession[,rxsession=rxsession][,ipv6=on|off][,udp=on|off][,cookie64][,counter][,pincounter][,txcookie=txcookie][,rxcookie=rxcookie][,offset=offset]``
> +``-netdev l2tpv3,id=id,src=srcaddr,dst=dstaddr[,srcport=srcport][,dstport=dstport],txsession=txsession[,rxsession=rxsession][,ipv6=on|off][,udp=on|off][,cookie64=on|off][,counter=on|off][,pincounter=on|off][,txcookie=txcookie][,rxcookie=rxcookie][,offset=offset]``
>      Configure a L2TPv3 pseudowire host network backend. L2TPv3 (RFC3931)
>      is a popular protocol to transport Ethernet (and other Layer 2) data
>      frames between two systems. It is present in routers, firewalls and
> @@ -3368,7 +3368,7 @@ SRST
>      ``dst=dstaddr``
>          destination address (mandatory)
>  
> -    ``udp``
> +    ``udp=on``
>          select udp encapsulation (default is ip).
>  
>      ``srcport=srcport``
> @@ -3377,7 +3377,7 @@ SRST
>      ``dstport=dstport``
>          destination udp port.
>  
> -    ``ipv6``
> +    ``ipv6=on``
>          force v6, otherwise defaults to v4.
>  
>      ``rxcookie=rxcookie``; \ ``txcookie=txcookie``
> @@ -3385,7 +3385,7 @@ SRST
>          Their function is mostly to prevent misconfiguration. By default
>          they are 32 bit.
>  
> -    ``cookie64``
> +    ``cookie64=on``
>          Set cookie size to 64 bit instead of the default 32
>  
>      ``counter=off``
> @@ -3419,7 +3419,7 @@ SRST
>          # launch QEMU instance - if your network has reorder or is very lossy add ,pincounter
>  
>          |qemu_system| linux.img -device e1000,netdev=n1 \\
> -            -netdev l2tpv3,id=n1,src=4.2.3.1,dst=1.2.3.4,udp,srcport=16384,dstport=16384,rxsession=0xffffffff,txsession=0xffffffff,counter
> +            -netdev l2tpv3,id=n1,src=4.2.3.1,dst=1.2.3.4,udp=on,srcport=16384,dstport=16384,rxsession=0xffffffff,txsession=0xffffffff,counter=on
>  
>  ``-netdev vde,id=id[,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]``
>      Configure VDE backend to connect to PORT n of a vde switch running
> -- 
> 2.34.1
> 


  reply	other threads:[~2024-07-17  6:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-08  9:26 [PATCH] doc/net/l2tpv3: Update boolean fields' description to avoid short-form use Zhao Liu
2024-07-17  6:31 ` Zhao Liu [this message]
2024-07-30  2:54   ` Jason Wang
2024-07-30  3:45     ` Zhao Liu
2024-07-30  3:45       ` Jason Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZpdlQDIjGp4wR8aR@intel.com \
    --to=zhao1.liu@intel.com \
    --cc=jasowang@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.