From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add note on primary process dependency Date: Wed, 26 Oct 2016 21:58:07 +0200 Message-ID: <4451115.gRqkuLJE6p@xps13> References: <1476371342-8946-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id B7B88BB60 for ; Wed, 26 Oct 2016 21:58:09 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id b80so245042497wme.1 for ; Wed, 26 Oct 2016 12:58:09 -0700 (PDT) In-Reply-To: <1476371342-8946-1-git-send-email-reshma.pattan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-10-13 16:09, Reshma Pattan: > The note i.e. "The dpdk-pdump tool can only be used in > conjunction with a primary process which has the packet > capture framework initialized already" is added to > doc/guides/sample_app_ug/pdump.rst to facilitate > easy understanding on the usage of the tool. > > Suggested-by: Jianfeng Tan > Signed-off-by: Reshma Pattan Applied, thanks