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 74070436D0; Tue, 12 Dec 2023 11:25:46 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 572EA42E09; Tue, 12 Dec 2023 11:25:46 +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 B20FF4026E for ; Tue, 12 Dec 2023 11:25:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1702376744; 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=YwIQJU20s9GHxP4XEAhSYoILF00uhqKcG7OCdZhX00w=; b=MmlKIv0gEOSRQtRFD622MjZnD2A4LEIKOEmPy5KB9piEswZjHrzyYrH0fNjkxeruImwisr 0nmHpLkgQsQ2lUCOc4wq9v7pzXcg7N3OEkgstJKDYxTuGd0mJkFMxXrJoxGUSChQG9shDC RK2qOgv/3vu5veq/cWxH+1gmg5efeng= Received: from mail-lj1-f197.google.com (mail-lj1-f197.google.com [209.85.208.197]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-80--qao730WP5y4RguELxYq0w-1; Tue, 12 Dec 2023 05:25:43 -0500 X-MC-Unique: -qao730WP5y4RguELxYq0w-1 Received: by mail-lj1-f197.google.com with SMTP id 38308e7fff4ca-2cc23b67145so17162261fa.2 for ; Tue, 12 Dec 2023 02:25:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702376741; x=1702981541; 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=YwIQJU20s9GHxP4XEAhSYoILF00uhqKcG7OCdZhX00w=; b=gYPBxU7RGaiIn2ISwB8y9OQrl4dhmG9HHzAYfuCEpZJR1l3J6jQBOISk5aVRyPTlhM Pb0X6sBIkZwKnwEpeBPbDmXEIwaXqHgn7iLS6uNJxXlCDmG8WA/XbLfmUWaX+QHNqXVK 0NrFBwclTHy96EHH6cYh4Fmt+HXX0j0+5Tx+CqwDqk6cqcldkYw7vl6nrjRoG5Wsvst4 bjMu2zttFw3K1k7hgq0ZxafupyLZPeARN7USnFNagJ+kc0jaMKt39Zl/sPdw6K/4Lt8z k6YLzG0KbUJUl9XZ5kQECPpCOzF4xR5FGV1uAPMa5eP7XsMlHYY58AW1ehPHUGmUqEgP 38mA== X-Gm-Message-State: AOJu0YxNLkvv5wJZC2nPDXLwbp8zR4DIjrGBN7j9Z/vEziZanjROIfvB TA7hw2hRfjKTuhAnNk9bR66Uagks7aNE3x4/CBV+aZpbRe/Utda6pqdvP3BRa38yR7dWddwX95a wEm+tBA9rkNSSJEOKXds= X-Received: by 2002:a05:651c:543:b0:2cc:1f39:c8b6 with SMTP id q3-20020a05651c054300b002cc1f39c8b6mr1764861ljp.57.1702376741734; Tue, 12 Dec 2023 02:25:41 -0800 (PST) X-Google-Smtp-Source: AGHT+IEoQcwa5BxVJongnnK0r4v4sj2xDyul0MxL4w7xrvXpfrA6S9YuJR4yQLvnBBPyZmKiBesSTqqfpecXgUDZFnA= X-Received: by 2002:a05:651c:543:b0:2cc:1f39:c8b6 with SMTP id q3-20020a05651c054300b002cc1f39c8b6mr1764856ljp.57.1702376741585; Tue, 12 Dec 2023 02:25:41 -0800 (PST) MIME-Version: 1.0 References: <20231205113104.473203-1-bruce.richardson@intel.com> In-Reply-To: <20231205113104.473203-1-bruce.richardson@intel.com> From: David Marchand Date: Tue, 12 Dec 2023 11:25:28 +0100 Message-ID: Subject: Re: [PATCH] buildtools/dpdk-cmdline-gen: fix code gen for IP addresses To: Bruce Richardson Cc: dev@dpdk.org, stable@dpdk.org, Sunil Kumar Kori 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, Dec 5, 2023 at 12:31=E2=80=AFPM Bruce Richardson wrote: > > The C code generated for the tokens for matching IP addresses in > commandlines was missing the "static" prefix present in the output for > the other data-types. > > Fixes: 37666691e9ed ("buildtools: add a tool to generate cmdline boilerpl= ate") > Cc: stable@dpdk.org > > Reported-by: Sunil Kumar Kori > Signed-off-by: Bruce Richardson Applied, thanks Bruce and Sunil. --=20 David Marchand