Re: [dpdk-dev] [PATCH v7] ethdev: add namespace
From: Ferruh Yigit <hidden>
Date: 2021-10-22 16:27:16
On Fri, 22 Oct 2021, 16:58 Andrew Rybchenko, <andrew.rybchenko@oktetlabs.ru <mailto:andrew.rybchenko@oktetlabs.ru>> wrote:
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 <ferruh.yigit@intel.com <mailto:ferruh.yigit@intel.com>>
> Acked-by: Tyler Retzlaff <roretzla@linux.microsoft.com <mailto:roretzla@linux.microsoft.com>>
> Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru <mailto:andrew.rybchenko@oktetlabs.ru>>
> Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com <mailto:ajit.khaparde@broadcom.com>>
> Acked-by: Jerin Jacob <jerinj@marvell.com <mailto:jerinj@marvell.com>>
> Acked-by: Wisam Jaddo <wisamm@nvidia.com <mailto:wisamm@nvidia.com>>
> Acked-by: Rosen Xu <rosen.xu@intel.com <mailto:rosen.xu@intel.com>>
> Acked-by: Chenbo Xia <chenbo.xia@intel.com <mailto:chenbo.xia@intel.com>>
> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com <mailto:hemant.agrawal@nxp.com>>
Acked-by: Somnath Kotur <redacted>Applied to dpdk-next-net/main, thanks.