On 1/28/2020 11:21 AM, Ferruh Yigit wrote: > On 1/21/2020 11:44 AM, Wei Hu (Xavier) wrote: >> From: "Wei Hu (Xavier)" <xavier.hu...@huawei.com> >> >> Only a part of members in the local structure variable named pfc_conf are >> initialized in the function named cmd_priority_flow_ctrl_set_parsed when >> typing "set pfc_ctrl..." command, and others are random values. However, >> those uninitialized members may cause failure. >> >> This patch adds clearing zero operation before calling the API named >> rte_eth_dev_priority_flow_ctrl_set API with pfc_conf as the input >> parameter. >> >> Fixes: 9b53e542e9e1 ("app/testpmd: add priority flow control") >> Cc: sta...@dpdk.org >> >> Signed-off-by: Huisong Li <lihuis...@huawei.com> >> Signed-off-by: Wei Hu (Xavier) <xavier.hu...@huawei.com> >> Signed-off-by: Xuan Li <lixua...@hisilicon.com> > > Reviewed-by: Ferruh Yigit <ferruh.yi...@intel.com> >
Applied to dpdk-next-net/master, thanks.