From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 1C5F2C49A for ; Thu, 16 Jun 2016 10:15:55 +0200 (CEST) Received: by mail-wm0-f44.google.com with SMTP id m124so57403545wme.1 for ; Thu, 16 Jun 2016 01:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=k28K8ou+g01vh1dFLEYuaZ/fZw4Qxs9yrwpxNbFUciM=; b=Qb6yUm+uVgAaa1lBnb9ufEDuK3Sh9pLzwwQjUaMLv1ZZfptQrrrCprjmkbu2ZXc0j1 gyxa2jA6zj3ATrEw4N09/9iTVk1uVEstDJiLYS4cfpEJTOso3SiVjlQawbDfVIi/vzQb vTLE7TKIFn11Z1AaaeRckasyNd1tGNhbDOivvYU2ELW5fbxvlHmmbGKoTJUARmHErmzu y2kZj+isvZ9TtQUNxaCBq52id0UCZxzuQBRFweNjNXw+6ASgca9zwxr38NYYeOVBeeM9 1yjB1yI2X0NI7juY6qYxF34uk+MQAZ+9F3EJdXGRt6ZNIBd4ofAxVjIYPKYVNJEbqRDO 0orA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=k28K8ou+g01vh1dFLEYuaZ/fZw4Qxs9yrwpxNbFUciM=; b=E0A28n60j1XPkYt4JTor1+wnVEt3IacWsEJSQBP9aM9Bli6+n/5AmA4yoN6eRpjORD jasLeN0Es7h59veTrvKADYE3YZOO+8QgVLax5TWmGTfys/G9I7o6hqde73aq2H6JvfMb 0bPoyulfrStfrpAgr20HRXmLNaGrlXlmYClsfeTve0cNWoWhJoMnG8dDCxVH6TnR8V61 fBsIpoKD9BSH4hn1DK2ftXK0Lsvhu8/iy4W4aQknTx1emy3U4T9/+Ukb7G8drBMGOeNC 9L3a3F3K9z4bhlGaNNttNy8cg6tOouDUSTYyDzJ/PGoaAVHPM4OFfeaPPZhYPHFDy36f M3gw== X-Gm-Message-State: ALyK8tKfgK4fze5gR/VEELDN5xU40CJtDXgnTL3DwgzW8x/CHNQZlSVwYyz7tQ1bovVag4iu X-Received: by 10.28.64.213 with SMTP id n204mr14249838wma.7.1466064954888; Thu, 16 Jun 2016 01:15:54 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id s125sm2632303wms.14.2016.06.16.01.15.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jun 2016 01:15:53 -0700 (PDT) From: Thomas Monjalon To: "Iremonger, Bernard" Cc: dev@dpdk.org, "De Lara Guarch, Pablo" Date: Thu, 16 Jun 2016 10:15:53 +0200 Message-ID: <2666275.vrBt2xGkqB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1465907296-27117-1-git-send-email-bernard.iremonger@intel.com> <1465918542-15512-1-git-send-email-bernard.iremonger@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/9] app/testpmd: forwarding X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2016 08:15:55 -0000 > > Bernard Iremonger (9): > > app/testpmd: add new function > > app/testpmd: do not update forwarding config > > app/testpmd: check port is not forwarding > > app/testpmd: separate fwd config setup from display > > app/testpmd: add another new function > > app/testpmd: move fwd streams initialisation > > app/testpmd: check for valid socket id when attaching port > > app/testpmd: check for valid mbuf pool > > app/testpmd: stop forwarding on exit > > Series-acked-by: Pablo de Lara > > Thanks for your work! Applied with a bit of squashing, thanks