Re: [dpdk-dev] [PATCH 1/1] doc: add deprecation notice for CPU build flags

2020-08-05 Thread Jerin Jacob
On Wed, Aug 5, 2020 at 7:52 PM Bruce Richardson wrote: > > The RTE_MACHINE_CPUFLAGS_* macros in DPDK build just duplicate info from > the compiler macros, so we can remove them and just use the compiler > versions directly. > > Signed-off-by: Bruce Richardson Acked-by: Jerin Jacob > --- > d

[dpdk-dev] [PATCH 1/1] doc: add deprecation notice for CPU build flags

2020-08-05 Thread Bruce Richardson
The RTE_MACHINE_CPUFLAGS_* macros in DPDK build just duplicate info from the compiler macros, so we can remove them and just use the compiler versions directly. Signed-off-by: Bruce Richardson --- doc/guides/rel_notes/deprecation.rst | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/g