From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id B082C2BB0 for ; Tue, 11 Apr 2017 12:30:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491906616; x=1523442616; h=subject:to:cc:references:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=q8Ad8gWayjn2vJx4pDsQceDRxJu4kGJpTMRt48pkCUY=; b=LP5LVSaM27QEySEfUldj/pdEgo85b2YnExdmZ1Pg3ymfaALJ3lXeHapz 1l5XOYnkzyBw7Lats3MemnGfWazLLQ==; Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Apr 2017 03:30:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,185,1488873600"; d="scan'208";a="1133902372" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga001.fm.intel.com with ESMTP; 11 Apr 2017 03:30:12 -0700 To: Pascal Mazon , keith.wiles@intel.com Cc: dev@dpdk.org References: From: Ferruh Yigit Message-ID: <5de527a6-c4dd-971f-764e-cc1cddeb0eba@intel.com> Date: Tue, 11 Apr 2017 11:30:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/tap: update driver param string X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Apr 2017 10:30:16 -0000 On 4/11/2017 10:01 AM, Pascal Mazon wrote: > Fixes: 2bc06869cd94 ("net/tap: add remote netdevice traffic capture") > > Signed-off-by: Pascal Mazon Applied to dpdk-next-net/master, thanks.