Re: [dpdk-dev] [PATCH v2] config/arm: fix variable name

2021-02-02 Thread Thomas Monjalon
02/02/2021 09:35, Ferruh Yigit: > A config variable rename seems missed to update all config files and new > config file get with old variable names. > > Reflect config variable rename to all config files, changed > 'implementor_id' to 'implementer_id', > 'implementor_pn' to 'part_number'. > > Fi

[dpdk-dev] [PATCH v2] config/arm: fix variable name

2021-02-02 Thread Ferruh Yigit
A config variable rename seems missed to update all config files and new config file get with old variable names. Reflect config variable rename to all config files, changed 'implementor_id' to 'implementer_id', 'implementor_pn' to 'part_number'. Fixes: 3d01d65ba0d3 ("config: add aarch64 clang fo