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 7EFAB43C38; Tue, 5 Mar 2024 14:27:58 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6415F402AF; Tue, 5 Mar 2024 14:27:58 +0100 (CET) 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 DE19440270 for ; Tue, 5 Mar 2024 14:27:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1709645276; 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=v1EoaeKuKXgPMup4pzhFTQPNoYKZd8g4RF9QKc9hjFQ=; b=hhGRDd45Zg0kXFws0+LsnTjHjbAzqfcX+cpP15zwFXZiwqE7gmgjeBQtfAYzABmCkWsO8P BjMA9hRn9StED+Y8VI3xQot3drNnSzXzVWbB7pfbabLAK713dvz3xBnX4h1KFIgMTvssly Eqqv24bBUaUjEG1l2Mb+FnlOaBtterA= Received: from mail-lf1-f70.google.com (mail-lf1-f70.google.com [209.85.167.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-530-gFdDLZ74PeacWAbMJi6mfQ-1; Tue, 05 Mar 2024 08:27:55 -0500 X-MC-Unique: gFdDLZ74PeacWAbMJi6mfQ-1 Received: by mail-lf1-f70.google.com with SMTP id 2adb3069b0e04-5134e56c6c8so1000871e87.3 for ; Tue, 05 Mar 2024 05:27:54 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1709645273; x=1710250073; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=v1EoaeKuKXgPMup4pzhFTQPNoYKZd8g4RF9QKc9hjFQ=; b=Fz3SRLFu35UwfaricxVKIdskZBXQL1CUqhd8+SWTII0f7521pOsnMGD65tJvG8726d DNdYNwqDDNGYcK5uwAmS8MgjvHWRdPtS6F2h7rCnX8ZjBvgltA6hKVVs8dzefQGZHHaR hvELnBNB/KxPxVzasWNwjzlKdeQM4OFpfS18imN5RCBw88AdMo2LMyeBH2y4qHZ0li3i 7BdLai9TR8dHOyf3tQyBx4hu1fPu9ZqPiVtmB/AJMWApPj5YXPruCcj1fP5tV4FoHSWN 2p6OVqZSXrqLImj24P3IlW1/aoCfrJAqfDCfi31UL0oCiUmCfx+DNW6tOe2l60OCnR1/ tGSg== X-Forwarded-Encrypted: i=1; AJvYcCU3k3UPXZ+Ezrz95XDPJrU+D6WYW5Sv0uuPbHlNYDRoh5CXI+3rLuP3ewbaCpK+IH1bH9HylVo5gp2n61U= X-Gm-Message-State: AOJu0YyxPHigFhLPRn63x1nQLq+fuQhAXzq2vDPiQLjcwAsfNSjjOcsA UVco4ANG1a3ETW6x3GtBjijSoIAVZ6ZXQnayhevR1EHWvl/z4rHTLWciDhZUH+sxxiElVg/PjAf HtFN2Lap92IW98VoeWlZBxDeSLSyRW2JD0IwIcfjHmbKy+oWHOdBcdL4LV6p2nOk0zqQ/hJLL9G 17x0nFKoTF7CoHNdo= X-Received: by 2002:ac2:55b5:0:b0:513:ece:1fe1 with SMTP id y21-20020ac255b5000000b005130ece1fe1mr1284498lfg.54.1709645273632; Tue, 05 Mar 2024 05:27:53 -0800 (PST) X-Google-Smtp-Source: AGHT+IEkH8pLPGDF6SzIzQGSP0WD+8u/DopoS1vGlcMs5l5LNdzyPdU4j/bOxqTGPwWtjmwJ0wzam56X0Zj/BSxchkE= X-Received: by 2002:ac2:55b5:0:b0:513:ece:1fe1 with SMTP id y21-20020ac255b5000000b005130ece1fe1mr1284480lfg.54.1709645273318; Tue, 05 Mar 2024 05:27:53 -0800 (PST) MIME-Version: 1.0 References: <20240305113428.365-1-anoobj@marvell.com> <3997823.ZaRXLXkqSa@thomas> In-Reply-To: <3997823.ZaRXLXkqSa@thomas> From: David Marchand Date: Tue, 5 Mar 2024 14:27:41 +0100 Message-ID: Subject: Re: [PATCH] test/crypto: fix non ASCII character To: Thomas Monjalon Cc: Anoob Joseph , Akhil Goyal , Ali Alnubani , dev@dpdk.org, Aakash Sasidharan , bruce.richardson@intel.com, rjarry@redhat.com 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 On Tue, Mar 5, 2024 at 2:25=E2=80=AFPM Thomas Monjalon wrote: > > 05/03/2024 13:14, Ali Alnubani: > > > Subject: [PATCH] test/crypto: fix non ASCII character > > > > > > Fix non ASCII character in the comment. Revert to original text. > > > > > > Bugzilla ID: 1396 > > > Fixes: f97c63f4f445 ("test/crypto: add AES-GCM external mbuf case") > > > > > > Signed-off-by: Anoob Joseph > > > --- > > > > Build passes with this patch, thanks! > > > > Tested-by: Ali Alnubani > > Reported-by: Ali Alnubani > > Applied, thanks. > > > The script buildtools/get-test-suites.py is not tolerant with Unicode. > We may be more flexible probably. > Bruce, Robin, what do you think about allowing Unicode characters in this= script? Note: I could reproduce this issue with a Ubuntu 18.04 container, but not with my fedora 38. Maybe something to do with a python version.. ? --=20 David Marchand