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 <keith.wi...@intel.com> > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com>
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.