From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EA800A00E6 for ; Tue, 11 Jun 2019 20:08:41 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3AB171D040; Tue, 11 Jun 2019 20:08:41 +0200 (CEST) Received: from mail-pf1-f178.google.com (mail-pf1-f178.google.com [209.85.210.178]) by dpdk.org (Postfix) with ESMTP id 3023D1C51F for ; Tue, 11 Jun 2019 20:08:40 +0200 (CEST) Received: by mail-pf1-f178.google.com with SMTP id q10so7911908pff.9 for ; Tue, 11 Jun 2019 11:08:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=qhAtpd+tnDrM7oFT9UTh0/iwgU2qkNzo1GvIo05QMrg=; b=ebFW0ZeWbI7mr+LItd7e9/dP5S+ppYq/02RHP+WhUCHoX+d7zDLin04e+Rs3/OIU+5 XN0X3xLOB0NMQn1Q0ZoA7aefZKz9ZlcOE9sqXaV4yXPFOouvOIrxCRsZmzEGZFew9vX3 LQz1DorBALt7EQ8FDxOhN5CPEZ47A2PQ2dx90QpnmRMwC2XQKqBzgujqyk71rgUifhZl v5s8/LIp+vTs0hDmEy9uZEGcMIlf8/Yf25/7w64V0AtLDPMBinJVEE6BypNIQjEQH646 i4N5NySFwVpmBMh1Ovef7QpodOOjlFYaqAGz8jH6luag5AhDYzU7srgKujZCvZiGJDqN V3PQ== 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; bh=qhAtpd+tnDrM7oFT9UTh0/iwgU2qkNzo1GvIo05QMrg=; b=acFtOkg/LwuHWKme2wTd7YhlaW7JUsJKvjz+22Db0ofn7lJ+ithFakYfELkxVGZxPl 3WHhMIRTbF3dhePSL7WXe65by5hgNYUzBjO564RcgO0OC8EbTS+Wpbm5bhMApCzIGC3h VGPPV03DvvCuH1ActMLGB1PIRArUWAVZAgV+iq7BiwthAd8VsU3Wd/i0iF/XvoE6eifV AKnsSQ77WrVPtpA9ihM6GnYurroASGS1xFSDAR84sIw4HTQCzNaBZ0DJMYeWgfh4YZT5 rp7et5rYruIrNIYSlWoH9Hf/z8f/aVmalyRfxQrGpRi11uAAAKc5d4YZmdeeEMAbPA7n xQgg== X-Gm-Message-State: APjAAAXK/4dFfnEVvDipwvj7FqHGsVXZzkVNH19ifO0aauxurQk25+Vg 4wY7wa4nW8eG6aptHc9EqmuskhhrPL+6AleZzo4OoA== X-Google-Smtp-Source: APXvYqxXsUhdDt96OysyUs/kRzhlmd++MwkM2ImSkxCeDZ05NXqs7AUnylPoXAEdt9lS9Mj09tt89LxgfoX/j9XlzGo= X-Received: by 2002:a62:cf07:: with SMTP id b7mr23806300pfg.217.1560276518815; Tue, 11 Jun 2019 11:08:38 -0700 (PDT) MIME-Version: 1.0 From: Sara Gittlin Date: Tue, 11 Jun 2019 21:08:27 +0300 Message-ID: To: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] pktgen range stop/start all 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: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi i've enabled the pktgen range feature. and i see that whenever i stop all and start all a different / additional sessions are transmitted . my range are src/dst IP and src/dst/Ports. whenever i stop all and start all a different/additional sessions 5 tuples sessions are transmitted . (dst/src IP , dst/src P:orts and IP type) is this a normal behaviour ? for my purposes it is very good behaviour Regards -Sara