On 3/26/2019 6:16 AM, Wenzhuo Lu wrote: > Use SSE and AVX2 instructions in ICE RX and TX path. > > --- > v2: > - Updated feature doc. > - Fixed checklog and checkpatch issues. > > v3: > - Fixed potential compile issue on non-X86 platform. > > v4: > - Removed compile configure, CONFIG_RTE_LIBRTE_ICE_INC_VECTOR. > - Fixed checkpatch warnings. > - Added more explanation of vector path in the device document. > - Some other minor change. > > v5: > - Fixed a compile issue. > - Fixed a doc build warning. > > v6: > - Added prefix "ice_" for ICE specific functions. > - Added unlikely for rarely used code. > > v7: > - Reserved the original buffer release functions. > > Wenzhuo Lu (8): > net/ice: fix Tx function setting > net/ice: add pointer for queue buffer release > net/ice: support vector SSE in RX > net/ice: support Rx scatter SSE vector > net/ice: support Tx SSE vector > net/ice: support Rx AVX2 vector > net/ice: support Rx scatter AVX2 vector > net/ice: support vector AVX2 in TX
This version (v7) pulled from next-net-intel to next-net.