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

2015-09-29 Thread Bruce Richardson
On Mon, Sep 28, 2015 at 01:05:24AM +0800, Zhe Tao wrote: > 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 > --- >

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

2015-09-28 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] add vector PMD RX for FVL

2015-09-27 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Zhe Tao > Sent: Sunday, September 27, 2015 6:05 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH 1/4] add vector PMD RX for FVL > > The vPMD RX function uses the multi-buffer an