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 9990F429AF; Fri, 21 Apr 2023 23:06:18 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BF2D04114B; Fri, 21 Apr 2023 23:06:17 +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 67E6B4114A for ; Fri, 21 Apr 2023 23:06:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1682111174; 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: in-reply-to:in-reply-to:references:references; bh=mvCEhKe/D0smHssEtWJxW6xz4U57rKd/zUUefDdRmz8=; b=IO85IL2XriT5O7sVthhL2s1mW3WM07ukSID/atwfWXNtFfOwIf6WQ2sGNOf4CdMGww2c1T dGaFlI9LHL8hXMw2WcT8f66m+TYyhXAjbf09PD6CwQBnkAeZUX017gWMarKhtQJlc0oXxt 01t0/k3EngBLqqi5YaL60FNRUz9v7mw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-554-c8NcAuqINaCsjoh3KTxd5A-1; Fri, 21 Apr 2023 17:06:11 -0400 X-MC-Unique: c8NcAuqINaCsjoh3KTxd5A-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 617BC811E7B; Fri, 21 Apr 2023 21:06:11 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.8.179]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 072BD2026D16; Fri, 21 Apr 2023 21:06:10 +0000 (UTC) From: Aaron Conole To: David Marchand Cc: dev@dpdk.org, Michael Santana Subject: Re: [PATCH] ci: switch to Fedora 37 References: <20230421143447.3618180-1-david.marchand@redhat.com> Date: Fri, 21 Apr 2023 17:06:10 -0400 In-Reply-To: <20230421143447.3618180-1-david.marchand@redhat.com> (David Marchand's message of "Fri, 21 Apr 2023 16:34:47 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.4 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain 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 David Marchand writes: > Fedora 35 has been declared EOL in 2022/12 (see [1]). > Fedora 36 will soon be EOL too. > > Move to Fedora 37. > Fedora 37 libbpf does not support AF_XDP anymore, now provided by > libxdp. > > 1: https://docs.fedoraproject.org/en-US/releases/eol/ > > Signed-off-by: David Marchand > --- Acked-by: Aaron Conole FYI, Fedora 38 also just got released. Perhaps that can be a candidate as well, but I didn't try it out.