[dpdk-dev] [PATCH v2 0/3] improve MAC swap performance

2018-12-10 Thread Qi Zhang
Improved testpmd macswap performance for x86 by take advantage of SSE instructions. On a broadwell 1.6GHz sever with a i40e 25G NIC. We abserve 17.7% performance improvement for testpmd's macswap test. v2: - replace PKT_TX_VLAN_PKT/PKT_TX_QINQ_PKT with PKT_TX_VLAN/PKT_TX_QINQ - only set vlan / ou

[dpdk-dev] [PATCH v2 0/3] improve MAC swap performance

2018-11-22 Thread Qi Zhang
**The pathset is target for 19.02** Improved testpmd macswap performance for x86 by take advantage of SSE instructions. On a broadwell 1.6GHz sever with a i40e 25G NIC. We abserve 17.7% performance improvement for testpmd's macswap test. v2: - remove uncessary files Qi Zhang (3): app/testpmd: