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 A860DA04E6; Tue, 17 Nov 2020 21:26:42 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1301E37B1; Tue, 17 Nov 2020 21:26:41 +0100 (CET) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) by dpdk.org (Postfix) with ESMTP id A20CA37B0 for ; Tue, 17 Nov 2020 21:26:39 +0100 (CET) Received: by mail-lj1-f169.google.com with SMTP id i17so24704812ljd.3 for ; Tue, 17 Nov 2020 12:26:39 -0800 (PST) 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=CmWq3+mO3qH3HRKGl1MgufMnQn5BBJQ1uzqm9O41fQ0=; b=RfiNJeXrw/0nRVY2TYtYqXmxOpzRbZGByQph8Wn/T/J2aTCcosnLmlyOmz0r1s/nsF wVtQc8eq5D6f878S+9SaiezHlsjMpHjXgTuP2f1VgLiGq7+xc4/4lnHfA+7Wq8md4FPK AlrX2GcAeBZ7+WCyYtGPIhkC+d+dg4HiWn80E= 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=CmWq3+mO3qH3HRKGl1MgufMnQn5BBJQ1uzqm9O41fQ0=; b=Mo9ZmN1SGBRie4HhQmOwhnwaUeQCULjnOcb+z0kmP+0Vu6SoC/0Lcj2OnKQeOxhvdd l0pt+Bzvi6IYgZ65FjiBtiBHm+yMl9NT4QysoaHslYEf39NPJnliuZT1h/Wsx/DSTPuw QgMxnAaKQP5qM7VYANnak+M5UMePk2FzvHuVtVd+lOM7ftapbbXErq3oDlcd4OkYwrO9 Mio05ijvT5FDLeECMr6S9T8DZJSWB3VFZ89hOBy+nhZzBQpDUutImCDUpu8Wy39gQJDK bPL8elqz7M14XItEVR2icHIWDcUJV45rNefhLvVHMmWlzjnDgYAv6tyrOB7Bwd9I+94d NpTg== X-Gm-Message-State: AOAM533LJdSaslZqjYQqr8HJQ9TCRq/SEM5m1lWnhA/kZYQtReYk686A yoGKuTqUjKOUKDpqsrg6xOblexhGGgy7/BRypRExFA== X-Google-Smtp-Source: ABdhPJzrA6h0noIkS5ujejYHGS0sq1jYLCk3Fa/3HutfVaH3vjTeJRvFERL7t9GEyCrzq4eFYOdOUhcLJN6io4xHTdE= X-Received: by 2002:a2e:9d8d:: with SMTP id c13mr2511951ljj.160.1605644798208; Tue, 17 Nov 2020 12:26:38 -0800 (PST) MIME-Version: 1.0 From: David Liu Date: Tue, 17 Nov 2020 15:23:56 -0500 Message-ID: To: "Tu, Lijuan" Cc: dpdk-dev Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] DTS Test Nic Single Core Perf Scapy Naming Conflict 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, I currently have issues with running the Nic Single-Core Perf Test. I believe this is the scapy naming conflict issue, so I follow the solution mentioned on the website to replace system scapy with trex scapy. Then I got into another error that I wasn't able to get pass: root@arm-dell:/opt/dts# ./dts Traceback (most recent call last): File "./main.py", line 50, in import dts File "/opt/dts/framework/dts.py", line 47, in from tester import Tester File "/opt/dts/framework/tester.py", line 52, in from packet import SCAPY_IMP_CMD File "/opt/dts/framework/packet.py", line 72, in locals().update({clazz: getattr(module, clazz)}) AttributeError: module 'scapy.contrib.gtp' has no attribute 'GTPPDUSessionContainer' Do you have any clue how to fix this? Thanks. David