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 E7612A00C2; Tue, 8 Mar 2022 09:20:33 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D48644068B; Tue, 8 Mar 2022 09:20:33 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id E555340041 for ; Tue, 8 Mar 2022 09:20:31 +0100 (CET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 993075C020D; Tue, 8 Mar 2022 03:20:31 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Tue, 08 Mar 2022 03:20:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:in-reply-to:message-id:mime-version:references :reply-to:sender:subject:subject:to:to; s=fm1; bh=SA4YlQaliffKq9 P7Mziw6nKc4Oj2+j8QPFy3hjs+8Rs=; b=gBv/f2y1tbUW/m5wXOvLj5f1YdAF60 s3WhKVLlzxewwGD/dGTJMsmn8s07wK6yxCAgJqzAaquMFEzRhHgVgcy1CDKV4TdM x//zeV+Vv5gpATB56xm4FJScTPkNiCZ2tVSnGAsk6sUyWSAXSTYebLcSH9ee+LJY buAsLfEQd/hrzqdCgoDOVkjb22oDhLVdhgNYgR09gmr+xMBOzwnpTpvBYKgn7jDU IiocF/UgVDOoPfOejuyQwEBbOKNPPvwtnniHdE1Nk5YnkBb+mtZ5MxnEyTqxsJCm +txaWbI77Kc2YwtsH+nAIAwyuD4qvl/JBH435W7aSmTDsirij+iwquvg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:date:date:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=SA4YlQaliffKq9P7Mziw6nKc4Oj2+j8QPFy3hjs+8 Rs=; b=FC7UB1l109qxni7SXsxIiOOVBDHEzVj9/vG/2S4lJfXN7mdAmiGtfJWMo o1+WFQF+AhLpTLn9ag5lgjWQyltrxNrRDxwn/g+AU8MuDRrsedSNAwB6aQzJQbTy 6+Cj019eAEi1CJHLa6AAQcA6m9kYhX/+m8Oucwkf23w4uFgwx+dczkdbjJCzs4mX F5rolIPF65kztA0Nv27EaC00BxS/f35Xxzmc4JIaVZG6x2uKkKID5WeTGorQPxFA bTBv2LOe4+IWnUnC1SXXU8svEk0zjqjwT6druaDf32EG1En07E3w3FV84b0m9Qz8 JNW+GIL40eqV06jkUJb5OZserhEQQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduhedguddujecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc ggtffrrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdej ueeiiedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfh hrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Mar 2022 03:20:30 -0500 (EST) From: Thomas Monjalon To: Stephen Hemminger Cc: dev@dpdk.org Subject: Re: [PATCH 0/3] small fixes suggested by Coverity scan Date: Tue, 08 Mar 2022 09:20:29 +0100 Message-ID: <5422850.usfYGdeWWP@thomas> In-Reply-To: <20220210230906.833163-1-stephen@networkplumber.org> References: <20220210230906.833163-1-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 11/02/2022 00:09, Stephen Hemminger: > Fix some simple bugs. > > Stephen Hemminger (3): > pcapng: handle rte_ethlink_get failing > app/test_bpf: don't print eBPF program if NULL > app/dumpcap: check for failure to set promiscious Improved titles and applied, thanks.