From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id A7541558F for ; Tue, 15 Mar 2016 14:47:31 +0100 (CET) Received: by mail-wm0-f41.google.com with SMTP id l68so151531545wml.0 for ; Tue, 15 Mar 2016 06:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=Qe76qFTiIWSoZus+Qwh1K/H3zp33FGQXjuSAHwk2RDQ=; b=01j9z4DM5JIQoVmlBwxnD4Mk4aLFwyKdYIS4MuQ6PMMTnVYjchsmRGu8Dp8KxJaMwm jVSX6AhlPJ9msdIKWUcwhV+xrZfxsW8C5KRc7ltonQUKM2T2ss3rw+VpXv+rFOYlr60x yJlv5mTCj6ECNu+p04+ObBTmSB7WAaCAdzbs9pQrly55nCjnDMlnnpfbmGZNxV/CV/hp WPwDC92u9ANtIJsRXweCYqgrL0/FTDxUlT/3dC4MlCDG9xFxKs9SXCz+OraJ3PUi2Brw 9jSeaiNFDxJGuRJqY4WmYK0ED15wHzacuXq9TiNqrRYRMrYRH4Uw3jqlbSzCJUMkFT84 rh8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=Qe76qFTiIWSoZus+Qwh1K/H3zp33FGQXjuSAHwk2RDQ=; b=iK0h+9kMQ/xWtJdMn214Ks8KPpqRLvdsaVqzCMZfkB3GmZ5+0hKnmihHI/cJCXcIDt T4gU6CLaR0cc9MWhFL/O9POzo1M+ncgEj0/0S0jcNCJ3Mqqob/VdqwdMWDJzFb7fhvl7 gUb37v8bc6Py1hN8Cb+WX5/HqdZNaQIE6AiD/skUasBzeqJJcZq/sJsGnEzrIUwjn6ta R296Y7Ui52476+BAype8zihiUc5PcWMGlUktJMkvA8WHcphk0DSQ3r88Fdqy0I4UvOXH pC4rYbuXDzTAYlx0A6dFBPWebsQdazXGoF56wMgQ5lMIZ+UYiCqxBM0hDQlRsHy1SrgU qj9Q== X-Gm-Message-State: AD7BkJK0KSBt6Gw7xmf4sqHj7Tj67ONVP6VLfC/D3OW68F0vIlk4zAlZr/GIAw9subttjw== X-Received: by 10.194.22.68 with SMTP id b4mr29683381wjf.158.1458049651427; Tue, 15 Mar 2016 06:47:31 -0700 (PDT) Received: from ?IPv6:2001:67c:1220:8b2:e849:51b9:b39f:4866? ([2001:67c:1220:8b2:e849:51b9:b39f:4866]) by smtp.gmail.com with ESMTPSA id v5sm20991517wmg.16.2016.03.15.06.47.30 for (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Mar 2016 06:47:30 -0700 (PDT) From: Matej Vido X-Google-Original-From: Matej Vido To: dev@dpdk.org References: <1457992546-32230-1-git-send-email-thomas.monjalon@6wind.com> <1458047529-6522-1-git-send-email-vido@cesnet.cz> <1458047529-6522-5-git-send-email-vido@cesnet.cz> <8527284.jAONBlNGsn@xps13> Message-ID: <56E81272.7070800@stud.fit.vutbr.cz> Date: Tue, 15 Mar 2016 14:47:30 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <8527284.jAONBlNGsn@xps13> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 4/4] szedata2: add 100G link speed 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: Tue, 15 Mar 2016 13:47:31 -0000 Dňa 15.03.2016 o 14:41 Thomas Monjalon napísal(a): > Thanks for the series completing the ethdev rework with the same splitting. > > 2016-03-15 14:12, Matej Vido: >> Temporary 10G constant is replaced with 100G constant. >> Item speed_capa from struct rte_eth_dev_info is set with 100G flag. > [...] >> @@ -1161,7 +1162,7 @@ eth_link_update(struct rte_eth_dev *dev, >> * will be changed to support 100Gbps speed change >> * this value to 100G. >> */ >> - link.link_speed = ETH_SPEED_NUM_10G; >> + link.link_speed = ETH_SPEED_NUM_100G; > Shouldn't we remove the above comment? Yes, I forgot