[dpdk-dev] [PATCH 1/4 v4] add vector PMD RX for FVL

2015-10-30 Thread Zhe Tao
The vPMD RX function uses the multi-buffer and SSE instructions to accelerate the RX speed, but now the pktype cannot be supported by the vPMD RX, because it will decrease the performance heavily. Signed-off-by: Zhe Tao --- config/common_bsdapp | 2 + config/common_linuxapp

[dpdk-dev] [PATCH 1/4 v4] add vector PMD RX for FVL

2015-10-30 Thread Thomas Monjalon
2015-10-30 22:16, Zhe Tao: > The vPMD RX function uses the multi-buffer and SSE instructions to > accelerate the RX speed, but now the pktype cannot be supported by the vPMD > RX, > because it will decrease the performance heavily. So we cannot rely on the pktype information? Depending on which R