From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 08 Feb 2017 03:02:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,346,1477983600"; d="scan'208";a="1123697479" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga002.fm.intel.com with ESMTP; 08 Feb 2017 03:02:26 -0800 To: Elad Persiko , dev@dpdk.org, Adrien Mazarguil References: <1483890123-4854-1-git-send-email-eladpe@mellanox.com> <93af6ad6-979e-76a9-3e97-f4dc0a211802@intel.com> From: Ferruh Yigit Message-ID: <6ccd3f95-b806-12f9-8b42-670d0f13b3c8@intel.com> Date: Wed, 8 Feb 2017 11:02:25 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <93af6ad6-979e-76a9-3e97-f4dc0a211802@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/5] net/mlx5: last WQE no room inline X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2017 11:02:29 -0000 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