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 F1D7EA0350; Tue, 30 Jun 2020 09:32:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C5041B13C; Tue, 30 Jun 2020 09:32:28 +0200 (CEST) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by dpdk.org (Postfix) with ESMTP id 19A6B1D6D5 for ; Tue, 23 Jun 2020 22:33:43 +0200 (CEST) Received: by mail-ej1-f46.google.com with SMTP id i14so91805ejr.9 for ; Tue, 23 Jun 2020 13:33: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=vdTvY+cSqNwesZ24WnjaoPU3ZjL3CNTTsF6xuDiGn/U=; b=CcyLbCD0axo/NBhBIsTR0InJtLKsnC5dxz7fhwAS9xLREiHVInRXUlPlHFEqv504jQ sHedMSTfVyhHneYC07ZqXcCMvJqk4GUf3vO5RyU2F5yiqVfcAIH3Skuy7ruJhic/p43G DPCb95Qfho4IimuLr8dK5D1CGubznsfsMuJhE= 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=vdTvY+cSqNwesZ24WnjaoPU3ZjL3CNTTsF6xuDiGn/U=; b=Ckh2BmKLFpy9YowdYVZpovTmMAvXs2RyT/4ALTXhawayHwkKX1Rv795gixzRiPnVpY rGpc1BTh1KO4gYXwLhcWl7Ck51CUZeeHAE6Xpx/neBuqrtJfedclhMZnv6cR4GG4o7qD 8NNIQbO+MfmMotC+li8sHwuXm4rCouglGLgmkmtq3QzyGhQkPU+KScdHvM76TaQpq/Ca doKtEAEHwU6+fYJngCoUiyKmwABytz0C9ZsO5/I51UItUI5/vUXH6DBk90vDBgV0cEtB Q06AM3Cgl7JUHQYOhIchGbwTfUpElGNnqxqd3stKAM8xpFGN5IwRowSJ6uo3QMKA/kEh iilA== X-Gm-Message-State: AOAM530oXYOpFAS536gCLoby1ts3TkeKHpsRKQz2q0dYjQScAHqAiBAX ygkQyWugFwL1neiFceL93lAuV8FB+LV+xWPrBnEZSjgO4A== X-Google-Smtp-Source: ABdhPJxLbhxLVKRwFXusKZFAI5Th8UuvoU3HD14cbyGPoD4j236YWPHIEf254Um6al8Bj7t+GE/xZt9V+gk0gEE+uCY= X-Received: by 2002:a17:906:7f16:: with SMTP id d22mr5215793ejr.461.1592944422549; Tue, 23 Jun 2020 13:33:42 -0700 (PDT) MIME-Version: 1.0 From: Daniel Kirichok Date: Tue, 23 Jun 2020 16:33:31 -0400 Message-ID: To: dev@dpdk.org, dts@dpdk.org Cc: Lincoln Lavoie X-Mailman-Approved-At: Tue, 30 Jun 2020 09:32:26 +0200 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 Test Plan for DTS Development 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, 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