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

Ferruh Yigit ferruh.yigit at intel.com
Mon Oct 15 11:47:00 CEST 2018


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: stable at dpdk.org
> 
> Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit at intel.com>

Applied to dpdk-next-net/master, thanks.


(To prevent issue like this in the future, it is best to convert this Makefile
enabled/disable flag to config file, or perhaps tie it to already existing
DEBUG_TX / DEBUG_RX config options.)


More information about the dev mailing list