> -----Original Message----- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, June 16, 2015 9:08 AM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue > > For there're only laser ports on x550 before, we only considered laser > ports for the testpmd CLIs "port start/stop ...". Now we have new x550 > devices which have copper ports. Use the API for copper to enable/disable > these ports. > > And also let the testpmd CLI "set link-up/down ..." support copper > ports. > > Signed-off-by: Wenzhuo Lu <wenzhuo.lu at intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev at intel.com> > ---