From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 4CF27B0AF for ; Wed, 11 Jun 2014 12:09:40 +0200 (CEST) Received: by mail-wg0-f51.google.com with SMTP id x12so6025229wgg.22 for ; Wed, 11 Jun 2014 03:09:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=yFN8Nz9M0Mp//kMOuCzta1Wmdnf0O46W8ZfEIKCgdNM=; b=HyjVC1BpWhV4c8QhUEiZfY7eGxgvJieNgvNMburcB2bFkVdB3BXTVJWReKohhQzP67 FI2Yi+lJkjUV/KKjBylmiLtRJGAgaP1YONzmeN20ltM+bK60vEgNezRnYk2HKt1yVJ0E 6ZdAGXUrcRmEXn4kuM09iqCon1kQvhrbEPHR6yXDZcJHPNdJrwa7+Uy/LQBd9/gzW+xD rk/Swzw05Nzw6veM85260Y6jg4A8rdcW42eLc5bC8aae1aFS1Ymk7uTRxQGzpWkVp7us nxbnEuu1qDA6m8T+PDW54up0vVnJwgwjgz0aB4ABEPSstwE2i7ZmDMoOA46sRCQ4nNG6 RmLQ== X-Gm-Message-State: ALoCoQnCbwQ8VMUcpKmutHIqnIm6xgwkcbPdkOi6QlWNM9j0rpUfJfaLb2PoUkLoTsZNR4wUH53Q X-Received: by 10.194.24.36 with SMTP id r4mr50466301wjf.39.1402481392912; Wed, 11 Jun 2014 03:09:52 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id gr6sm26195254wib.10.2014.06.11.03.09.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 11 Jun 2014 03:09:52 -0700 (PDT) From: Thomas Monjalon To: Ouyang Changchun Date: Wed, 11 Jun 2014 12:09:53 +0200 Message-ID: <2128889.Ui71HpUnBn@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <5385D233.4050209@6wind.com> References: <1401261302-30140-1-git-send-email-changchun.ouyang@intel.com> <5385D233.4050209@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 0/3] Support setting link up and link down 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, 11 Jun 2014 10:09:40 -0000 > > This patch series contain the following 3 items: > > 1. Add API to support setting link up and down, it can be used to repeatedly stop and restart > > RX/TX of a port without re-allocating resources for the port and re-configuring the port. > > 2. Implement the functionality of setting link up and down in IXGBE PMD. > > 3. Add command in testpmd to test the functionality of setting link up and down of PMD. > > Acked by: Ivan Boule Applied for version 1.7.0. Thanks -- Thomas