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 003D845ECA; Tue, 17 Dec 2024 09:02:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B7A08402A9; Tue, 17 Dec 2024 09:02:29 +0100 (CET) Received: from smtp.eurecom.fr (smtp.eurecom.fr [193.55.113.210]) by mails.dpdk.org (Postfix) with ESMTP id 89920402BB for ; Fri, 13 Dec 2024 14:10:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=eurecom.fr; i=@eurecom.fr; q=dns/txt; s=default; t=1734095421; x=1765631421; h=from:in-reply-to:references:date:cc:to:mime-version: message-id:subject:content-transfer-encoding; bh=PdagjXtAlB8fuO2WUaLX+C+JLLjKXrV3fBtxm74SnKs=; b=HKto/Vq9NzH8v/0QU/QDJSJGgl32bryxYpNi7Djtj+/9glYwcIVvWpY1 RbeGpE9FXSJ1N2PBnYk1j4uZ+c/it7woUrxBvmWVIztV5AbSMvEOUOG21 EMC4WRspL9AFoQAt/YpvntRra9jmO/IWi+Kz8hNJEEL6JAUPfbkJ+CAXs 4=; X-CSE-ConnectionGUID: mOaGKyA6RUSOVyZqXnrg+A== X-CSE-MsgGUID: NEtGChVsTaesZI0iUxUx1w== X-IronPort-AV: E=Sophos;i="6.12,231,1728943200"; d="scan'208";a="28172814" Received: from quovadis.eurecom.fr ([10.3.2.233]) by drago1i.eurecom.fr with ESMTP; 13 Dec 2024 14:10:21 +0100 From: "Ariel Otilibili-Anieli" In-Reply-To: <20241208023022.777275-1-otilibil@eurecom.fr> Content-Type: text/plain; charset="utf-8" X-Forward: 88.183.119.157 References: <20241208023022.777275-1-otilibil@eurecom.fr> Date: Fri, 13 Dec 2024 14:10:21 +0100 Cc: "Thomas Monjalon" , "David Marchand" To: dev@dpdk.org MIME-Version: 1.0 Message-ID: <2f7a86-675c3200-7d3b-26131fc0@215937765> Subject: [PING] =?utf-8?q?buildtools=3A?= clear out regex syntax warnings User-Agent: SOGoMail 5.11.1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Tue, 17 Dec 2024 09:02:28 +0100 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, Any news on the patch? If anything is needed for its review, I am avail= able. Regards, On Sunday, December 08, 2024 03:25 CET, Ariel Otilibili wrote: > Hello, >=20 > This is my first patch to the list; your feedback is much appreciated= . >=20 > My aim is to understand the internals of DPDK. >=20 > While compiling from scratch, I came across these Python warnings. >=20 > Thank you, >=20 > Ariel Otilibili (1): > buildtools: clear out regex syntax warnings >=20 > buildtools/get-test-suites.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > --=20 > 2.47.1 >