From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AF597A04DB for ; Wed, 2 Dec 2020 14:39:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A28C7C99C; Wed, 2 Dec 2020 14:39:37 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 24645C99C for ; Wed, 2 Dec 2020 14:39:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1606916374; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=A69cJBO1Wcv7avfFwjGU0ezEi5/xxulKNiETMPifzJ0=; b=Cq6R5uJgZblFb0l2mAGqNrh5vgeoxqjUsleAp9kDqYQlBDfzDDxfrwtKe7kgwX+SzM2VHH BNZnOGf5yMyt8OYgpsHnmBvTAVbeFOSVs85dnANwydbnkiK31g9Rrm6R/DnX+8OYFyEYWn xAUlhzQPg34dupd7e73odPYi398IyaI= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-77-phDaoLIdNJeN5zNM1r9CDw-1; Wed, 02 Dec 2020 08:39:32 -0500 X-MC-Unique: phDaoLIdNJeN5zNM1r9CDw-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 125739A22F; Wed, 2 Dec 2020 13:39:31 +0000 (UTC) Received: from [10.36.115.131] (ovpn-115-131.ams2.redhat.com [10.36.115.131]) by smtp.corp.redhat.com (Postfix) with ESMTP id 679DC19C44; Wed, 2 Dec 2020 13:39:30 +0000 (UTC) To: Apeksha Gupta References: <20201127201439.356926-1-ktraynor@redhat.com> Cc: dpdk stable From: Kevin Traynor Message-ID: Date: Wed, 2 Dec 2020 13:39:29 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.4.0 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [EXT] please help backporting some patches to LTS release 18.11.11 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: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 02/12/2020 13:17, Apeksha Gupta wrote: > Hi Kevin, > > 29fdc5bf4 Apeksha Gupta test/crypto: fix statistics case > //This patch should be dropped from missed list and not backported. The issue it fixes doesn't exist in 18.11 branch. Thanks, dropped.