From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BF59FDE5 for ; Mon, 16 Jan 2017 15:35:02 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP; 16 Jan 2017 06:35:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,239,1477983600"; d="scan'208";a="53853192" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga005.fm.intel.com with ESMTP; 16 Jan 2017 06:35:00 -0800 To: "Charles (Chas) Williams" , dev@dpdk.org References: <1483624424-2806-1-git-send-email-ciwillia@brocade.com> <0c28ccb4-d2b3-7b05-5396-f0b4c560ff5f@intel.com> Cc: linville@tuxdriver.com From: Ferruh Yigit Message-ID: <213b6419-3477-0d87-1984-6ed0c0f43202@intel.com> Date: Mon, 16 Jan 2017 14:35:00 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <0c28ccb4-d2b3-7b05-5396-f0b4c560ff5f@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/4] net/af_packet: add iface name to internals 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: Mon, 16 Jan 2017 14:35:03 -0000 On 1/16/2017 2:31 PM, Ferruh Yigit wrote: > On 1/5/2017 1:53 PM, Charles (Chas) Williams wrote: >> This will be used by later changes to determine the underlying linux >> interface. >> >> Signed-off-by: Charles (Chas) Williams > > Series Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.