Re: [dpdk-dev] [PATCH 2/3] app/testpmd: fix the initial value when setting PFC

2020-02-04 Thread Ferruh Yigit
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)" >> >> Currently, the initial values of the local structure variable named >> rx_tx_onoff_2_lfc_mode and rx_tx_onoff_2_pfc_mode are different in the >> similar part of these two fol

Re: [dpdk-dev] [PATCH 2/3] app/testpmd: fix the initial value when setting PFC

2020-01-28 Thread Ferruh Yigit
On 1/21/2020 11:44 AM, Wei Hu (Xavier) wrote: > From: "Wei Hu (Xavier)" > > Currently, the initial values of the local structure variable named > rx_tx_onoff_2_lfc_mode and rx_tx_onoff_2_pfc_mode are different in the > similar part of these two following functions: > cmd_link_flow_ctrl_set_

[dpdk-dev] [PATCH 2/3] app/testpmd: fix the initial value when setting PFC

2020-01-21 Thread Wei Hu (Xavier)
From: "Wei Hu (Xavier)" Currently, the initial values of the local structure variable named rx_tx_onoff_2_lfc_mode and rx_tx_onoff_2_pfc_mode are different in the similar part of these two following functions: cmd_link_flow_ctrl_set_parsed cmd_priority_flow_ctrl_set_parsed 1) The