X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Faf_packet.rst;h=efd6f1ca733e1be80ebf57094ab218a55d132334;hb=2a10630354772bd093a1c81c474a68b581b759e8;hp=1260bb2c64d2fc777754d0255811cf3a6ad7dbe2;hpb=6ef75e405d5a88e8806b261c1a6c3f6b30385007;p=dpdk.git diff --git a/doc/guides/nics/af_packet.rst b/doc/guides/nics/af_packet.rst index 1260bb2c64..efd6f1ca73 100644 --- a/doc/guides/nics/af_packet.rst +++ b/doc/guides/nics/af_packet.rst @@ -13,13 +13,13 @@ PACKET_MMAP, which provides a mmap'ed ring buffer, shared between user space and kernel, that's used to send and receive packets. This helps reducing system calls and the copies needed between user space and Kernel. -The PACKET_FANOUT_HASH behaviour of AF_PACKET is used for frame reception. +The PACKET_FANOUT_HASH behavior of AF_PACKET is used for frame reception. Options and inherent limitations -------------------------------- The following options can be provided to set up an af_packet port in DPDK. -Some of these, in turn, will be used to configure the PAKET_MMAP settings. +Some of these, in turn, will be used to configure the PACKET_MMAP settings. * ``iface`` - name of the Kernel interface to attach to (required); * ``qpairs`` - number of Rx and Tx queues (optional, default 1);