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 602DDA04DD; Sun, 19 Jan 2020 22:08:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B61CE1DBA; Sun, 19 Jan 2020 22:08:29 +0100 (CET) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 5A7C01BE0 for ; Sun, 19 Jan 2020 22:08:28 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id A0DBB212BF; Sun, 19 Jan 2020 16:08:27 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Sun, 19 Jan 2020 16:08:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=wM2787gYodolyp+XdFcJMjJarTyT20DKxrFz2zDrsBw=; b=S5Yj5CZvNnOD /EQQKYft88SaDBNvX7JY+CBMdQPlB98Y7HdmAGDLCE2N8DDtLVqGC0oeV08q10ff ljMBVIaVaPdvfWuE/A+cObUOUUdCU3e4gNNA+KZFO2iFzxjjwwj/jlzerTNDgGYs t18Pk/haYKWd7dDUBiImDhHTWmJSM8Y= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=wM2787gYodolyp+XdFcJMjJarTyT20DKxrFz2zDrs Bw=; b=CEyc4VvZ4G4vcovKX9zqC/75F10jarCa15p6oHCsZrVhz1xD0kRplN4xs gtA+43z1hJJN6e660kD+lfgLkfOalJL9ijY7eWMUXTnHkcp2OWTdRIzXpzPsxMNU 2S9WPdE3E6q7HV32yfxV+KQ4VgOLHsC24UQq9lY5bHc/WmOUOdI5mIgX+prDJFbT u+UL/ehimzs5//aci8Rf7676j86uspuvUKVwMap2KX4nRvoR4ZhJDE4v8cnFmi3Z WzUbBYO8TX/7QTG4fOXAPa1CV9x7lyxrly7o536l+En3OGHg7Iw6GE+3yIn9RF7z 2isGsSgfLJT69lyPz8U8USX7T/VDg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrudefgddugeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9EF0F80060; Sun, 19 Jan 2020 16:08:25 -0500 (EST) From: Thomas Monjalon To: Xiaoyu Min , Ferruh Yigit Cc: jerinjacobk@gmail.com, orika@mellanox.com, viacheslavo@mellanox.com, matan@mellanox.com, rasland@mellanox.com, dev@dpdk.org, bernard.iremonger@intel.com, xuemingl@mellanox.com Date: Sun, 19 Jan 2020 22:08:24 +0100 Message-ID: <3526654.07ICAnoMbH@xps> In-Reply-To: <7f8d57bb-7763-1505-9e59-ead854d783f8@intel.com> References: <7f8d57bb-7763-1505-9e59-ead854d783f8@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2 0/5] ethdev: add API to dump device internal flow info 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" 17/01/2020 20:26, Ferruh Yigit: > On 1/17/2020 11:55 AM, Xiaoyu Min wrote: > > Xiaoyu Min (2): > > ethdev: add API to dump device internal flow info > > net/mlx5: support flow dump API > > > > Xueming Li (3): > > app/testpmd: new flow dump CLI > > net/mlx5: add socket server for external tools > > doc: update mlx5 document for flow dump feature > > Series applied to dpdk-next-net/master, thanks. I think we are missing an update of the testpmd doc.