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 836A6A0562; Thu, 2 Apr 2020 21:53:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0C57C1BFC3; Thu, 2 Apr 2020 21:53:08 +0200 (CEST) Received: from mail-lj1-f172.google.com (mail-lj1-f172.google.com [209.85.208.172]) by dpdk.org (Postfix) with ESMTP id 33D921BF6D for ; Thu, 2 Apr 2020 21:53:07 +0200 (CEST) Received: by mail-lj1-f172.google.com with SMTP id n17so4570798lji.8 for ; Thu, 02 Apr 2020 12:53:07 -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=aUkBW/9COs/1eiMrAw93ia/Y3LNVbiEQHWcU+VQW2Jo=; b=QS0R7OyVuzMkEVVxRGqoiEPItLZ8N2ewWbStuYzaOkueAaGRbJ4hkgD5TngQDC8yzC YNeJzZnHvvVf0nct8AZHUzrcCwvTjnWoRJ/ocyo0vmIi/O8R2j7Urfv3J5r6islOgRFb pQjYKwFnhc+uHJ0DM4nXW7DrH224q0k7Pkj10= 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=aUkBW/9COs/1eiMrAw93ia/Y3LNVbiEQHWcU+VQW2Jo=; b=HZoX5PA7eZeTleZ7MAqzdu1JH+pItCRKwkWMmCCnAEw/g72GA/pitQHbXtbg5AsYRM r6pZkHE9yZ3fNIcX2S7iTocSeHvj4jVwG/j4l+HhaWV2eOeVXRDw13LQTfPSopuaBg9q 2ykDQVqNuOWBWvoVxDyqVZayftj5ZktdjRHAD0xGlIMgc0qJhb4QS/BeBOLWtmLizkOs //9JdPYPz9A7ZDlCUd9QTcAkpsRIAUkSA1Wc8tif5Xbe1fDAIdwGQJmWLMS2f+OVW6di BWTS9aHkfrJ4XxpF7MU2vn8DIJ7GN1E8XCcpP9Ofyrx+/xUKoBa1zWwskrFsr/2I8vd0 Tj1g== X-Gm-Message-State: AGi0PubBVhzao5fVpYJeob3Un9XgCvI3DSw/dicanW+98+K29tS+Tmcf 7ZmV3e/z86if+ClCi5qicomw7j/5cnZLCzyoXBFdZA== X-Google-Smtp-Source: APiQypL6h73H1GcQlrGPrWhlE6u3pwSFUFws+cluSBxZJx3DAt033VX1kaIRTcyacKFu6/Q986HZlX7U/TjKLprOgR4= X-Received: by 2002:a05:651c:48a:: with SMTP id s10mr2823818ljc.226.1585857186665; Thu, 02 Apr 2020 12:53:06 -0700 (PDT) MIME-Version: 1.0 From: David Liu Date: Thu, 2 Apr 2020 15:52:30 -0400 Message-ID: To: lijuan.tu@intel.com Cc: dev@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DTS Config NIC | Test Nic Single Core Perf ISSUE 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 Lijuan, We are currently having issues with the Test Nic Single Core Perf Test. First we have issues with fortville_eagle was not in the set_up_all in the TestSuite_nic_single_core_perf.py. So we added fortville_eagle': {64: {512: 0.00, 2048: 0.00}} to the Test Nic Single Core Perf configuration file. But now it is causing other issues, do you have any clue how we can fix this? Thanks, David