[dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue

2015-06-22 Thread Thomas Monjalon
> > 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/dow

[dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue

2015-06-17 Thread Ananyev, Konstantin
> -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

[dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue

2015-06-16 Thread Wenzhuo Lu
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 po