X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=doc%2Fguides%2Fnics%2Fsfc_efx.rst;h=5c9662531124c4961b46f758a3ecfe9dbd11c49b;hb=8b00f426eb6614d5c01fec95cdc271700f85f886;hp=94c4d07d70f83949191d5256d96c78aa4781440a;hpb=7a4d44a639c99c8350cf738e40e7ae45e58f5960;p=dpdk.git diff --git a/doc/guides/nics/sfc_efx.rst b/doc/guides/nics/sfc_efx.rst index 94c4d07d70..5c96625311 100644 --- a/doc/guides/nics/sfc_efx.rst +++ b/doc/guides/nics/sfc_efx.rst @@ -236,13 +236,16 @@ boolean parameters value. more efficient than libefx-based and provides richer packet type classification, but lacks Rx scatter support. -- ``tx_datapath`` [auto|efx] (default **auto**) +- ``tx_datapath`` [auto|efx|ef10] (default **auto**) Choose transmit datapath implementation. **auto** allows the driver itself to make a choice based on firmware features available and required by the datapath implementation. **efx** chooses libefx-based datapath which supports VLAN insertion (full-feature firmware variant only), TSO and multi-segment mbufs. + **ef10** chooses EF10 (SFN7xxx, SFN8xxx) native datapath which is + more efficient than libefx-based but has no VLAN insertion and TSO + support yet. - ``perf_profile`` [auto|throughput|low-latency] (default **throughput**)