From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B564856B7 for ; Mon, 22 Feb 2016 11:04:49 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga102.fm.intel.com with ESMTP; 22 Feb 2016 02:04:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,483,1449561600"; d="scan'208";a="52355844" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 22 Feb 2016 02:04:36 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx105.ger.corp.intel.com (163.33.3.28) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 22 Feb 2016 10:01:29 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by irsmsx155.ger.corp.intel.com ([169.254.14.217]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 10:01:29 +0000 From: "Mcnamara, John" To: "Pattan, Reshma" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 5/5] doc: update doc for tcpdump feature Thread-Index: AQHRZaXgBq5mHnkaFUWiBHIsyxZhn5835KCQ Date: Mon, 22 Feb 2016 10:01:29 +0000 Message-ID: References: <1455289045-25915-1-git-send-email-reshma.pattan@intel.com> <1455289045-25915-6-git-send-email-reshma.pattan@intel.com> In-Reply-To: <1455289045-25915-6-git-send-email-reshma.pattan@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjZlYmUxOTUtNDc1YS00NTE1LWJiYWEtMTJkZWU5MDdiYTI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImNGVm56UWNwK1FtMXF5aHhTdlFxWkszTmVvYVY4c0VkOFVRZ1NLc01iT289In0= x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 5/5] doc: update doc for tcpdump feature 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: Mon, 22 Feb 2016 10:04:50 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Reshma Pattan > Sent: Friday, February 12, 2016 2:57 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 5/5] doc: update doc for tcpdump feature >=20 > Added tcpdump design changes to proc_info section of sample application > user guide. > Added tcpdump design changes to env abstraction layer section of > programmers guide. > Updated Release notes. >=20 > Signed-off-by: Reshma Pattan Acked-by: John McNamara