[dpdk-dev] [PATCH] ixgbe: fix the issue that auto negotiation for flow control cannot be disabled

2015-07-10 Thread Thomas Monjalon
> > There's a parameter "autoneg on|off" in testpmd CLI "set flow_ctrl ...". > > This > > parameter is used to enable/disable auto negotiation for flow control. But > > it's > > not supported yet. > > The auto negotiation is enabled by default, we have no way to disable it. > > This > > patch

[dpdk-dev] [PATCH] ixgbe: fix the issue that auto negotiation for flow control cannot be disabled

2015-07-09 Thread Ouyang, Changchun
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Wednesday, July 8, 2015 9:14 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix the issue that auto negotiation for > flow control cannot be disabled > > There's a parameter

[dpdk-dev] [PATCH] ixgbe: fix the issue that auto negotiation for flow control cannot be disabled

2015-07-08 Thread Wenzhuo Lu
There's a parameter "autoneg on|off" in testpmd CLI "set flow_ctrl ...". This parameter is used to enable/disable auto negotiation for flow control. But it's not supported yet. The auto negotiation is enabled by default, we have no way to disable it. This patch lets the parameter "autoneg on|off"