On 3/3/2022 11:32 AM, Xia, Chenbo wrote:
-----Original Message-----
From: Peng Yu <pe...@amazon.com>
Sent: Tuesday, February 15, 2022 1:56 PM
To: dev@dpdk.org
Cc: Peng Yu <pe...@amazon.com>; Ray Kinsella <m...@ashroe.eu>; Maxime Coquelin
<maxime.coque...@redhat.com>; Xia, Chenbo <chenbo....@intel.com>
Subject: [PATCH] vhost: use colon in version.map
The punctuation after the `global` keyword should be colon, not
semicolon. The default gcc linker accepts both colon and semicolon, but
the gold linker will report syntax error if we use semicolon after the
`global` keyword.
Signed-off-by: Peng Yu <pe...@amazon.com>
Reviewed-by: Chenbo Xia <chenbo....@intel.com>
Applied to dpdk-next-net/main, thanks.