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 D28E6A0350; Wed, 24 Jun 2020 21:32:46 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ACA711D9CB; Wed, 24 Jun 2020 21:32:45 +0200 (CEST) Received: from mail-ed1-f67.google.com (mail-ed1-f67.google.com [209.85.208.67]) by dpdk.org (Postfix) with ESMTP id BF93E1D9B7 for ; Wed, 24 Jun 2020 21:32:43 +0200 (CEST) Received: by mail-ed1-f67.google.com with SMTP id t21so2337944edr.12 for ; Wed, 24 Jun 2020 12:32:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:from:date:message-id:subject:to:cc; bh=MRSTR/KWHXB2sTosI86k0/MU1HcWK+kCRdDAl6I0p/w=; b=dXkoaAQxJQvIGNKJOOOVYYVwtKkFGx4OY1APiCneULXWoNCxwvkxT6OlnzwWjqLfgW SnwvKuEtpA2kGZjs99OXgwEozTv71TPFQAR8/9oCAb+t9fvKBhQjLSU/dofQxrG8EDFm gtyt+PmdYLud7EHqRcuG9CSgnhIqN8+PxxnWY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=MRSTR/KWHXB2sTosI86k0/MU1HcWK+kCRdDAl6I0p/w=; b=Sy2G2NB/b+FmIv0XqqacBiEEQrg96OWUmTDP1SOBWnP5+3GXzseh8LDetBE4BoHDyD bUP1NjETiiTzPSU4qYqIH1akiPCCHr0cOIxdEfdc75LcR7OK4WYbL6EASvQH9GQ81yFa F8J4H13cR/WH6vG60QlytYOzAuSIJ7CYXuZZ5j1YyBLjEZ2SpDNWL2NmJI0ukE4BO1TL o/ULp2AWjUNiAK68Stw0Cip8UE7MmGWEZPyeKSwhG/IG5HLh3piU7fKrJnrevDQzJ4vA BSYRtVVy2IlmVv13+zaV9/1n3qKBRbyFD5i6YR6j/+zZxTUZtEni+QBjnDftYikdJT3C kGcQ== X-Gm-Message-State: AOAM532CQQlV6D08r8MuHzQ7SPkieQmkLRX2EjOINhajKUa2usGMDFVz UZAVBg3Narz4JkP4mCGv1VIpJO3DeyXnaEg12tEi X-Google-Smtp-Source: ABdhPJyUlodGAUnKaNdUVW/VdC9ts1xo7JGS3PCotICj9XgyQ3sUv9833mR9dW3VL7hcK+MUKSi0nzzsz5SMPN6yHN4= X-Received: by 2002:aa7:d3cd:: with SMTP id o13mr14210041edr.176.1593027163422; Wed, 24 Jun 2020 12:32:43 -0700 (PDT) MIME-Version: 1.0 From: Daniel Kirichok Date: Wed, 24 Jun 2020 15:32:32 -0400 Message-ID: To: dts@dpdk.org, dev@dpdk.org Cc: Lincoln Lavoie , david.marchand@redhat.com, thomas@monjalon.net, ferruh.yigit@intel.com, arybchenko@solarflare.com, mb@smartsharesystems.com, i.dyukov@samsung.com, rasland@mellanox.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Speed Capabilities Feature 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" Hi all, The Speed Capabilities test will first check the speed of each interface that the device lists through ethtool. Then it compares each interface speed to a user-defined set of expected speeds set in a newly created config file, `speed_capabilities.cfg`. The test fails if an interface is found that isn=E2=80=99t accounted for in the cfg file, the detected speed = is less than 1 Gb/s, or an interface detects a different speed than what is expected from the cfg file. Otherwise, it passes. Let me know if there are any comments or questions. Thanks, Dan --=20 Dan Kirichok UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 dkirichok@iol.unh.edu www.iol.unh.edu