@@ -117,7 +117,7 @@ tool::
117117
118118For more information, refer to the `DPDK drivers documentation `_.
119119
120- .. _DPDK drivers documentation : https://doc.dpdk.org/guides-24 .11/linux_gsg/linux_drivers.html
120+ .. _DPDK drivers documentation : https://doc.dpdk.org/guides-25 .11/linux_gsg/linux_drivers.html
121121
122122.. _dpdk-phy-multiqueue :
123123
@@ -148,14 +148,14 @@ situation.
148148Some physical NICs can be programmed to put these protocols in a dedicated
149149hardware Rx queue using the rte_flow __ API.
150150
151- __ https://doc.dpdk.org/guides-24 .11/prog_guide/ethdev/flow_offload.html
151+ __ https://doc.dpdk.org/guides-25 .11/prog_guide/ethdev/flow_offload.html
152152
153153.. warning ::
154154
155155 This feature is not compatible with all NICs. Refer to the DPDK
156156 `compatibility matrix `__ and vendor documentation for more details.
157157
158- __ https://doc.dpdk.org/guides-24 .11/nics/overview.html
158+ __ https://doc.dpdk.org/guides-25 .11/nics/overview.html
159159
160160Rx steering must be enabled for specific protocols per port. The
161161``rx-steering `` option takes one of the following values:
@@ -322,7 +322,7 @@ To hotplug a port with igb_uio in this case, DPDK must be configured to use
322322physical addressing for IOVA mode. For more information regarding IOVA modes
323323in DPDK please refer to the `DPDK IOVA Mode Detection `__.
324324
325- __ https://doc.dpdk.org/guides-24 .11/prog_guide/env_abstraction_layer.html#iova-mode-detection
325+ __ https://doc.dpdk.org/guides-25 .11/prog_guide/env_abstraction_layer.html#iova-mode-detection
326326
327327To configure OVS DPDK to use physical addressing for IOVA::
328328
@@ -354,7 +354,7 @@ Representors are multi devices created on top of one PF.
354354
355355For more information, refer to the `DPDK documentation `__.
356356
357- __ https://doc.dpdk.org/guides-24 .11/prog_guide/ethdev/switch_representation.html#port-representors
357+ __ https://doc.dpdk.org/guides-25 .11/prog_guide/ethdev/switch_representation.html#port-representors
358358
359359Prior to port representors there was a one-to-one relationship between the PF
360360and the eth device. With port representors the relationship becomes one PF to
@@ -488,7 +488,7 @@ in the ``options`` column of the ``Interface`` table.
488488 kernel netdevice, and be inherited from it when Open vSwitch is restarted,
489489 even if the options described in this section are unset from Open vSwitch.
490490
491- .. _bifurcated drivers : https://doc.dpdk.org/guides-24 .11/linux_gsg/linux_drivers.html#bifurcated-driver
491+ .. _bifurcated drivers : https://doc.dpdk.org/guides-25 .11/linux_gsg/linux_drivers.html#bifurcated-driver
492492
493493- Configure the VF MAC address::
494494
0 commit comments