[dts] [PATCH V1 06/10] tests/TestSuite_ipv4_reassembly.py: change mode of set parameter to adapt meson build

Ma, LihongX lihongx.ma at intel.com
Thu Sep 17 10:40:19 CEST 2020


Hi, jun
Before 08 release, we can not remove the sed command that change the common_base file, if remove them, the case of makefile will config failed.


> -        self.dut.send_expect(
> -            "sed -i -e
> 's/CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRAG=.*$/CONFIG_RTE_LIBRTE_IP_FRAG_MAX_FRA
> G=%s/' ./config/common_base" % int(num_of_fragments), "# ")
> +        self.dut.set_build_options({'RTE_LIBRTE_IP_FRAG_MAX_FRAG':
> + int(num_of_fragments)})
>          self.dut.send_expect("export RTE_TARGET=" + self.target, "#")
>          self.dut.send_expect("export RTE_SDK=`pwd`", "#")



More information about the dts mailing list