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 A1E2F41CE2 for ; Sun, 19 Feb 2023 18:53:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9CD3242D31; Sun, 19 Feb 2023 18:53:53 +0100 (CET) Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by mails.dpdk.org (Postfix) with ESMTP id 8C04541143 for ; Sun, 19 Feb 2023 18:53:51 +0100 (CET) Received: by mail-pl1-f177.google.com with SMTP id ky4so124314plb.3 for ; Sun, 19 Feb 2023 09:53:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=m+4bcEYEPT09uO9tT2H0UallzBxKXmq9oSZbX6bJoKc=; b=E/4oDL5Ox8wS82E5sD6aY14UYPQJ4FIQDQevaRetOCG2+f0esbQxYlIqitGDeQRfjm ZJEsW0kPTYGNbVD/wLKiqB2v+6A+SFrK/YKkCu3cUOLib9n7UqtuirEeOqyMDEYVs1CR OzyJU+hXyx2xlXgR4hWVJh2GWAHU4d+9M2LfxpfX2gl4B1yYmJN46ofrHfOW5mcLY+IB y6Mn2aIf96dJx3lbMWeqPMNeSrb+Nk8DkwHdrfeuH95O95UELkM4xwVygkN/ABw1Pd0T Sb+BybAlrtXtsVwsz7tCM+zn8rgNzOj/2BcDhL456S7u/C74ZwPSx3GWn2t9/GV2vdZW v4qw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=m+4bcEYEPT09uO9tT2H0UallzBxKXmq9oSZbX6bJoKc=; b=Y8w9wGdHkpat+3FdTN+XhuU9I3z0oKOZXsUd156VooAomo4E7+Sd2vEERehNPLanxb K80ZA7w0Uyn162i0TZKtmbBGKLHtlEysN5hPDNhV1QimpvDL6b2vE7NSSKsV/pUx8jXW xxGRsSrQybZx5V4HIgaZTYgtlPB6yJeCh2VAIoghuPYoYdN+GFCPX/+P7t+HI51imUJg U430G6MqQ8c1CVdUk1zDSckmEKxT/hlMVQDfteLDb19HKXI/jlLe8+TxtNGtRAaZHs+b 6IWCWk61CclX2p7apJcArYVxKAC8Wi8Ovc23V/n5Znu3t+91Kp801Kp5ycUsRWmHx2gT 1RhQ== X-Gm-Message-State: AO0yUKXuxfxEaxjLDG8qLoHgZACua/jD9QwT+IElWEI6Mz7xlde5i+DU ykKDB85Faoz614DWlAGDgP3sMuhk0I4sT0SF0Sw= X-Google-Smtp-Source: AK7set+VVjkJ+ZZVTsuwkokuSOWRsxBphb6ntv7HpUbvsXZCpzaV1DQVTZf8kIUzUrRnaNjpdAhNGg== X-Received: by 2002:a17:90b:1e02:b0:234:86a5:f7f0 with SMTP id pg2-20020a17090b1e0200b0023486a5f7f0mr1754728pjb.16.1676829230315; Sun, 19 Feb 2023 09:53:50 -0800 (PST) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id b14-20020a17090acc0e00b00230da56ddecsm963652pju.27.2023.02.19.09.53.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 19 Feb 2023 09:53:50 -0800 (PST) Date: Sun, 19 Feb 2023 09:53:48 -0800 From: Stephen Hemminger To: dev@dpdk.org Cc: stable@dpdk.org Subject: Re: [PATCH v11 0/3] Fix cmdline_poll and testpmd signal handling Message-ID: <20230219095348.5f496a67@hermes.local> In-Reply-To: <20230203191409.97567-1-stephen@networkplumber.org> References: <20230130200914.22049-1-stephen@networkplumber.org> <20230203191409.97567-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Fri, 3 Feb 2023 11:14:06 -0800 Stephen Hemminger wrote: > This patchset keeps uncovering bad practices in the cmdline library > around end of file and signal handling. > > Stephen Hemminger (3): > cmdline: make rdline status not private > cmdline: handle EOF in cmdline_poll > testpmd: cleanup cleanly from signal > > app/test-pmd/cmdline.c | 29 +++++-------- > app/test-pmd/testpmd.c | 77 ++++++++++++++++------------------- > app/test-pmd/testpmd.h | 1 + > lib/cmdline/cmdline.c | 11 +++-- > lib/cmdline/cmdline.h | 6 +++ > lib/cmdline/cmdline_private.h | 6 --- > 6 files changed, 62 insertions(+), 68 deletions(-) > Could this please be merged for 23.03? There are Ack's. The only CI failure is a bogus performance test failure.