From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] net/virtio: add speed capability Date: Fri, 10 Feb 2017 12:06:42 +0100 Message-ID: <1640602.sj0no7fVMR@xps13> References: <2185375.0v2z51C3zP@xps13> <1486724725-17410-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: ibarnea@cisco.com Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 4353D9E7 for ; Fri, 10 Feb 2017 12:06:44 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id c85so256857426wmi.1 for ; Fri, 10 Feb 2017 03:06:44 -0800 (PST) In-Reply-To: <1486724725-17410-1-git-send-email-thomas.monjalon@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-10 12:05, Thomas Monjalon: > From: Ido Barnea > > The chosen fake capability (10G) is consistent with the reported > link speed in virtio_dev_link_update(): > link.link_speed = SPEED_10G; > > The feature is not marked in doc/guides/nics/features/virtio.ini > as it is only a fake value. > > Signed-off-by: Ido Barnea > [Thomas: comments added] > Acked-by: Thomas Monjalon Applied, thanks