> -----Original Message----- > From: Ferruh Yigit <[email protected]> > Sent: Wednesday, March 22, 2023 8:00 AM > To: Mcnamara, John <[email protected]>; Maxime Coquelin > <[email protected]>; Xia, Chenbo <[email protected]> > Cc: Thomas Monjalon <[email protected]>; Andrew Rybchenko > <[email protected]>; [email protected] > Subject: [PATCH 33/33] doc: update virtio guide > > - Rename "Virtio PMD arguments" section to "Runtime Configuration" > > Signed-off-by: Ferruh Yigit <[email protected]> > --- > doc/guides/nics/virtio.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst > index c422e7347a16..f5e54a5e9cfd 100644 > --- a/doc/guides/nics/virtio.rst > +++ b/doc/guides/nics/virtio.rst > @@ -351,8 +351,8 @@ Here we use l3fwd-power as an example to show how to > get started. > --no-numa --parse-ptype > > > -Virtio PMD arguments > --------------------- > +Runtime Configuration > +--------------------- > > Below devargs are supported by the PCI virtio driver: > > -- > 2.34.1
Reviewed-by: Chenbo Xia <[email protected]>

