X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Ftxgbe.rst;h=2337870b1014adaa3993cd6f5db1faa36e81349e;hb=d06e6723ff72af2368a427414998191a66dc09c9;hp=01f878ee9f3fab2ba16139eba6829c89467805fb;hpb=7dc117068a7c7da6d0704064b4380f064b9c1020;p=dpdk.git diff --git a/doc/guides/nics/txgbe.rst b/doc/guides/nics/txgbe.rst index 01f878ee9f..2337870b10 100644 --- a/doc/guides/nics/txgbe.rst +++ b/doc/guides/nics/txgbe.rst @@ -7,6 +7,27 @@ TXGBE Poll Mode Driver The TXGBE PMD (librte_pmd_txgbe) provides poll mode driver support for Wangxun 10 Gigabit Ethernet NICs. +Features +-------- + +- Multiple queues for TX and RX +- Receiver Side Scaling (RSS) +- MAC/VLAN filtering +- Packet type information +- Checksum offload +- VLAN/QinQ stripping and inserting +- TSO offload +- Promiscuous mode +- Multicast mode +- Port hardware statistics +- Jumbo frames +- Link state information +- Link flow control +- Interrupt mode for RX +- Scattered and gather for TX and RX +- DCB +- LRO + Prerequisites -------------