X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fpcap_ring.rst;h=5d65dc65753981462b2403bb7e190aefe339b16e;hb=4d4ebca430474180cdc5cb14edfda04ee4189d19;hp=702da89af8eef1cdba204b290c4d545c10511624;hpb=972e365bfe7aab7d51d2b5e48230a7d145e68463;p=dpdk.git diff --git a/doc/guides/nics/pcap_ring.rst b/doc/guides/nics/pcap_ring.rst index 702da89af8..5d65dc6575 100644 --- a/doc/guides/nics/pcap_ring.rst +++ b/doc/guides/nics/pcap_ring.rst @@ -50,7 +50,7 @@ the DPDK also includes two pure-software PMDs. These two drivers are: Using the Drivers from the EAL Command Line ------------------------------------------- -For ease of use, the DPDK EAL also has been extended to allow pseudo-ethernet devices, +For ease of use, the DPDK EAL also has been extended to allow pseudo-Ethernet devices, using one or more of these drivers, to be created at application startup time during EAL initialization. @@ -226,7 +226,7 @@ and use these as a source of packet input to the application. Usage Examples ^^^^^^^^^^^^^^ -To create two pseudo-ethernet ports where all traffic sent to a port is looped back +To create two pseudo-Ethernet ports where all traffic sent to a port is looped back for reception on the same port (error handling omitted for clarity): .. code-block:: c