[dpdk-dev] [PATCH v2] add shorthand support for __rte_weak macro

Thomas Monjalon thomas at monjalon.net
Thu Oct 25 01:59:23 CEST 2018


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.wiles at intel.com>
> Reviewed-by: Ferruh Yigit <ferruh.yigit at 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.





More information about the dev mailing list