Re: [dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter

2020-05-22 Thread Sun, GuinanX
Hi > -Original Message- > From: Zhao1, Wei > Sent: Friday, May 22, 2020 5:47 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: sta...@dpdk.org; Yang, Qiming ; Ye, Xiaolong > > Subject: RE: [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter > > Hi, > > > -Original Message

Re: [dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter

2020-05-22 Thread Zhao1, Wei
Hi, > -Original Message- > From: Sun, GuinanX > Sent: Friday, May 22, 2020 2:12 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Sun, GuinanX > ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter > > If some user set mac_ctrl_frame_fwd to 1 from fc ops,

Re: [dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter

2020-05-22 Thread Zhao1, Wei
Hi, Guinan > -Original Message- > From: Sun, GuinanX > Sent: Friday, May 22, 2020 2:12 PM > To: dev@dpdk.org > Cc: Zhao1, Wei ; Sun, GuinanX > ; sta...@dpdk.org > Subject: [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter > > If some user set mac_ctrl_frame_fwd to 1 fr

Re: [dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter

2020-05-22 Thread Yang, Qiming
inanX > ; sta...@dpdk.org > Subject: [dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in > struct adapter > > If some user set mac_ctrl_frame_fwd to 1 from fc ops, then he do a port > reset process of > > testpmd> start > testpmd> set flow_ctrl mac_ctrl_fra

[dpdk-dev] [PATCH] net/ixgbe: delete MAC control frame fwd in struct adapter

2020-05-21 Thread Guinan Sun
If some user set mac_ctrl_frame_fwd to 1 from fc ops, then he do a port reset process of testpmd> start testpmd> set flow_ctrl mac_ctrl_frame_fwd on 0 testpmd> stop testpmd> port stop 0 testpmd> port start 0 testpmd> start Then after this process, the mac_ctrl_frame_fwd has been change to "off",