From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id DF4BC12A8 for ; Thu, 2 Jul 2015 12:15:51 +0200 (CEST) Received: by wgck11 with SMTP id k11so59020600wgc.0 for ; Thu, 02 Jul 2015 03:15:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=hYjUPIhsO2Iy+8SvOeGUbsE/DF7vFSky7Nuhn1fm5rc=; b=EtHWiYPDvqg9cfL6njulzzgvT9itOIbA6ED4xiAssZgkt3moByn87q4eKWrCw43koK YUx9EwWUVyD/bWBNYgTa1URsGQFF/+jU61P0krmSbJjDWzsLuS0c8kB7iYAUI3VcdNik fxWmEjblnzdxWhMZWmmZ5+tjp62h9fNyoY9RKkVfSJ2bx2VHHgOleJddFEBOXRI+sWFo eVbrVL/n84vJPBHUFlO79flrDCTYi8Hv8HxTh5HlglS4YU/jYdV1p28DenlcAaOkWjKv gJb/C/uHGkwAK9Ratc4Q6qQVgET9XCjqQyYA7MyO8T5EO0IPoUxKMBPuOgWoTbbeQ5BW kTfA== X-Gm-Message-State: ALoCoQm43W1CLwDxtvoYIsgiTqdKcFE9ykbRaW1ecoVr9HOw0q+ZPGjmrIEXLEghRs+Nm+/Z7gyR X-Received: by 10.194.109.167 with SMTP id ht7mr55025659wjb.60.1435832151724; Thu, 02 Jul 2015 03:15:51 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id lk5sm7789041wic.24.2015.07.02.03.15.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 03:15:51 -0700 (PDT) From: Thomas Monjalon To: Maciej Gajdzica , Jasvinder Singh Date: Thu, 02 Jul 2015 12:14:43 +0200 Message-ID: <1479145.ghucTpzEe9@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435588741-11515-3-git-send-email-maciejx.t.gajdzica@intel.com> References: <1435588741-11515-1-git-send-email-maciejx.t.gajdzica@intel.com> <1435588741-11515-3-git-send-email-maciejx.t.gajdzica@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v3 02/11] ip_pipeline: added config checks 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: Thu, 02 Jul 2015 10:15:52 -0000 2015-06-29 16:38, Maciej Gajdzica: > From: Jasvinder Singh > > After loading configuration from a file, data integrity is checked. > > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/Makefile | 1 + > examples/ip_pipeline/config_check.c | 396 +++++++++++++++++++++++++++++++++++ > examples/ip_pipeline/main.c | 2 + > 3 files changed, 399 insertions(+) This patch cannot compile.