From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 0/4] Add PCAP support to source and sink port Date: Sun, 13 Mar 2016 15:58:43 +0100 Message-ID: <1468838.gGGXln9niK@xps13> References: <1457539652-17337-1-git-send-email-roy.fan.zhang@intel.com> <1457716090-26742-1-git-send-email-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Fan Zhang Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id E7DF81396 for ; Sun, 13 Mar 2016 16:00:04 +0100 (CET) Received: by mail-wm0-f46.google.com with SMTP id l68so72435570wml.0 for ; Sun, 13 Mar 2016 08:00:04 -0700 (PDT) In-Reply-To: <1457716090-26742-1-git-send-email-roy.fan.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-03-11 17:08, Fan Zhang: > This patchset adds feature to source and sink type port in librte_port > library, and to examples/ip_pipline. Originally, source/sink ports act > as input and output of NULL packets generator. This patchset enables > them read from and write to specific PCAP file, to generate and dump > packets. [...] > Fan Zhang (4): > lib/librte_port: add PCAP file support to source port > example/ip_pipeline: add PCAP file support > lib/librte_port: add packet dumping to PCAP file support in sink port > examples/ip_pipeline: add packets dumping to PCAP file support Applied, thanks