Re: [dpdk-dev] [PATCH] net/i40e: Eliminate weak symbols in i40e_rxtx.c

2019-05-15 Thread Bruce Richardson
On Wed, May 15, 2019 at 09:05:12AM -0400, David Harton wrote: > Use of weak symbols can hide makefile errors especially when > custom makefiles are used. Removing the use of weak symbols > to avoid a stub function being linked in production code. > > Signed-off-by: David Harton > --- Looks reaso

[dpdk-dev] [PATCH] net/i40e: Eliminate weak symbols in i40e_rxtx.c

2019-05-15 Thread David Harton
Use of weak symbols can hide makefile errors especially when custom makefiles are used. Removing the use of weak symbols to avoid a stub function being linked in production code. Signed-off-by: David Harton --- drivers/net/i40e/Makefile| 1 + drivers/net/i40e/i40e_rxtx.c | 52 +