Re: [ovs-dev] [PATCH v2] acinclude: Use standardized DPDK component defines.

2021-10-12 Thread Ilya Maximets
On 9/16/21 21:39, David Marchand wrote: > On Thu, Sep 16, 2021 at 8:11 AM Sunil Pai G wrote: >> >> The DPDK component defines have been renamed from >> RTE_LIBRTE_* to macro's of the form: >> "RTE_" + + "_" + drivername >> as documented in the commit [1]. > > Nit: for clarity, "in the DPDK commi

Re: [ovs-dev] [PATCH v2] acinclude: Use standardized DPDK component defines.

2021-09-16 Thread David Marchand
On Thu, Sep 16, 2021 at 8:11 AM Sunil Pai G wrote: > > The DPDK component defines have been renamed from > RTE_LIBRTE_* to macro's of the form: > "RTE_" + + "_" + drivername > as documented in the commit [1]. Nit: for clarity, "in the DPDK commit [1]." > This commit replaces the old macro's wit

[ovs-dev] [PATCH v2] acinclude: Use standardized DPDK component defines.

2021-09-15 Thread Sunil Pai G
The DPDK component defines have been renamed from RTE_LIBRTE_* to macro's of the form: "RTE_" + + "_" + drivername as documented in the commit [1]. This commit replaces the old macro's with new ones. Macro's changed: OLD NEW --- RTE_LIBRT