Re: [PATCH v3 00/10] Remove weak symbols

2025-02-19 Thread David Marchand
On Tue, Feb 18, 2025 at 4:37 PM David Marchand wrote: > > This is an alternative to André series: > https://inbox.dpdk.org/dev/1735009552-31906-1-git-send-email-andre...@linux.microsoft.com/ > > Weak symbols can be easily replaced with some linking updates, and make > it clearer which symbols are

[PATCH v3 00/10] Remove weak symbols

2025-02-18 Thread David Marchand
This is an alternative to André series: https://inbox.dpdk.org/dev/1735009552-31906-1-git-send-email-andre...@linux.microsoft.com/ Weak symbols can be easily replaced with some linking updates, and make it clearer which symbols are actually ending up in the final binary. -- David Marchand Chan