From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.4 Received: from mail.toke.dk by mail.toke.dk with LMTP id CIt3Led2hF5ftgcAOr1fkg (envelope-from ) for ; Wed, 01 Apr 2020 13:11:35 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=YQl8GyoL Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 93382722F4B for ; Wed, 1 Apr 2020 13:11:34 +0200 (CEST) Received: from [::1] (port=36322 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.93) (envelope-from ) id 1jJbHQ-00D1Hs-8c; Wed, 01 Apr 2020 14:11:32 +0300 Received: from out-22.smtp.github.com ([192.30.252.205]:35091) by web6.sd.eurovps.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1jJbHI-00D1CG-EB for flent-users@flent.org; Wed, 01 Apr 2020 14:11:30 +0300 Date: Wed, 01 Apr 2020 04:10:44 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1585739444; bh=ns8KqRW7Sdy8+tdxTi8GS2clid70IMDv/7T3OdCbGlE=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=YQl8GyoLqJ9eIXuxtH5laCw8FUk2jGBjY6jKU4+WXrLbxlT77RNEdgXkpmOah1JOF 3U3/IUei7NcOheZKY0hES0bmg58FKLnXxAwp/Leg1oVRXM6N67b93aiHbV6FDqs+Vz 1zE1CG4GvAwkR0KJZrQOSe8th0Rt382zhM10rRaY= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: comment X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] Customized test displaying error (#203) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.29 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Comment , flent-users Content-Type: multipart/mixed; boundary="===============7377091866105925813==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============7377091866105925813== Content-Type: multipart/alternative; boundary="--==_mimepart_5e8476b4549b4_74f83fba774cd9689875e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5e8476b4549b4_74f83fba774cd9689875e Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable flent-users writes:=0D =0D > Hi Toke,=0D >=0D >=0D >> On Apr 1, 2020, at 12:09, Toke H=C3=B8iland-J=C3=B8rgensen wrote:=0D >> =0D >> =0D >> flent-users writes:=0D >> =0D >> > Hi Toke,=0D >> >=0D >> > that sounds great!=0D >> > Question: Are the marking parameters in decimal? So can I for exampl= e=0D >> > just take the decimal values from=0D >> > https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/= sw/4_0_4_s_v_1_3/qos/configuration/guide/n1000v_qos/n1000v_qos_6dscpval.h= tml=0D >> > or related tables?=0D >> =0D >> I'd actually suggest you just use the symbolic values (e.g., 'CS0').=0D= >=0D > Probably decent advise for RFC endorsed named DSCPs, but I want=0D > to try a all 6bit DSCP variant at one point in time and hence=0D > need numerical inputs as well.=0D =0D Right. Well, in that case I think probably the safest is to use=0D hexadecimal values prefixed with 0x. Netperf seems to want that at=0D least, and irtt will take both...=0D =0D >> Flent will make sure to convert them to decimal values for the tools=0D= >> that don't understand the symbolic ones. This is the list of supported= =0D >> symbolic values:=0D >> =0D >> https://github.com/tohojo/flent/blob/master/flent/runners.py#L105=0D >=0D > Ah, I guess that list could be extended and that you take patches?=0D =0D Sure.=0D =0D =0D -- =0D You are receiving this because you commented.=0D Reply to this email directly or view it on GitHub:=0D https://github.com/tohojo/flent/issues/203#issuecomment-607186010= ----==_mimepart_5e8476b4549b4_74f83fba774cd9689875e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

=0D flent-users <notifications@github.com> writes:
=0D
=0D > Hi Toke,
=0D >
=0D >
=0D >> On Apr 1, 2020, at 12:09, Toke H=C3=B8iland-J=C3=B8rgensen <n= otifications@github.com> wrote:
=0D >>
=0D >>
=0D >> flent-users <notifications@github.com> writes:
=0D >>
=0D >> > Hi Toke,
=0D >> >
=0D >> > that sounds great!
=0D >> > Question: Are the marking parameters in decimal? So can I f= or example
=0D >> > just take the decimal values from
=0D >> > https://www.cisco.com/c/en/us/td/docs/switches/datacenter/n= exus1000/sw/4_0_4_s_v_1_3/qos/configuration/guide/n1000v_qos/n1000v_qos_6= dscpval.html
=0D >> > or related tables?
=0D >>
=0D >> I'd actually suggest you just use the symbolic values (e.g.,= 'CS0').
=0D >
=0D > Probably decent advise for RFC endorsed named DSCPs, but I want
= =0D > to try a all 6bit DSCP variant at one point in time and hence
=0D= > need numerical inputs as well.
=0D
=0D Right. Well, in that case I think probably the safest is to use
=0D hexadecimal values prefixed with 0x. Netperf seems to want that at
=0D= least, and irtt will take both...
=0D
=0D >> Flent will make sure to convert them to decimal values for the t= ools
=0D >> that don't understand the symbolic ones. This is the list of= supported
=0D >> symbolic values:
=0D >>
=0D >> https://github.com/tohojo/flent/blob/master/flent/runners.py#L10= 5
=0D >
=0D > Ah, I guess that list could be extended and that you take patches?<= br>=0D
=0D Sure.
=0D =0D =0D

&m= dash;
You are receiving this because you commented.
Reply to th= is email directly, view it on GitHub, or unsubscribe.3D""

=0D = ----==_mimepart_5e8476b4549b4_74f83fba774cd9689875e-- --===============7377091866105925813== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============7377091866105925813==--