From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 9C7684B4B for ; Fri, 15 Dec 2017 18:51:58 +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 fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Dec 2017 09:51:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,406,1508828400"; d="scan'208";a="12162147" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.53]) ([10.241.225.53]) by FMSMGA003.fm.intel.com with ESMTP; 15 Dec 2017 09:51:57 -0800 To: Radu Nicolau , dev@dpdk.org Cc: pascal.mazon@6wind.com References: <1513337677-29923-1-git-send-email-radu.nicolau@intel.com> From: Ferruh Yigit Message-ID: Date: Fri, 15 Dec 2017 09:51:57 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <1513337677-29923-1-git-send-email-radu.nicolau@intel.com> 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: Fri, 15 Dec 2017 17:51:59 -0000 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