From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 07B8B20763; Sun, 9 Jul 2017 16:40:11 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Sun, 09 Jul 2017 16:40:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=XgkW+ZoGp/n0Ngy DqANL5KhL/VtZFUy88WjUCAG/NKg=; b=R+0NW1+xS/5c1HUxhma2o/NE+FDOSKb cIE082F1cp4SV9uorpesfktItgPtFXSNOa2vjV286GJO0OtcN2/M6i5+WpH4An5f 2Dpe0mm76juHiqd9KX1EJWEMB2aOKrrsdvVB0zKXuVEkibUyPvl1AZAjW8PlUM35 xnjIysguuBTY= 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-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=XgkW+ZoGp/n0NgyDqANL5KhL/VtZFUy88WjUCAG/NKg=; b=LD855h5/ fgFRpAvUTBtPnrb6vNeSn/8GiPSq4ysYp+c1NKhn5tSqAZ4tm03oSUMJOh5dpc77 jsxpG0PbBaqOpraZCu5fSU/ttOC996l9+1c814mfwRGoNyuNyeR0NrOk1Q3uiImW Clz35c/qpPgl6sOcAtPRTdPPuqRlAKCgALldV0zzNUJd8gI/P+oZMngEyAFWixGX brndeADRQK2vvIUDbE3jvbR7r9WF5z53yn3Vbm9ZhbuxiIPUwvbFpIFF6z2Ber8p v/4/+Lay3NqLDZ+gX7O9YnEQnUn9EEnVnAqKwdOUBCRIBbSdP7+Gem1SF8qJL7ql wY5h2rm0CUrcuA== X-ME-Sender: X-Sasl-enc: cm6zQ1pgRzt+UWHCfafRcKztevvM+UPIf+RmcU7iOWlM 1499632810 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id B566C24786; Sun, 9 Jul 2017 16:40:10 -0400 (EDT) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org Date: Sun, 09 Jul 2017 22:40:09 +0200 Message-ID: <9107596.nIBRebUtor@xps> In-Reply-To: <1499091478-20984-1-git-send-email-reshma.pattan@intel.com> References: <1499091478-20984-1-git-send-email-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: update note on packet capture framework initialization 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: Sun, 09 Jul 2017 20:40:12 -0000 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