From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/5] net/mlx5: last WQE no room inline Date: Wed, 8 Feb 2017 11:02:25 +0000 Message-ID: <6ccd3f95-b806-12f9-8b42-670d0f13b3c8@intel.com> References: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> <93af6ad6-979e-76a9-3e97-f4dc0a211802@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Elad Persiko , dev@dpdk.org, Adrien Mazarguil Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 8E747952 for ; Wed, 8 Feb 2017 12:02:28 +0100 (CET) In-Reply-To: <93af6ad6-979e-76a9-3e97-f4dc0a211802@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 1/23/2017 12:27 PM, Ferruh Yigit wrote: > 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 > > It looks like this series missing driver maintainer CC'ed. > > Cc: Adrien Mazarguil This series postponed to next release (17.05). There was an expected update to merge with another patch [1], not received in this release time frame. [1] http://dpdk.org/dev/patchwork/patch/19009/ Thanks, ferruh