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 B5D1E44103; Wed, 29 May 2024 16:33:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 45EAB402CD; Wed, 29 May 2024 16:33:43 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 5C320402B9 for ; Wed, 29 May 2024 16:33:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1716993221; 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=xaNHE3SYgRLMVumCRhDXEV/LdhWUw9UbckcNwTF5/B8=; b=cG5iJenSbY3kx7BQzg0I9BieOI0JneaYUvfJBxP4N84ZG7IvoGbVLehNS6gFP4Amkbt1PH yB3V90M1j8CsNxT4LRQhJ8vD5EamvZQ/5fpm0vp9YvCE+zEe0CUUqhvqShRs98yMwdhUpi vYYMmZl0srPWye4Q5Y5QUeSNGlQ7s9Y= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-262-x3zrBWAFPnC_1usOyrn9BA-1; Wed, 29 May 2024 10:33:40 -0400 X-MC-Unique: x3zrBWAFPnC_1usOyrn9BA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 119FE101A525; Wed, 29 May 2024 14:33:40 +0000 (UTC) Received: from RHTRH0061144 (dhcp-17-72.bos.redhat.com [10.18.17.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CFA0AC15BB1; Wed, 29 May 2024 14:33:39 +0000 (UTC) From: Aaron Conole To: Morten =?utf-8?Q?Br=C3=B8rup?= Cc: Subject: Re: Depends-on In-Reply-To: <98CBD80474FA8B44BF855DF32C47DC35E9F4B8@smartserver.smartshare.dk> ("Morten =?utf-8?Q?Br=C3=B8rup=22's?= message of "Tue, 28 May 2024 13:06:57 +0200") References: <98CBD80474FA8B44BF855DF32C47DC35E9F4B8@smartserver.smartshare.dk> Date: Wed, 29 May 2024 10:33:39 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Morten Br=C3=B8rup writes: > Aaron, > > I have been trying to submit a patch with a dependency on another > patch, but it keeps failing, and the error message "Apply patch set > 140352 failed: 404 Not Found" isn't very helpful. > > Could you please take a look at it and let me know what's going on: > https://patchwork.dpdk.org/project/dpdk/patch/20240528070546.92511-1-mb@s= martsharesystems.com/ Sure - I'll take a look. >From the github robot side, it looks like we currently only support dependencies via a series- request. I'll try to spend some time and add patch based support, but I think there was some weird tricky stuff going on. > > Med venlig hilsen / Kind regards, > -Morten Br=C3=B8rup