From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f196.google.com (mail-ea0-f196.google.com [209.85.215.196]) by dpdk.org (Postfix) with ESMTP id 94B5F9A for ; Thu, 9 Jan 2014 12:58:52 +0100 (CET) Received: by mail-ea0-f196.google.com with SMTP id q10so528294ead.3 for ; Thu, 09 Jan 2014 03:59:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ICVWPAvv/g2gCnjJZtHRxcWJRa82x0HtjX7DBNv3J8g=; b=kFiw4FVQ89AnLMDL9LMeqSpQzAai+njAxMPWXk0jjXTZdTBztfD6A/NTVoLV1iXg9F azPX6y9UiAHlW27mqEqDTeoGLcb5s3GU+OKTcGOm+/AXnCOwJbCYaXNq4gr1BoqIISHt y07WJ3kRIOPDKKdFKlG3MkUlCeINpfdLt6y7KdNcuWcdjI/Su1JPl9hLjGS4STAW8Lud QH+Wdf8Y/iu2fTIq+ypeRL+txqNODyPvs7dchzBiAHQNXqA+5B7D3yNF6mLci3ZtyBgW bqFhjemZWarytQuhQEFxewXrw0f3uraiQYQiAyTwRgIHGEswbnbu1kkXn00awjKRzlx9 nTYA== MIME-Version: 1.0 X-Received: by 10.14.179.73 with SMTP id g49mr2928432eem.90.1389268769527; Thu, 09 Jan 2014 03:59:29 -0800 (PST) Received: by 10.15.94.5 with HTTP; Thu, 9 Jan 2014 03:59:29 -0800 (PST) Date: Thu, 9 Jan 2014 12:59:29 +0100 Message-ID: From: Mats Liljegren To: "dev@dpdk.org" Content-Type: text/plain; charset=UTF-8 Subject: [dpdk-dev] No information about needed pcap version 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: Thu, 09 Jan 2014 11:58:52 -0000 In file lib/librte_pmd_pcap/rte_eth_pcap.h there is a test to see whether function pcap_sendpacket is a macro or not. If not, send is not supported using pcap. My pcap library do have the function, but not defined as a macro. I'm using libpcap-dev version 1.4.0, but I couldn't find any information in the manuals what version I need. Which version do I need to make this work? Regards Mats