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 F280C45E8E; Fri, 13 Dec 2024 15:42:14 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id ED3CA40B8F; Fri, 13 Dec 2024 15:42:13 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id A4BFE409FA for ; Fri, 13 Dec 2024 15:42:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734100932; x=1765636932; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=qGOuV0/7TG0/cXUcmDC+vDFjQNiOfWVm6cf00U+ETZA=; b=DibNoWXNGvTmi80uvi9KOwc4BBbS0nqGIUBE2Loxwkc/jxvPwYFxydbZ TslGnibLNbPNcLe/aI+k31VmlTDhRUffBTqGw3ugqqgGcao7vZO0wpS+0 NtDcnGTXyPsbfCgK5T6cP+mTf8ODPArwIFskCr7JRUJGH7PmYcX/NzI/Q U=; X-CSE-ConnectionGUID: 1T8KBjtYQkiXcj8jFSnltA== X-CSE-MsgGUID: F6uh88POR9KWr2l1bPt/ig== X-IronPort-AV: E=Sophos;i="6.12,231,1728943200"; d="scan'208";a="28174019" Received: from waha.eurecom.fr (HELO smtps.eurecom.fr) ([10.3.2.236]) by drago1i.eurecom.fr with ESMTP; 13 Dec 2024 15:42:12 +0100 Received: from localhost.localdomain (88-183-119-157.subs.proxad.net [88.183.119.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtps.eurecom.fr (Postfix) with ESMTPSA id 12AF12B91; Fri, 13 Dec 2024 15:42:12 +0100 (CET) From: Ariel Otilibili To: dev@dpdk.org Cc: Thomas Monjalon , David Marchand , Robin Jarry , Ariel Otilibili Subject: [PATCH v2 0/1] buildtools: clear out regex syntax warnings Date: Fri, 13 Dec 2024 15:40:57 +0100 Message-ID: <20241213144145.59916-1-otilibil@eurecom.fr> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241208023022.777275-1-otilibil@eurecom.fr> References: <20241208023022.777275-1-otilibil@eurecom.fr> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hello, This is my first patch to the list; your feedback is much appreciated. My aim is to understand the internals of DPDK. While compiling from scratch, I came across these Python warnings. Thank you, Ariel Otilibili (1): buildtools: clear out regex syntax warnings buildtools/get-test-suites.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- v2: * redone commit message * backport to stable 2.47.1