From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 93368530A for ; Thu, 20 Mar 2014 17:36:39 +0100 (CET) Received: by mail-wg0-f41.google.com with SMTP id n12so791088wgh.0 for ; Thu, 20 Mar 2014 09:38:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=il2RAWQq0/8uv7VVygZNFyU4NcL3uQACZEG/3Ig4mT0=; b=GcSa+koCivAcH7LxKdfXMLACRSsW40rSJXuTYAmzfVRwMN3p28gcjpOAt24Dog58U2 GdiScSzto5MCt4tBuZJ8SX42+v81cYeHwyg82nOWfJhbY7sYOg/l5O2OdGLnavN0DW6m SsCa33yfc9wxq8Qv8WGzuprJOuamGxIeZ7sgWnsfAf+Od4w5l03eaLtNsy9pw1qtIueV UR5hXWadx6RLUloU5LjyCMB8IgwlaO6g9ELs4YdoEKR3U/67esphF6DXUql938mHPrV7 f5/7P5uokfRQyJK6oKLXUVEx5AhaFjhBxxlt1IJMI0iVpTzHtx3UufwoOTtU1f75fEPK ddVg== X-Gm-Message-State: ALoCoQl5RMrM5HakbEs9XPO8xXqteTxof6C4Ez71M2xgoADDVvVhjIlva9TAmjzrQbB6at6CJ4Nm X-Received: by 10.194.57.77 with SMTP id g13mr22223040wjq.42.1395333491318; Thu, 20 Mar 2014 09:38:11 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id hy8sm6322665wjb.2.2014.03.20.09.38.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Mar 2014 09:38:10 -0700 (PDT) From: Thomas Monjalon To: Meir Tseitlin Date: Thu, 20 Mar 2014 17:38:09 +0100 Message-ID: <3108253.QrUNOD0M1e@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.6-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: References: <5314F611.5010307@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] Pcap question 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, 20 Mar 2014 16:36:39 -0000 Hi, 03/03/2014 23:45, Meir Tseitlin : > I also think it should be handled somehow by default, because Ubuntu is not > an esoteric distro. Why not patching it as well? This issue should have disappeared after this commit: http://dpdk.org/browse/dpdk/commit/?id=2a315d698510e7b33a7c9516ef532dbcd44c027f -- Thomas