From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 217E1C3E2 for ; Wed, 17 Jun 2015 11:32:31 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 17 Jun 2015 02:32:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,632,1427785200"; d="scan'208";a="712507542" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by orsmga001.jf.intel.com with ESMTP; 17 Jun 2015 02:32:30 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.245]) by IRSMSX153.ger.corp.intel.com ([169.254.9.140]) with mapi id 14.03.0224.002; Wed, 17 Jun 2015 10:32:29 +0100 From: "Ananyev, Konstantin" To: "Lu, Wenzhuo" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue Thread-Index: AQHQqAubLpuDGsvADUy79jLVthxqmp2wcIdQ Date: Wed, 17 Jun 2015 09:32:29 +0000 Message-ID: <2601191342CEEE43887BDE71AB97725836A11F9B@irsmsx105.ger.corp.intel.com> References: <1434442069-22208-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: <1434442069-22208-1-git-send-email-wenzhuo.lu@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 09:32:32 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Wenzhuo Lu > Sent: Tuesday, June 16, 2015 9:08 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] ixgbe: fix x550 shutdown API issue >=20 > 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. >=20 > And also let the testpmd CLI "set link-up/down ..." support copper > ports. >=20 > Signed-off-by: Wenzhuo Lu Acked-by: Konstantin Ananyev > ---