> -----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 "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" be supproted. > > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
Acked-by: Changchun Ouyang <changchun.ouyang at intel.com>