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 C3FCC1B168 for ; Tue, 9 Jan 2018 12:26:30 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 03:26:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="17818515" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2018 03:26:28 -0800 From: Ferruh Yigit To: Radu Nicolau , dev@dpdk.org Cc: pascal.mazon@6wind.com References: <1513337677-29923-1-git-send-email-radu.nicolau@intel.com> Message-ID: <1d0d1e82-5669-b7ba-e101-b4da56373ef5@intel.com> Date: Tue, 9 Jan 2018 11:26:28 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 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: renamed netlink functions 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, 09 Jan 2018 11:26:31 -0000 On 12/15/2017 5:51 PM, Ferruh Yigit wrote: > On 12/15/2017 3:34 AM, Radu Nicolau wrote: >> Functions like nl_recev and nl_send name clash functions in the >> libnl library (https://www.infradead.org/~tgr/libnl/). >> All functions declared in tap_netlink.h were decorated with tap_ >> for consistency. >> >> Signed-off-by: Radu Nicolau > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.