From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pa0-f48.google.com (mail-pa0-f48.google.com [209.85.220.48]) by dpdk.org (Postfix) with ESMTP id E40A58D91 for ; Tue, 1 Dec 2015 02:16:46 +0100 (CET) Received: by pacdm15 with SMTP id dm15so202656734pac.3 for ; Mon, 30 Nov 2015 17:16:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=PfbVPpEUekcLa37vb2wn2E3u8lCBgtth7e4lAGKawAI=; b=Acruby4ufvJBLFtWOQWeP5wYdjuE5qXt6lPE4KILWB44YPHobEsT4XlIs/KabLpB+8 NTbNVPqS5wug8K3G7VA3riJNbq1NUIdLgh8NV8LMBVa+qGpw6hBV9OxKcqNDrLXe0z5b 4OUtD5YdSkqVcVsfbzUMo4+lSoY8iF1I+rlRUOsPOlqWepLQHCNc6YbbtcoMXpMcgJlB JxX+0QIO5W/wRg5I+VOuVNS3kr5NoUWOPsYJac3a6Vz2+KW/Mkfs2ObWdT92O96LKIQo uc5QdnGPLzuq5YVWoJg/0vmYEkKRSPxxz4aIyrU7PLgETyixW3SzqYiIPYxREjNySPOL cZXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=PfbVPpEUekcLa37vb2wn2E3u8lCBgtth7e4lAGKawAI=; b=AX44cz++TtBanO+GwMU630RrFuRyQVKvMoeKWjhROiNVcmooDRXGSDRoSfyJUej+tc HgeWU4o2GHs0tBII6xfpELe9vpGSJ+uA3w0w5bhb/6MyZ9T5iKMWvJQ4OLML3aRdh/Ds RhC6kDARyi/CVFE9wg/u4qrTWMsKGGvrb4iWfaGVqBGEbyKckRh6qNFZpnAgo3YQzgCX syB0/uynwHKDzixQGtxHB/jj5Klvub28ggcTqpfdtZasCj3H0TdLPMwsQb8VeIWJBau3 8l/OdTdNgfvpbVdKUwDIpOfokErlEnRkgEZ0GCFQYd+Xr+xMVimt0EzJYwLbLunuUBIc +oJw== X-Gm-Message-State: ALoCoQlPbMXYsMrZpAQfcWMtKFPfxADh1rJiLoZT01jX65sFLSrsgqj0M5c7GdCiAJ+0L13qXerM X-Received: by 10.67.8.98 with SMTP id dj2mr8169894pad.76.1448932606013; Mon, 30 Nov 2015 17:16:46 -0800 (PST) Received: from xeon-e3 (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by smtp.gmail.com with ESMTPSA id xi8sm38235605pab.9.2015.11.30.17.16.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Nov 2015 17:16:45 -0800 (PST) Date: Mon, 30 Nov 2015 17:16:55 -0800 From: Stephen Hemminger To: Kyle Larose Message-ID: <20151130171655.70e4ce25@xeon-e3> In-Reply-To: References: <26FA93C7ED1EAA44AB77D62FBE1D27BA674705F1@IRSMSX108.ger.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] 2.3 Roadmap 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: Tue, 01 Dec 2015 01:16:47 -0000 On Mon, 30 Nov 2015 22:53:50 +0000 Kyle Larose wrote: > Hi Tim, > > On Mon, Nov 30, 2015 at 3:50 PM, O'Driscoll, Tim wrote: > > > Tcpdump Support: Support for tcpdump will be added to DPDK. This will improve usability and debugging of DPDK applications. > > I'm curious about the proposed tcpdump support. Is there a concrete plan for this, or is that still being looked into? Sandvine is interested in contributing to this effort. Anything we can do to help? > > Thanks, > > Kyle We discussed an Ovscon doing a simple example of how to have a thread use named pipe support (already in tcpdump and wireshark). More complex solutions require changes to libpcap and application interaction.