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 CB922A00C4 for ; Tue, 26 Apr 2022 08:38:31 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C153041109; Tue, 26 Apr 2022 08:38:31 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 208B34068E; Tue, 26 Apr 2022 08:38:29 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id 61E4420DEE20; Mon, 25 Apr 2022 23:38:28 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 61E4420DEE20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1650955108; bh=82LCOPftNAtLWCs1L/FdB8Ub2pCxRce7sAGqjQSm6qo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eZ4HbxfktdCWPklsO98IHjsBDdDi6bmo5jgk462/z7tMyKUSD940JQz8xICT0RF46 9JqhADfa4gnXjBgqzZOZwq/99Y2pV2Zg0/Toa0A65p8GozllZ3qHdqvuMr3WNWcPpN 9uf/y1w0hrCcit1pMYtZILK99f5QM2b5W7m2s5sQ= Date: Mon, 25 Apr 2022 23:38:28 -0700 From: Tyler Retzlaff To: dev@dpdk.org Cc: "dev@dpdk.org" , "stephen@networkplumber.org" , "Burakov, Anatoly" , "stable@dpdk.org" , ocardona@microsoft.com Subject: Re: [PATCH v2] test/bpf: skip test if libpcap is unavailable Message-ID: <20220426063828.GA15720@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <1647868407-4467-1-git-send-email-roretzla@linux.microsoft.com> <1647933155-30745-1-git-send-email-roretzla@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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 Tue, Mar 22, 2022 at 11:50:33AM +0000, Ananyev, Konstantin wrote: > Acked-by: Konstantin Ananyev > Acked-by: Stephen Hemminger is there something more being requested here? the patch has been acked with no further comments for more than a month. this patch is blocking enablement of the UT for on windows CI runs. thanks.