From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH] ip_pipeline: configuration file parser cleanup Date: Tue, 3 May 2016 10:43:18 +0100 Message-ID: <20160503094318.GB21300@bricha3-MOBL3> References: <1462190035-63125-1-git-send-email-jasvinder.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, cristian.dumitrescu@intel.com To: Jasvinder Singh Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 09C6B5908 for ; Tue, 3 May 2016 11:43:21 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1462190035-63125-1-git-send-email-jasvinder.singh@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" On Mon, May 02, 2016 at 12:53:55PM +0100, Jasvinder Singh wrote: > This patch updates the parsing routines of packet queues (pktq_in/out > fields in the PIPELINE section) and message queues (msgq_in/out fields > of in the MSGQ Section) specified in ip_pipeline configuration file. > > Signed-off-by: Jasvinder Singh > Acked-by: Cristian Dumitrescu Hi Jasvinder, can you provide more detail in the patch commit message, please? Why was this cleanup wanted/needed, and how was it done? The code diff is pretty large so a clear description of how the code works before and after this patch is needed to help someone scanning the patch understand what is happening there. Thanks, /Bruce