[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 41/41] docs/system/devices/igb: Note igb is tested for DPDK
From: |
Akihiko Odaki |
Subject: |
[PATCH v2 41/41] docs/system/devices/igb: Note igb is tested for DPDK |
Date: |
Thu, 20 Apr 2023 14:46:57 +0900 |
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
docs/system/devices/igb.rst | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/docs/system/devices/igb.rst b/docs/system/devices/igb.rst
index afe036dad2..60c10bf7c7 100644
--- a/docs/system/devices/igb.rst
+++ b/docs/system/devices/igb.rst
@@ -14,7 +14,8 @@ Limitations
===========
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
@@ -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
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
-functionalities not covered by the tests.
+with a different operating system other than DPDK, Linux, and Windows or if you
+try functionalities not covered by the tests.
Using igb
=========
@@ -32,7 +33,7 @@ Using igb should be nothing different from using another
network device. See
:ref:`pcsys_005fnetwork` in general.
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
==============
@@ -68,4 +69,5 @@ References
.. [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
.. [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
--
2.40.0
- Re: [PATCH v2 27/41] net/eth: Always add VLAN tag, (continued)
- [PATCH v2 35/41] igb: Filter with the second VLAN tag for extended VLAN, Akihiko Odaki, 2023/04/20
- [PATCH v2 32/41] igb: Implement Rx SCTP CSO, Akihiko Odaki, 2023/04/20
- [PATCH v2 34/41] igb: Strip the second VLAN tag for extended VLAN, Akihiko Odaki, 2023/04/20
- [PATCH v2 36/41] igb: Implement igb-specific oversize check, Akihiko Odaki, 2023/04/20
- [PATCH v2 37/41] igb: Implement Rx PTP2 timestamp, Akihiko Odaki, 2023/04/20
- [PATCH v2 38/41] igb: Implement Tx timestamp, Akihiko Odaki, 2023/04/20
- [PATCH v2 41/41] docs/system/devices/igb: Note igb is tested for DPDK,
Akihiko Odaki <=
- [PATCH v2 40/41] MAINTAINERS: Add a reviewer for network packet abstractions, Akihiko Odaki, 2023/04/20
- [PATCH v2 39/41] vmxnet3: Do not depend on PC, Akihiko Odaki, 2023/04/20