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 04C5EE07 for ; Mon, 30 Apr 2018 16:09:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Apr 2018 07:09:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.49,346,1520924400"; d="scan'208";a="37537399" Received: from rnicolau-mobl.ger.corp.intel.com (HELO [10.237.221.81]) ([10.237.221.81]) by orsmga008.jf.intel.com with ESMTP; 30 Apr 2018 07:09:18 -0700 To: Luca Boccassi , stable@dpdk.org Cc: akhil.goyal@nxp.com, declan.doherty@intel.com, pablo.de.lara.guarch@intel.com, roy.fan.zhang@intel.com References: <1522844325-10774-1-git-send-email-radu.nicolau@intel.com> <1525095426.23337.15.camel@debian.org> From: Radu Nicolau Message-ID: Date: Mon, 30 Apr 2018 15:09:17 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1525095426.23337.15.camel@debian.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [dpdk-stable] [PATCH] examples/ipsec-secgw: limit inflight packets count X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2018 14:09:22 -0000 On 4/30/2018 2:37 PM, Luca Boccassi wrote: > On Wed, 2018-04-04 at 13:18 +0100, Radu Nicolau wrote: >> Revert previous patch that introduce a performance >> degradation in certain scenarios and add a configurable >> limit for number inflight packets. >> >> Revert >> commit 84d4b5e4ec48 ("examples/ipsec-secgw: improve IPsec dequeue >> logic") >> >> Signed-off-by: Radu Nicolau >> --- >>  examples/ipsec-secgw/ipsec.c | 31 ++++++++++++++----------------- >>  examples/ipsec-secgw/ipsec.h |  1 + >>  2 files changed, 15 insertions(+), 17 deletions(-) > Has this, or a version of this, been committed in mainline? I cannot > find it > I originally sent the patch for the master branch, but after feedback I marked it as NA and resent the patch for the stable only; but the patch in patchwork remains marked as NA. https://dpdk.org/dev/patchwork/patch/36937/ The patch can be applied to the stable release, at least that was the consensus at that time between Akhil and myself. @Akhil: can we restart the discussion about having this in the master as well, for this release?