[dpdk-dev] [PATCH v2 0/3] improve i40e vpmd

2016-04-27 Thread Bruce Richardson
On Sun, Apr 17, 2016 at 04:32:10PM +0800, Zhe Tao wrote: > On Thu, Apr 14, 2016 at 05:02:34PM +0100, Bruce Richardson wrote: > > This patchset improves the performance of the i40e SSE pmd by removing > > operations that triggered CPU stalls. It also shortens the code and > > cleans it up a little.

[dpdk-dev] [PATCH v2 0/3] improve i40e vpmd

2016-04-17 Thread Zhe Tao
On Thu, Apr 14, 2016 at 05:02:34PM +0100, Bruce Richardson wrote: > This patchset improves the performance of the i40e SSE pmd by removing > operations that triggered CPU stalls. It also shortens the code and > cleans it up a little. > > The base requirement for using the SSE code path has been pu

[dpdk-dev] [PATCH v2 0/3] improve i40e vpmd

2016-04-14 Thread Bruce Richardson
This patchset improves the performance of the i40e SSE pmd by removing operations that triggered CPU stalls. It also shortens the code and cleans it up a little. The base requirement for using the SSE code path has been pushed up to SSE4.1 from SSE3, due to the use of the blend instruction. The in