[dpdk-dev] [PATCH v7 17/25] mlx5: add support for inline send

2016-06-27 Thread NĂ©lio Laranjeiro
On Mon, Jun 27, 2016 at 01:17:42PM +0100, Bruce Richardson wrote: > On Fri, Jun 24, 2016 at 03:17:56PM +0200, Nelio Laranjeiro wrote: > > From: Yaacov Hazan > > > > Implement send inline feature which copies packet data directly into WQEs > > for improved latency. The maximum packet size and the

[dpdk-dev] [PATCH v7 17/25] mlx5: add support for inline send

2016-06-27 Thread Bruce Richardson
On Fri, Jun 24, 2016 at 03:17:56PM +0200, Nelio Laranjeiro wrote: > From: Yaacov Hazan > > Implement send inline feature which copies packet data directly into WQEs > for improved latency. The maximum packet size and the minimum number of Tx > queues to qualify for inline send are user-configurab

[dpdk-dev] [PATCH v7 17/25] mlx5: add support for inline send

2016-06-24 Thread Nelio Laranjeiro
From: Yaacov Hazan Implement send inline feature which copies packet data directly into WQEs for improved latency. The maximum packet size and the minimum number of Tx queues to qualify for inline send are user-configurable. This feature is effective when HW causes a performance bottleneck. Sig