From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id A1F29A0524 for ; Thu, 4 Feb 2021 14:30:24 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 918802406C8; Thu, 4 Feb 2021 14:30:24 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by mails.dpdk.org (Postfix) with ESMTP id 74CDF2406C8 for ; Thu, 4 Feb 2021 14:30:23 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612445422; 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=pz67vKY7DW/V67b7uPs+wVLIvlAF0k0FVeLU4IsNJnA=; b=VExFbR83NZxm+1ZrmOOo7WDfIkadTA2YwjR7IpN4pm8pgsL3oSuhBxEQ2rm7q+tH+nPiER JPZqCy5R66Bqjjs7SSWLk/Ej+zWNVTlj2ON8OvtbTPyYeHGR2wZixDotV+tWLu6+oyYJ9E FtRDJFZgN95G4204a3xZCyVEzV+Ne7g= 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-532-dRVU36klOXSM67r5JeNTiQ-1; Thu, 04 Feb 2021 08:30:20 -0500 X-MC-Unique: dRVU36klOXSM67r5JeNTiQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7684A801974; Thu, 4 Feb 2021 13:30:19 +0000 (UTC) Received: from [10.36.112.238] (ovpn-112-238.ams2.redhat.com [10.36.112.238]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7A10B74448; Thu, 4 Feb 2021 13:30:18 +0000 (UTC) To: Christian Ehrhardt , dpdk stable Cc: Luca Boccassi References: <20210204120903.2515011-1-christian.ehrhardt@canonical.com> From: Kevin Traynor Message-ID: Date: Thu, 4 Feb 2021 13:30:17 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <20210204120903.2515011-1-christian.ehrhardt@canonical.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 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: 7bit Subject: Re: [dpdk-stable] [PATCH 1/3] 3-request-backport: add hint to QUEUED_REPO X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 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 04/02/2021 12:09, Christian Ehrhardt wrote: > When we ask for backports the code that we get sent might match latest > dpdk.org:dpdk-stable.git but not our WIP branch. > > To mimimize any errors that arise out of that hint at the QUEUED_REPO > int he call for backport-help. > > Signed-off-by: Christian Ehrhardt Acked-by: Kevin Traynor