From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: update note on packet capture framework initialization Date: Sun, 09 Jul 2017 22:40:09 +0200 Message-ID: <9107596.nIBRebUtor@xps> References: <1499091478-20984-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 out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id AFD27235 for ; Sun, 9 Jul 2017 22:40:11 +0200 (CEST) In-Reply-To: <1499091478-20984-1-git-send-email-reshma.pattan@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 03/07/2017 16:17, Reshma Pattan: > Updated note to make users aware that the packet capture framework > is initialized by default only in testpmd. Other primary applications > need to explicitly modify the code to do this initialization. > > Signed-off-by: Reshma Pattan Applied, thanks