On Wed, Jan 11, 2023 at 8:34 PM Ilya Maximets <[email protected]> wrote: > > On 1/9/23 17:55, David Marchand wrote: > > This archive website disappeared. > > On the other hand, the link to an obsolete dpif-provider man page > > probably did not provide much info and we can simply mention the current > > file. > > > > Signed-off-by: David Marchand <[email protected]> > > --- > > Documentation/topics/windows.rst | 5 ++--- > > 1 file changed, 2 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/topics/windows.rst > > b/Documentation/topics/windows.rst > > index c5b34c85fb..7b10de43c1 100644 > > --- a/Documentation/topics/windows.rst > > +++ b/Documentation/topics/windows.rst > > @@ -190,8 +190,8 @@ the kernel datapath and was ported independently of the > > kernel datapath effort. > > > > As explained in the OVS porting design document [7]_, DPIF is the portion > > of > > userspace that interfaces with the kernel portion of the OVS. The interface > > -that each DPIF provider has to implement is defined in ``dpif-provider.h`` > > -[3]_. Though each platform is allowed to have its own implementation of > > the > > +that each DPIF provider has to implement is defined in ``dpif-provider.h``. > > +Though each platform is allowed to have its own implementation of the > > DPIF provider, it was found, via community feedback, that it is desired to > > share code whenever possible. Thus, the DPIF provider for OVS on Hyper-V > > shares > > code with the DPIF provider on Linux. This interface is implemented in > > @@ -501,7 +501,6 @@ References > > > > .. [1] Hyper-V Extensible Switch > > https://msdn.microsoft.com/windows/hardware/drivers/network/hyper-v-extensible-switch > > .. [2] Hyper-V Extensible Switch Extensions > > https://msdn.microsoft.com/windows/hardware/drivers/network/hyper-v-extensible-switch-extensions > > -.. [3] DPIF Provider > > http://openvswitch.sourcearchive.com/documentation/1.1.0-1/dpif-provider_8h_source.html > > This is a user-visible numbered list, so by removing the link #3 > it becomes inconsistent, since we now have links #2 and #4, but > not #3: > https://docs.openvswitch.org/en/latest/topics/windows/#id14 > > We either need to re-enumerate the list, or find some other way to > keep it consistent.
I was unsure when I removed this link and thought it was only esthetic. I sent a v2, renumbering the other links. -- David Marchand _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
