From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 83DD92B84 for ; Tue, 4 Jul 2017 10:20:33 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Jul 2017 01:20:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,307,1496127600"; d="scan'208";a="104254486" Received: from dhunt5-mobl.ger.corp.intel.com (HELO [10.237.221.55]) ([10.237.221.55]) by orsmga004.jf.intel.com with ESMTP; 04 Jul 2017 01:20:31 -0700 To: Jerin Jacob References: <1498751388-41571-2-git-send-email-david.hunt@intel.com> <1498830673-56759-1-git-send-email-david.hunt@intel.com> <1498830673-56759-3-git-send-email-david.hunt@intel.com> <20170703053659.GB6275@jerin> <1ba9f3b0-f5b7-adb0-d1bf-266330426df6@intel.com> <20170703093202.GA28061@jerin> Cc: dev@dpdk.org, harry.van.haaren@intel.com From: "Hunt, David" Message-ID: <3d06d8ff-8309-b089-aefc-71c0936a35bb@intel.com> Date: Tue, 4 Jul 2017 09:20:27 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170703093202.GA28061@jerin> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v5 2/3] doc: add sw eventdev pipeline to sample app ug 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: Tue, 04 Jul 2017 08:20:34 -0000 On 3/7/2017 10:32 AM, Jerin Jacob wrote: > -----Original Message----- >> --snip-- >>>> @@ -69,6 +69,7 @@ Sample Applications User Guides >>>> netmap_compatibility >>>> ip_pipeline >>>> test_pipeline >>>> + eventdev_pipeline_sw >>> eventdev_pipeline_sw_pmd >> There's no need to change this, it would break 'make doc' >> The filename of the .rst is >> "./doc/guides/sample_app_ug/eventdev_pipeline_sw.rst" >> The app called eventdev_pipeline_sw. > OK Jerin, I've now changed the app name to eventdev_pipeline_sw_pmd, including directory name, rst name, etc. So now it's all consistent. Rgds, Dave.