RE: [PATCH] virtio-net: Fix ipsec broken conformance links
Parav Pandit <[email protected]>
| Newsgroups | dev.linux.lists.virtio-comment |
|---|---|
| Message-ID | <CY8PR12MB71955EB6DED814D55174D06BDC57A@CY8PR12MB7195.namprd12.prod.outlook.com> |
> From: Matias Ezequiel Vara Larsen <[email protected]> > Sent: 09 July 2025 09:55 PM > To: Parav Pandit <[email protected]> > Cc: [email protected]; [email protected]; [email protected]; > Shahaf Shuler <[email protected]> > Subject: Re: [PATCH] virtio-net: Fix ipsec broken conformance links > > On Wed, Jul 09, 2025 at 05:00:49PM +0300, Parav Pandit wrote: > > Fix the broken conformance links for ipsec device and driver > > requirements. > > > > Fixes: a0b809a7ddbd ("virtio-net: Add IPsec operation device and > > driver requirements") > > Signed-off-by: Parav Pandit <[email protected]> > > --- > > device-types/net/description.tex | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > Reviewed-by: Matias Ezequiel Vara Larsen <[email protected]> > This editorial change of 'Net' to 'Network' correction is merged. Thanks. > > diff --git a/device-types/net/description.tex > > b/device-types/net/description.tex > > index 415c7fd..da9ff17 100644 > > --- a/device-types/net/description.tex > > +++ b/device-types/net/description.tex > > @@ -3599,7 +3599,7 @@ \subsubsection{IPsec Operation}\label{sec:Device > > Types / Network Device / Device > > > > See \hyperref[par:Device Types / Crypto Device / Device Operation / IPsec > Service Operation / Resource objects / VIRTIO-CRYPTO-RESOURCE-OBJ-IPSEC- > INBOUND-SA]{VIRTIO_NET_RESOURCE_OBJ_IPSEC_INB_SA}. > > > > -\devicenormative{\paragraph}{IPsec Operation}{Device Types / Net > > Device / Device Operation / IPsec Operation} > > +\devicenormative{\paragraph}{IPsec Operation}{Device Types / Network > > +Device / Device Operation / IPsec Operation} > > > > When the device supports IPsec operations, \begin{itemize} @@ > > -3656,7 +3656,7 @@ \subsubsection{IPsec Operation}\label{sec:Device > > Types / Network Device / Device > > > > On device reset, the device MUST destroy all the resource objects which > have been created. > > > > -\drivernormative{\paragraph}{IPsec Operation}{Device Types / Net > > Device / Device Operation / IPsec Operation} > > +\drivernormative{\paragraph}{IPsec Operation}{Device Types / Network > > +Device / Device Operation / IPsec Operation} > > > > The driver MUST query the capabilities using > > VIRTIO_ADMIN_CMD_CAP_ID_LIST_QUERY > > to discover the capability types the device offers. > > -- > > 2.34.1 > >