From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f173.google.com (mail-qt0-f173.google.com [209.85.216.173]) by dpdk.org (Postfix) with ESMTP id 5EA939B39 for ; Tue, 1 Aug 2017 09:05:00 +0200 (CEST) Received: by mail-qt0-f173.google.com with SMTP id 16so4122045qtz.4 for ; Tue, 01 Aug 2017 00:05:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=ISx02o80y4dTqraXOii2J0D2sDftuAIvG5N6WWw6PwU=; b=J3IRwzLO0AqfAMUbX2RNCtiidaBGsXa7Er5iQC01soRKBZgWj5WQCdpyr7z4shHuwf BJiWHeX5quDSAR743haYQTKL19WrwrYXJUy1nUj/OK6DfuD7h5d3qSUMkq0nJdjL6RMz YEAe2WU8YtqynbmqJrjbekJ23uWbli+dax2Hyhf967Tc9FmKi6Mv/zsdbx+9R7vUVq3V WQAXPNZemj7zjlf01lqPqDMvIDARTZV57XaUQjjrVc+d/96yX7oSeBR2vP5VWVx0XJib raoSMxMe4rRVJ3cYRhxnYO/F/RBGiYG7lrreFLq/AZX/ZBRd6zO303n/7GAXQGbaPujv XSiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=ISx02o80y4dTqraXOii2J0D2sDftuAIvG5N6WWw6PwU=; b=ZD8p3mDtETle7CNXTFrVZ1zGTXdcHlQNQemZDsMWwvdwmIv/pNcGuDPWcs5UcE8zKn QrcVZd6sEFBecJH/DzEzePse5JCYdpWlSps6RR57w4Ug3MeaHd4eYe72KUkoAlz5A8xP 10okZ67Fpb684EKljNe8ItIaHJzrQWcKe8ESIXWwBuIxsjjD4deLIhznjINkMgvZ5Vxq Tl861bjLglzK8GZ+7aULm4w09VoviCgT5xVF0u/it13ymJ3PCSFRjGJIXiZtVN+jdMAf TJawTb4o/JaD6a4sh3BD5UbNoPYGleJTEHAHOb4Rxu6K1gPi8KX2JaiX4jXrcq2+LWXY FTbw== X-Gm-Message-State: AIVw113aD826w5TlPN8WRyk+aIsRaE+rt7+d1K/KparpcdsmHCuAvoCl Fx7ONfa6GTfPBib5xlpoHhUc3SYgjg== X-Received: by 10.200.4.145 with SMTP id s17mr27181389qtg.154.1501571099793; Tue, 01 Aug 2017 00:04:59 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.152.218 with HTTP; Tue, 1 Aug 2017 00:04:59 -0700 (PDT) In-Reply-To: References: From: Tetsuro Nakamura Date: Tue, 1 Aug 2017 16:04:59 +0900 Message-ID: To: "Wiles, Keith" Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] [pktgen] A sequence command doen't work X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2017 07:05:00 -0000 Hi Keith, I had to comment out the lines below to compile pktgen3.3.5, but now the sequence commands work on pktgen3.3.5. /* #ifndef RTE_DEVTYPE_BLACKLISTED_PCI #define RTE_DEVTYPE_BLACKLISTED_PCI RTE_DEVTYPE_BLACKLISTED #endif #ifndef RTE_DEVTYPE_WHITELISTED_PCI #define RTE_DEVTYPE_WHITELISTED_PCI RTE_DEVTYPE_WHITELISTED #endif / Thank you very much for your help. 2017-07-23 2:12 GMT+09:00 Wiles, Keith : > > > On Jul 20, 2017, at 8:28 PM, Tetsuro Nakamura > wrote: > > > > Hi all, > > > > > > I moved from using pktgen3.0.13 to pktgen3.3.4 > > > > But sequence commands dont work as well on pktgen3.3.4. > > > I found the problem and push a new version pktgen-3.3.5 please give that > one a try. > > > > > > > ``````` > > > > Pktgen:/> set 0 seq_cnt 2 > > > > # It works > > > > > > Pktgen:/> sequence 0 0 0c:c4:7a:cf:66:11 0c:c4:7a:cf:66:01 192.168.1.1 > > 192.168.0.1/24 1234 5678 ipv4 udp 1 64 > > Sequence invalid command: > > Invalid line: > 192.168.1.1 192.168.0.1/24 1234 5678 ipv4 udp 1 64 > > > > > # doen't work though the command works on pktgen3.0.13 > > > > > > Pktgen:/> sequence 0 0 0c:c4:7a:cf:66:11 0c:c4:7a:cf:66:01 192.168.1.1 > > 192.168.0.1 1234 5678 ipv4 udp 1 64 > > Sequence invalid command: > > Invalid line: > 192.168.1.1 192.168.0.1 1234 5678 ipv4 udp 1 64 > > > > > # without networkmask specification doen't work as well > > > > ``````` > > > > page seq works but shows the same sequences. > > ``` > > > > Port: 0, Sequence Count: 2 of 16 > > GTPu > > Seq: Dst MAC Src MAC Dst IP > > Src IP Port S/D Protocol:VLAN Size TEID > > * 0: 00:00:00:00:00:00 0c:c4:7a:cf:66:c4 192.168.1.1 > > 192.168.0.1/24 1234/5678 IPv4/TCP:0001 64 0 > > * 1: 00:00:00:00:00:00 0c:c4:7a:cf:66:c4 192.168.1.1 > > 192.168.0.1/24 1234/5678 IPv4/TCP:0001 64 0 > > > > ``` > > > > Is this a known problem? > > Are there any way to work around? > > > > Thanks in advance. > > Tetsuro Nakamura > > Regards, > Keith > >