24/02/2021 12:55, Juraj Linkeš: > From: dev <dev-boun...@dpdk.org> On Behalf Of Thomas Monjalon > > 24/02/2021 02:34, oulijun: > > > > > > 在 2021/2/10 17:41, Thomas Monjalon 写道: > > > > 03/02/2021 13:46, Lijun Ou: > > > >> From: Chengchang Tang <tangchengch...@huawei.com> > > > >> > > > >> Because of the '9ca2f16' have merged, the current hns3 pmd driver > > > >> can not be directly complied on the kunpeng920 server board. > > > >> Therefore, we need to fix the meson build. > > > >> Besides, add kunpeng 920 SoC meson cross compile target. > > > >> > > > >> Fixes: 9ca2f16faa7f ("config/arm: isolate generic build") > > > > > > > > Why do you think this patch is fixing the one above? > > > > It looks just a new config, not a fix. Am I missing something? > > > > > > > I'm sorry to see you so late. In the meantime, we are celebrating the > > > Spring Festival. This patch fixes the problem. If the patch is not > > > added, the latest version cannot be directly compiled on the Kunpeng > > > 930 server board.In addition, the cross compilation configuration file is > > > added. > > > > Please can you explain what was removed which breaks your compilation? > > > > I can explain what's changed and why we changed it. > > The previous behavior was that when an uknown implementer was found (when > we're building on an uknown build machine) we fell back to a generic build. > The current behavior is we raise an error when building on an unknown build > machine and inform the user about the generic build (there's an error in the > message, it should be -Dmachine=default instead of -Dmachine=generic). Lijun > came across this scenario, so he wants to add an implementer, but it is not a > fix, rather an addition that we wanted to encourage when we changed the > behavior. The change in behavior also has an additional benefit in that it > notifies the user that meson is not doing a tailored build for the build > machine and the only permissible build is the generic one.
There were already many fixes for that rework. Please check if there are other missing updates.