From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by dpdk.org (Postfix) with ESMTP id C5CC5156 for ; Fri, 22 Nov 2013 13:37:47 +0100 (CET) Received: by mail-wi0-f180.google.com with SMTP id hm4so2524182wib.7 for ; Fri, 22 Nov 2013 04:38:46 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=gnERX4w1javQKqR8EGf1HWSR6qMY8YZCdxJx5oXPw3M=; b=Nj2o/wBlgTFFgBRYLGjgblziz2jOQHO8nT8oROx1p2LyCP9gkfCYwjPtFFC09llnL0 qoZEGdIa0wkKs1zNbXPIIqfTWGhzeijwMG1ogkDkyybsDNdNo5KZELmKyWilJ5AIqaFS vVRghu47dtcfAOwo8IoUoXUDDIdBChsdbJEjXn/xf//TH73On0+XaCZYM5UppjJsZt0o jxnHesi4GGaCx1tteuIm9GW9pUlXQ0GnOh+P0vrKJjJavGvMAQF14hmp1FbJ3tJsZDq+ HF4An6PbIqcy+/a7OZNAEdlcccYL7nKVObiSoITd7e4qPJphhCXCT/kL+l/OkCxCNFpA pkpw== X-Gm-Message-State: ALoCoQl+TSrtkoMJQRBlrSOLgiEnG87o+5wivIvY8JkxeBeK6bAtc0EBb7UGOyS7KFTLhGZpToVK X-Received: by 10.180.160.239 with SMTP id xn15mr2458513wib.17.1385123926268; Fri, 22 Nov 2013 04:38:46 -0800 (PST) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id w20sm15435435wia.5.2013.11.22.04.38.44 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Nov 2013 04:38:45 -0800 (PST) From: Thomas Monjalon Organization: 6WIND To: David Marchand Date: Fri, 22 Nov 2013 13:38:43 +0100 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201311221338.43944.thomas.monjalon@6wind.com> Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 0/3] pcap build fixes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 12:37:48 -0000 22/11/2013 11:24, David Marchand : > Fix build with old pcap library. > Make it possible to specify which pcap library to use. > > David Marchand (3): > pcap: use pcap-config to guess compilation flags > pcap: fix build with old libpcap > pcap: fix build when pcap_sendpacket is unavailable Acked and applied. Thanks -- Thomas