Re: [dpdk-dev] [PATCH v2 2/2] net/ixgbe: fix flow control status get

2020-06-02 Thread Jiang, YuX
Tested-by: Chen, BoX C -Original Message- From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Guinan Sun Sent: Saturday, May 23, 2020 1:23 PM To: dev@dpdk.org Cc: Zhao1, Wei ; Yang, Qiming ; Sun, GuinanX ; sta...@dpdk.org Subject: [dpdk-dev] [PATCH v2 2/2] net/ixgbe: fix flow control

[dpdk-dev] [PATCH v2 2/2] net/ixgbe: fix flow control status get

2020-05-22 Thread Guinan Sun
mac_ctrl_frame_fwd assignment is missing, so setting mac_ctrl_frame_fwd should be added in ixgbe_flow_ctrl_get(). The patch fixes the issue. Fixes: 56ea46a997b7 ("ethdev: retrieve flow control configuration") Cc: sta...@dpdk.org Signed-off-by: Guinan Sun --- v2 changes: * Set fc mac_ctrl_frame_f