X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fprog_guide%2Fswitch_representation.rst;h=07ba12bea67e849eb1b5b860f10dc9906789aaad;hb=4467fed6f9abe01e8193eeb9a7be7de69a4fd336;hp=f5ee516f6f81d61c105a307e087d94c95aba912d;hpb=b7f859c9a9a5146e495e09ae2b311259a94095e1;p=dpdk.git diff --git a/doc/guides/prog_guide/switch_representation.rst b/doc/guides/prog_guide/switch_representation.rst index f5ee516f6f..07ba12bea6 100644 --- a/doc/guides/prog_guide/switch_representation.rst +++ b/doc/guides/prog_guide/switch_representation.rst @@ -59,9 +59,9 @@ which can be thought as a software "patch panel" front-end for applications. :: - -w pci:dbdf,representor=0 - -w pci:dbdf,representor=[0-3] - -w pci:dbdf,representor=[0,5-11] + -a pci:dbdf,representor=0 + -a pci:dbdf,representor=[0-3] + -a pci:dbdf,representor=[0,5-11] - As virtual devices, they may be more limited than their physical counterparts, for instance by exposing only a subset of device @@ -348,8 +348,7 @@ these endpoints provides a standard interface to manage their interconnection without introducing new concepts and whole new API to implement them. This is described in `flow API (rte_flow)`_. -.. [6] `Generic flow API (rte_flow) - `_ +.. [6] :doc:`Generic flow API (rte_flow) ` Flow API (rte_flow) ------------------- @@ -736,8 +735,7 @@ respective representors (**B** and **C**) if supported. Examples in subsequent sections apply to hypervisor applications only and are based on port representors **A**, **B** and **C**. -.. [2] `Flow syntax - `_ +.. [2] :ref:`Flow syntax ` Associating VF 1 with Physical Port 0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~