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 0CF20A00E6 for ; Tue, 11 Jun 2019 21:35:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A8B511D043; Tue, 11 Jun 2019 21:35:07 +0200 (CEST) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by dpdk.org (Postfix) with ESMTP id C909C1D041 for ; Tue, 11 Jun 2019 21:35:06 +0200 (CEST) Received: by mail-pg1-f179.google.com with SMTP id 20so7528613pgr.4 for ; Tue, 11 Jun 2019 12:35:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=LJ72J5MRdThBOJi5cQgj4+AUB3PCYiK/rlU1Q8W1SxU=; b=YlSQhsl/FSx+5eD9Ui64fhuOLc3oxN2GPMXLN+x7ozo5zY6j2MS9lyZaqD+BOMahge VKGan6FuM2Jj97E4/0SArLNI11u2QdU2K66jUDOx3qj4XiU15I+yh1flDBBtvTlZpRO8 MH6Bgh0gK8eDP2iF4wvdSl314Tyh+T+CXXinX4ThEOz773ksm93rUhISDcfOp23R1tMf qEohNquxf+bM4mF2KJpcyHThBQ9hRRsn+1cBYOaz6Kv5c9aXvvUVVvOFkF/aE9a74lrt 4zNPbTJ/tc7f1XAOAyIzq6BK6k1lwgbvjLIq/4csrYJvGQKNdxwhCnpDcnrn1Xw1ZrmM elww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LJ72J5MRdThBOJi5cQgj4+AUB3PCYiK/rlU1Q8W1SxU=; b=qBeodZ1v9PgNLBbCAD1vueNLcTBtl6DigSYDgUrM4J236H7ybEMvXSBTl5O/j77y22 twvFI7pHELpNpQWFH+2ovbsEr0I+wAUz6fYxTH5bzRTktDrh66E3tTp5/wZXhZ1UM/6s HfmSqESsUEnFhCwaMYF4XZvFC9cmHwGBtDVL32qw9WojpG2nhYJNAz9HBRUzZyA4J3DM RC8wwxph3ZhfHKG8XrQwP8a+9rdOCC7P71tL8r365hSy6vqKUZdtFyisRUrMNQVv4neB Umllb8tgjFwnsuGDlHUZ0iLz8ElBvBKhG+ZUoJW85bcl22i4lq5OKRMxHS4YtSOoy9Dx mG8Q== X-Gm-Message-State: APjAAAVyp4DlRqNOabWe7PCVrDUAON8QSNbME2zE7vYVp1Dc2Ha6dAoB sBhyiDiv77SAnCQQKDisYuoQMZzHE7JnY5RTn+s= X-Google-Smtp-Source: APXvYqwdlXiiHZZvVJ9AsWJ7p8h0bwjHJMkVZH6/IAoB/wyXDD8ijbXP5HAlhO1NYyHcrjBmmBx9h9T1u6y81tnfRzU= X-Received: by 2002:a17:90a:9a95:: with SMTP id e21mr27608310pjp.98.1560281705962; Tue, 11 Jun 2019 12:35:05 -0700 (PDT) MIME-Version: 1.0 References: <3282AD76-11DE-45E0-B32E-0884145F913E@intel.com> <19173AB6-FAD3-4A4F-8BE7-41515487156A@intel.com> In-Reply-To: <19173AB6-FAD3-4A4F-8BE7-41515487156A@intel.com> From: Sara Gittlin Date: Tue, 11 Jun 2019 22:34:54 +0300 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 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" Thank you very much Keith - but this behaviour is very suitable for me this can be a very good feature.. Regards -Sara On Tue, Jun 11, 2019 at 10:26 PM Wiles, Keith wrote: > > > > On Jun 11, 2019, at 1:59 PM, Sara Gittlin > wrote: > > > > Keith > > the 5 tuples are always within the range. but when i stop/start i see > added/different 5 tuples sessions that were not seen before. but all are > within the range > > The reason is I did not reset the internal values I used to create the > original list of mbufs to the original values and this is why you get a new > set of values. :-) > > Thank you > > -Sara > > > > On Tue, Jun 11, 2019 at 9:28 PM Wiles, Keith > wrote: > > The 5 tuples should stay within the range you had defined, if not then > that is a bug. > > > > > On Jun 11, 2019, at 1:08 PM, Sara Gittlin > wrote: > > > > > > 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 > > > > Regards, > > Keith > > > > Regards, > Keith > >