From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] add shorthand support for __rte_weak macro Date: Thu, 25 Oct 2018 01:59:23 +0200 Message-ID: <5431907.T2mJXSpNFN@xps> References: <20181005144825.289-1-keith.wiles@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Keith Wiles Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id B7D6C2C2F for ; Thu, 25 Oct 2018 01:59:22 +0200 (CEST) In-Reply-To: <20181005144825.289-1-keith.wiles@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/10/2018 16:48, Keith Wiles: > eal: add shorthand __rte_weak macro > qat: update code to use __rte_weak macro > avf: update code to use __rte_weak macro > fm10k: update code to use __rte_weak macro > i40e: update code to use __rte_weak macro > ixgbe: update code to use __rte_weak macro > mlx5: update code to use __rte_weak macro > virtio: update code to use __rte_weak macro > acl: update code to use __rte_weak macro > bpf: update code to use __rte_weak macro > > Merge all of the patches into one patch > > Signed-off-by: Keith Wiles > Reviewed-by: Ferruh Yigit Applied with below small change, thanks. - * short definition to mark a function or variable to a weak reference. + * Mark a function or variable to a weak reference.