From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by dpdk.org (Postfix) with ESMTP id E573C1B3C5 for ; Fri, 16 Feb 2018 09:11:15 +0100 (CET) Received: by mail-lf0-f45.google.com with SMTP id g72so2943135lfg.5 for ; Fri, 16 Feb 2018 00:11:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=n40A8tRA5DLI3FagLTafc1FncZ1zIViyD790KoX/SIw=; b=A/BNzHjvXCnT8H2IwWpmoB2q6U/bmtMxOpFpzLw818q7D6/LDpEd3Dwfwu772AWZJE wVg1J3WHEjMtYAdwH15CGo3p9xttLQI0pramtSSfYe56BSh95zZZzJtwhVoZRaVSLDGl WLb+OFkDQHGUD8n3FxBhDNwewFWecUP4X/iYCXKNRcVnriEU6nlVex76ipaSEYr3eNkr OBqrzaQHYG7sgfgXXs7IMNDesZm+9YhysNjD4vP0fP3BtPdkDxNwTpYBCBPBKt9bZWNs zf1gSQbS3kMK3qKXqriTbnigf/xnUrkAH/J2jWj5txLjcuGAIw+CGlfp2i0NrBXFFfdw as4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=n40A8tRA5DLI3FagLTafc1FncZ1zIViyD790KoX/SIw=; b=jjBL0hoQWsEvJLHvzC4wBO6IG0dRECVV08GN76mfUwJ+4g4uAN2eCVrmM2F3l8CucS Nw/x8CdwsrT0/10yfu1hBX9PckRPwNGzkOhLWb1ZZLZdPT6P7qSA95ZstaYA1XXegyoi 4DoJ1MT0QyN607YEugXwePY3fkfR53Cytt11xHqJNAOwSegGN6C5UQsHKBaOpX+/Czuq mmfxQJp+LCSe9qW05uuacaMWAiXWCShD6BLZ0fxd9TxGaznAUVWUMHb5zfxGJC1hRQtn 39R9/a+fe0+yV7gCVwqvdt6Z6Qcy3mFels0NG1EUGtub+HU/Y5T9vwkfPyq+n+0h+cR3 ubvw== X-Gm-Message-State: APf1xPBWTJTR24kF+BnSp+vWLHVziIIV/2lEqTqr2BDght9DuemvQZIB wNNmO4RjcEGksJdqHDr7B0wqb9rIyBc= X-Google-Smtp-Source: AH8x224UcUr/eL4i2SVeF+deFXhovmdKf8sd5fd+roev2A5Mck6hKe7s5bMO91CqEi3Ahu9CCxcsUA== X-Received: by 10.25.92.1 with SMTP id q1mr3842245lfb.126.1518768675330; Fri, 16 Feb 2018 00:11:15 -0800 (PST) Received: from localhost (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id e70sm3572939lfg.92.2018.02.16.00.11.14 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Feb 2018 00:11:14 -0800 (PST) Date: Fri, 16 Feb 2018 09:11:13 +0100 From: Tomasz Duszynski To: dev@dpdk.org Cc: wenzhuo.lu@intel.com, jingjing.wu@intel.com, jasvinder.singh@intel.com, Tomasz Duszynski Message-ID: <20180216081113.GA25327@sh> References: <1517477799-18946-1-git-send-email-tdu@semihalf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1517477799-18946-1-git-send-email-tdu@semihalf.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/2] add suspend/resume TM node commands to testpmd 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: , X-List-Received-Date: Fri, 16 Feb 2018 08:11:16 -0000 On Thu, Feb 01, 2018 at 10:36:37AM +0100, Tomasz Duszynski wrote: > Add new testpmd commands for invoking traffic manager suspend/resume API. > > Tomasz Duszynski (2): > app/testpmd: add command to suspend a TM node > app/testpmd: add command to resume a TM node > > app/test-pmd/cmdline.c | 8 ++ > app/test-pmd/cmdline_tm.c | 140 ++++++++++++++++++++++= ++++++ > app/test-pmd/cmdline_tm.h | 2 + > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 10 ++ > 4 files changed, 160 insertions(+) > > -- > 2.7.4 > Patchseries has been here for a while already but did not receive any attention. Should I perhaps respin it? -- - Tomasz Duszy=C5=84ski