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 78779A09E0; Fri, 13 Nov 2020 14:23:35 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 455034CA6; Fri, 13 Nov 2020 14:23:33 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id 33B994C96 for ; Fri, 13 Nov 2020 14:23:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1605273809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=uGmunkxwMjQrP13Rg0CcL7BScUXUi2ORxq+YWMbmTUs=; b=U+lNQaeEqguwX0scseuvcZiEPE1nTrqDzsZeLweMXthqV+ndTVdwS01VZTtrH2d5imipl/ bc37ZzIyKySwnc0tujEZ0EX/j0YMIM0XPm8DeRsbt5DXfTP/vUrQgvujYc/DNz569VY/Kd WUxd44pWOOUxKzvj1Q4++UdOoumIaDg= Received: from mail-vk1-f197.google.com (mail-vk1-f197.google.com [209.85.221.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-475-vpIkWpQXNHOcmZU5PfpmJg-1; Fri, 13 Nov 2020 08:23:27 -0500 X-MC-Unique: vpIkWpQXNHOcmZU5PfpmJg-1 Received: by mail-vk1-f197.google.com with SMTP id e6so2628136vkb.11 for ; Fri, 13 Nov 2020 05:23:27 -0800 (PST) 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=uGmunkxwMjQrP13Rg0CcL7BScUXUi2ORxq+YWMbmTUs=; b=r7n3XnUlZJYzcUj+4x+ryHnguyqKKA/iL9ZBhjC2P7vHGMGZWRrX3wqXWoEVipG3w4 XEZYnxOig44SQ/+qYv+dbHd7LNZII7sd8EFw1ZUh/LdfEmakSihiFbJHO0XVYkXvMTRs M0NND6x2GQuCyfI56RWdZuJpOr8DbcBKym/0lUK5lcSVEax0Tzs0Xth11v1zNAzG5E29 64mYjEa8oSvKyhw00IEAuP3VMiEM7k1nKZPWOTxds/GCMLzfwW1Z90GfjUxgwE9BbKI+ oEkqjqT8oNv3u9Ay7tV1rmj6pUcfJkhlvMSISt9IBwPNEJFd7K6JFbQr7sh70jyH51ja +Okw== X-Gm-Message-State: AOAM532ci7knOVo0EkxusKHdFQlqSel7JydiSgxTa3x+C43p6W3bQXsu bP91BTmQhMCtvi5ia4VRtv/ABoMUJCoNtU8REv/8nRUZUuVTPcFgIupNzVIY7P9oHqBKr9oJEWs jgr4ujdH7SlElMH+B2B4= X-Received: by 2002:a1f:ab44:: with SMTP id u65mr896506vke.18.1605273807353; Fri, 13 Nov 2020 05:23:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJz4mffvhuZxHjQY5/eXYfTKxX+GnriVR7Dsb+e8UUU5ox4LW/QkjChWn/tU5LgCS4k97zO1NwheG6hIVqeFPpA= X-Received: by 2002:a1f:ab44:: with SMTP id u65mr896496vke.18.1605273807162; Fri, 13 Nov 2020 05:23:27 -0800 (PST) MIME-Version: 1.0 References: <20201102114303.5639-1-ibtisam.tariq@emumba.com> In-Reply-To: From: David Marchand Date: Fri, 13 Nov 2020 14:23:16 +0100 Message-ID: To: Ibtisam Tariq Cc: Cristian Dumitrescu , "Singh, Jasvinder" , dev Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH] example/qos_sched: fix option -i in usage 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" On Thu, Nov 5, 2020 at 9:57 AM David Marchand wrote: > > On Mon, Nov 2, 2020 at 12:59 PM Ibtisam Tariq wrote: > > > > The short option written for interactive mode is --i in usage of > > this qos_sched example. Actually, it is -i. > > > > Fixes: cfd5c971e5e ("examples/qos_sched: add stats") Cc: stable@dpdk.org > > > > Signed-off-by: Ibtisam Tariq > Reviewed-by: David Marchand Applied, thanks. -- David Marchand