Re: [dpdk-dev] [PATCH v1] net/avf: fix DEBUG_DUMP_DESC causing build issue

2018-10-15 Thread Ferruh Yigit
On 10/14/2018 3:34 AM, Haiyue Wang wrote: > Add the missed 'volatile' keyword to avoid the warning for type > mismatch, which will be treated as compiler error if WERROR_FLAGS > is enabled. > > Fixes: bfd38e4d708b ("net/avf: fix missing compiler error flags") > > CC: sta...@dpdk.org > > Signed-o

[dpdk-dev] [PATCH v1] net/avf: fix DEBUG_DUMP_DESC causing build issue

2018-10-13 Thread Haiyue Wang
Add the missed 'volatile' keyword to avoid the warning for type mismatch, which will be treated as compiler error if WERROR_FLAGS is enabled. Fixes: bfd38e4d708b ("net/avf: fix missing compiler error flags") CC: sta...@dpdk.org Signed-off-by: Haiyue Wang --- drivers/net/avf/avf_rxtx.h | 10 +++