Re: [dpdk-dev] [PATCH v7] ethdev: add namespace
From: Andrew Rybchenko <hidden>
Date: 2021-10-22 11:28:37
From: Andrew Rybchenko <hidden>
Date: 2021-10-22 11:28:37
On 10/22/21 2:03 PM, Ferruh Yigit wrote:
Add 'RTE_ETH' namespace to all enums & macros in a backward compatible Add 'RTE_ETH' namespace to all enums & macros in a backward compatible
LGTM except two lines duplicated above.
way. The macros for backward compatibility can be removed in next LTS. Also updated some struct names to have 'rte_eth' prefix. All internal components switched to using new names. Syntax fixed on lines that this patch touches. Signed-off-by: Ferruh Yigit <redacted> Acked-by: Tyler Retzlaff <redacted> Acked-by: Andrew Rybchenko <redacted> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com> Acked-by: Jerin Jacob <redacted> Acked-by: Wisam Jaddo <redacted> Acked-by: Rosen Xu <redacted> Acked-by: Chenbo Xia <redacted> Acked-by: Hemant Agrawal <redacted>