From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] examples/ip_pipeline: modify source port default parameter Date: Wed, 12 Oct 2016 22:21:18 +0200 Message-ID: <2347783.zJJh4x5rzI@xps13> References: <1470760256-7677-1-git-send-email-jasvinder.singh@intel.com> <1470760256-7677-2-git-send-email-jasvinder.singh@intel.com> <3EB4FA525960D640B5BDFFD6A3D8912647A4184A@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Dumitrescu, Cristian" To: "Singh, Jasvinder" Return-path: Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) by dpdk.org (Postfix) with ESMTP id BA98B2A1A for ; Wed, 12 Oct 2016 22:21:20 +0200 (CEST) Received: by mail-lf0-f48.google.com with SMTP id x79so96151305lff.0 for ; Wed, 12 Oct 2016 13:21:20 -0700 (PDT) In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D8912647A4184A@IRSMSX108.ger.corp.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" > > The default value of ``file_name`` parameter of the source port structure is > > changed from ``NULL`` to ``./config/packets.pcap``. > > > > Signed-off-by: Jasvinder Singh > > Acked-by: Cristian Dumitrescu Series applied, thanks