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 A0ABDA0540; Fri, 2 Dec 2022 00:55:24 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8E20E40689; Fri, 2 Dec 2022 00:55:24 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 40ABF40687 for ; Fri, 2 Dec 2022 00:55:23 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id 95C5620B83C2; Thu, 1 Dec 2022 15:55:22 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 95C5620B83C2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1669938922; bh=qcMSByRAR2yOLS9hiI1dCNY7JdEUAHIVwFf5lK5LcXA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=chT85Z1htumbWU866D1LoLq3ljEMAAXwa0Is8+lrevc9bRHTP8XCjmYYT1o7/1z05 eWdWmlsgA+VGoEwwWyYPzJvAV0EzRr58/P8I/YThEHCJuWrWxnFtVLEmqmGfv6tdhx Pq3ilzYZYl5STCAGRDLIbuG+fr9Gug6xpX/PCDxg= Date: Thu, 1 Dec 2022 15:55:22 -0800 From: Tyler Retzlaff To: Stephen Hemminger Cc: dev@dpdk.org, Reshma Pattan Subject: Re: [PATCH 8/8] pcapng: windows compatability Message-ID: <20221201235522.GH24029@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20221201014440.11896-1-stephen@networkplumber.org> <20221201014440.11896-9-stephen@networkplumber.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221201014440.11896-9-stephen@networkplumber.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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 Wed, Nov 30, 2022 at 05:44:39PM -0800, Stephen Hemminger wrote: > Allow building on Windows, need to provide some compatability > wrappers for writev() and if_nametoindex. > > Signed-off-by: Stephen Hemminger > --- Acked-by: Tyler Retzlaff