[dpdk-dev] [PATCH 1/5] net/mlx5: last WQE no room inline

Ferruh Yigit ferruh.yigit at intel.com
Mon Jan 23 13:27:41 CET 2017


On 1/8/2017 3:41 PM, Elad Persiko wrote:
> Prior to this patch, when sending a packet and the following
> conditions were reached:
> 	1. last working queue element is used.
> 	2. inline was requested by the user
> 	3. no room for inline packet.
> then the inline request was ignored and the packet was sent
> by pointer completely.
> 
> This patch handles this scenario. In this case the last
> work queue element is turned to be a null work queue element and
> the packet is being sent after the wrap around.
> 
> Signed-off-by: Elad Persiko <eladpe at mellanox.com>

It looks like this series missing driver maintainer CC'ed.

Cc: Adrien Mazarguil <adrien.mazarguil at 6wind.com>



More information about the dev mailing list