[dpdk-dev] [PATCH 1/4 v3] 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 v3] add vector PMD RX for FVL

2015-10-30 Thread Liang, Cunming
Hi, > -Original Message- > From: Tao, Zhe > Sent: Friday, October 30, 2015 9:02 PM > To: dev at dpdk.org > Cc: Tao, Zhe; Liang, Cunming > Subject: [dpdk-dev][PATCH 1/4 v3] add vector PMD RX for FVL > > The vPMD RX function uses the multi-buffer and SSE instruction