From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) by dpdk.org (Postfix) with ESMTP id B0277AFCD for ; Wed, 28 May 2014 14:10:22 +0200 (CEST) Received: by mail-wi0-f182.google.com with SMTP id r20so3478762wiv.15 for ; Wed, 28 May 2014 05:10:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=vpi20/JHLqGFP21owaf5UawSUmGo72dcZPgmoTh8O0w=; b=hqov5CniQyVkp/CtmF/JylEp5eP7dFlbBLRIiDThSrGkRcj6nXkCqSK2FKAOiOnxoS 7gdXlc0jgon0D6GXcSrFaSGwfWj3I84Em6UW75FtiTRAeieUOIUHiTRS7JumNlVXnBhZ 7nmQ45UUrL88M4yvixPIeQk87IiD0gyidgdycVvraUrff3Pl+X3AfYxd+F4Ucy+3XH+G qbLnT/xgR2plpRSRiL56KB/PDeXHm75G5BQvsw7ZvO+yUiGcgs9ojhbz4NaDTbHuj+AA rVdQ1VIX4B9eNPmwawTxtYcvZkVU9U2dzl3BKXz8vw8agubvV+o1OGwFHFYAAM+gAvxM Pb6g== X-Gm-Message-State: ALoCoQnx7s6Xs70ihjYVgncz50hCWdqtDkqYWnU94j9C7fidi+jepEvsSd04JJB0/blbS7K/Dmkv X-Received: by 10.180.126.8 with SMTP id mu8mr48721212wib.10.1401279031406; Wed, 28 May 2014 05:10:31 -0700 (PDT) Received: from [10.16.0.189] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id wk8sm42801224wjb.22.2014.05.28.05.10.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 May 2014 05:10:30 -0700 (PDT) Message-ID: <5385D233.4050209@6wind.com> Date: Wed, 28 May 2014 14:10:27 +0200 From: Ivan Boule User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: Ouyang Changchun , dev@dpdk.org References: <1401261302-30140-1-git-send-email-changchun.ouyang@intel.com> In-Reply-To: <1401261302-30140-1-git-send-email-changchun.ouyang@intel.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 28 May 2014 12:10:23 -0000 On 05/28/2014 09:14 AM, Ouyang Changchun wrote: > Please ignore the previous patch series with subject: "Support administrative link up and link down" > This v2 patch series will replace the previous patch series. > > 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. > > Ouyang Changchun (3): > Add API to support set link up and link down. > Implement the functionality of setting link up and link down in IXGBE > PMD. > Add command line to test the functionality of setting link up and link > down in testpmd. > Acked by: Ivan Boule -- Ivan Boule 6WIND Development Engineer