Re: [dpdk-dev] [PATCH] doc/guides: fix reference to x32 architecture

2020-10-22 Thread David Marchand
On Thu, Oct 22, 2020 at 10:26 AM Bruce Richardson wrote: > > diff --git a/doc/guides/contributing/design.rst > > b/doc/guides/contributing/design.rst > > index 5fe7f63942..54dad08846 100644 > > --- a/doc/guides/contributing/design.rst > > +++ b/doc/guides/contributing/design.rst > > @@ -47,7 +47,

Re: [dpdk-dev] [PATCH] doc/guides: fix reference to x32 architecture

2020-10-22 Thread Bruce Richardson
On Thu, Oct 22, 2020 at 10:01:43AM +0200, David Marchand wrote: > There is no CONFIG_RTE_ARCH_X86_64_32. > The original intention was probably to refer to x32. > > Fixes: 36032e46be40 ("doc: add coding style") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand > --- > doc/guides/contributi