docs/system/devices/igb: Note igb is tested for DPDK

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
Akihiko Odaki 2023-05-23 11:43:39 +09:00 committed by Jason Wang
parent c8110e767f
commit c37d98f3a9
1 changed files with 7 additions and 5 deletions

View File

@ -14,7 +14,8 @@ Limitations
=========== ===========
This igb implementation was tested with Linux Test Project [2]_ and Windows HLK This igb implementation was tested with Linux Test Project [2]_ and Windows HLK
[3]_ during the initial development. The command used when testing with LTP is: [3]_ during the initial development. Later it was also tested with DPDK Test
Suite [4]_. The command used when testing with LTP is:
.. code-block:: shell .. code-block:: shell
@ -22,8 +23,8 @@ This igb implementation was tested with Linux Test Project [2]_ and Windows HLK
Be aware that this implementation lacks many functionalities available with the Be aware that this implementation lacks many functionalities available with the
actual hardware, and you may experience various failures if you try to use it actual hardware, and you may experience various failures if you try to use it
with a different operating system other than Linux and Windows or if you try with a different operating system other than DPDK, Linux, and Windows or if you
functionalities not covered by the tests. try functionalities not covered by the tests.
Using igb Using igb
========= =========
@ -32,7 +33,7 @@ Using igb should be nothing different from using another network device. See
:ref:`Network_emulation` in general. :ref:`Network_emulation` in general.
However, you may also need to perform additional steps to activate SR-IOV However, you may also need to perform additional steps to activate SR-IOV
feature on your guest. For Linux, refer to [4]_. feature on your guest. For Linux, refer to [5]_.
Developing igb Developing igb
============== ==============
@ -68,4 +69,5 @@ References
.. [1] https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82576eb-gigabit-ethernet-controller-datasheet.pdf .. [1] https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82576eb-gigabit-ethernet-controller-datasheet.pdf
.. [2] https://github.com/linux-test-project/ltp .. [2] https://github.com/linux-test-project/ltp
.. [3] https://learn.microsoft.com/en-us/windows-hardware/test/hlk/ .. [3] https://learn.microsoft.com/en-us/windows-hardware/test/hlk/
.. [4] https://docs.kernel.org/PCI/pci-iov-howto.html .. [4] https://doc.dpdk.org/dts/gsg/
.. [5] https://docs.kernel.org/PCI/pci-iov-howto.html