From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1C5FEA04C0; Fri, 25 Sep 2020 16:49:17 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DDDBB1E998; Fri, 25 Sep 2020 16:49:15 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id E68151E96D for ; Fri, 25 Sep 2020 16:49:13 +0200 (CEST) Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601045352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=NH1KvQ5bJ+qE1Y4qcy9lqlh3JCilsJRc2Krz4/QZ7kA=; b=Rp5beCvdNGInZ1qcyFcVdZ0/agW2YC5lR7/ittu9qTIbPF/UbJKFtabDce71nXlefFXA8b xZdbPKdD/devrjv9rNwy/b77lUCQo71RqSEaLvNcoNZ5wKnCAt7izmf46U4Kp6NuBkUZaU CAogspJfFCeWEnXBxwDZHj6VgOnMXBI= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-254-AUqb-6iBMsu-i_CmQli5ug-1; Fri, 25 Sep 2020 10:49:08 -0400 X-MC-Unique: AUqb-6iBMsu-i_CmQli5ug-1 Received: by mail-vk1-f197.google.com with SMTP id l24so431769vkk.2 for ; Fri, 25 Sep 2020 07:49:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=NH1KvQ5bJ+qE1Y4qcy9lqlh3JCilsJRc2Krz4/QZ7kA=; b=TYQ5ODGmy3Jleym7eqO6krjQzQ9/cOXdSEGoLbAKBbNd97u9djOKF0EcgPOHvbHLjT NuHkGpY2yNtWyyp7jzf/En2th1zKkDx4bftwF5YMgdHxaO980COq6KnkE4SMXDX4DVrM pZS0H38H7mVlNuenOSCn9QDz4zht8kB1ItSUguI0/Eb2vNhGvX6XoWoe9FDypCO7Ji07 uMMSZDqUI6D1YbyApquAtG21dLRgK6OR9BGeybisaxcBKZn1j1B3mju5H2bzQm3OxH1l WTF2+VG5TKW+795r+EOVuGzxI9UaTSmJdHWUR77C2/MqIN0WX+WQ+EcFtzlQLBPNN0Ae hSMw== X-Gm-Message-State: AOAM532ucf+aQfaawA6wMsdcC58f5K8L1RXccltlgPYjCLNvdByeYSTW YgeSMbgKnQZXpT+rt0mEKDtfB8P23bexNOteT0WlJPs214XJN89BB2BurSnrNksWAJYqFE//D3X OzfLYOQT9PbkUT97lXuU= X-Received: by 2002:a1f:9381:: with SMTP id v123mr2982318vkd.20.1601045348092; Fri, 25 Sep 2020 07:49:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzV69OYlHuXaWHFxCKdbXTSdb0e2vBo+nc3eyjOiOPaekZaq70qH69h0gXreL25Oiwx/Yfn+00poMxv4EyxYY0= X-Received: by 2002:a1f:9381:: with SMTP id v123mr2982303vkd.20.1601045347815; Fri, 25 Sep 2020 07:49:07 -0700 (PDT) MIME-Version: 1.0 References: <20200922211806.21938-1-i.dyukov@samsung.com> <20200922211806.21938-2-i.dyukov@samsung.com> In-Reply-To: From: David Marchand Date: Fri, 25 Sep 2020 16:48:57 +0200 Message-ID: To: Maxime Coquelin Cc: Ivan Dyukov , "Xia, Chenbo" , Zhihong Wang , "Mcnamara, John" , "Kovacevic, Marko" , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH 1/2] net/virtio: set UNKNOWN as default speed X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, Sep 25, 2020 at 4:36 PM Maxime Coquelin wrote: > On 9/22/20 11:18 PM, Ivan Dyukov wrote: > > rte_ethdev states new rule for NICs: they should return UNKNOWN > > speed if speed is unknown and interface is up, in case of down > > interface, NONE speed should be returned. > > > > Signed-off-by: Ivan Dyukov > > --- > > doc/guides/nics/virtio.rst | 4 ++-- > > drivers/net/virtio/virtio_ethdev.c | 9 ++++----- > > 2 files changed, 6 insertions(+), 7 deletions(-) > > > > Reviewed-by: Maxime Coquelin > > ps: CI reports build failure, but it builds when applied on top of > latest next-net. You scared me :-). Applied on: CommitID:89f6a4be217f22f7592b616d5d69c775530dce88 DPDK git baseline: Repo:dpdk-next-virtio, CommitID: 89f6a4be217f22f7592b616d5d69c775530dce88 The patches just hit the list before you aligned next-virtio to next-net. -- David Marchand