X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fsample_app_ug%2Fkernel_nic_interface.rst;h=a7e549d5213ab3a694a62aa4a023a6e5cecd71f5;hb=092a9de50b25c2b66eb79be83bee21c2db2f08e5;hp=f8fe17bd08eb8a8abee930379b2e50cbbc0108aa;hpb=218c4e68c1d9bd4a9281bc1dc4d0ab89859083bf;p=dpdk.git diff --git a/doc/guides/sample_app_ug/kernel_nic_interface.rst b/doc/guides/sample_app_ug/kernel_nic_interface.rst index f8fe17bd08..a7e549d521 100644 --- a/doc/guides/sample_app_ug/kernel_nic_interface.rst +++ b/doc/guides/sample_app_ug/kernel_nic_interface.rst @@ -262,16 +262,6 @@ Change the MTU size: # ifconfig vEth0_0 mtu 1450 -If DPDK is compiled with ``CONFIG_RTE_KNI_KMOD_ETHTOOL=y`` and an Intel -NIC is used, the user can use ``ethtool`` on the KNI interface as if it -were a normal Linux kernel interface. - -Displaying the NIC registers: - -.. code-block:: console - - # ethtool -d vEth0_0 - When the ``kni`` application is closed, all the KNI interfaces are deleted from the Linux kernel.