From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id ED2C2E72 for ; Tue, 7 Jul 2015 10:29:04 +0200 (CEST) Received: by wgbgr6 with SMTP id gr6so6974607wgb.3 for ; Tue, 07 Jul 2015 01:29:04 -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=Uk/P4FPPsrDzgyBbvTwrlVc9mWmcjm+gbDvtovEK970=; b=ZpM2Jsuc0+SC1NcL3L7RZf7Nwh4Jxrhnm5f6ivB0cT7E18Q2gMis2P8Hu52XaqPQWH 4JrUSRkZ5YFYP1sUi4RaHurXJkF6St+0vwUP+h3ULVWXwwlJnOfkCKTRmA7Cu5TOjrRw JimBqcEnyTpwbCb3cstUf97G6CB1QMLI+z5dKKDqkmWK1VeNK5SJCwG0uPxz7imwru24 iPN4XbhkdgLI8+BxAGZ2lBZLODR9Gk/5IuXuRDOtpsOwC3OEJilQoT6+haMEJiukrPC9 ato/Ntxc9+wtL2A4U11uEry9tEQE7/ca106gZI4eiblbS9CnXu/raIyjy3neoiE9apzu 5L2Q== X-Gm-Message-State: ALoCoQn2wh0zA+3t9hR0fF5ZwFRsi9dsHixoOyYLVGaFy2GD/9WN1YhwswPZhXrVz7No8TRHMl0Y X-Received: by 10.194.93.3 with SMTP id cq3mr6052634wjb.20.1436257744732; Tue, 07 Jul 2015 01:29:04 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id u6sm32148569wja.40.2015.07.07.01.29.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Jul 2015 01:29:03 -0700 (PDT) From: Thomas Monjalon To: Maciej Gajdzica Date: Tue, 07 Jul 2015 10:27:55 +0200 Message-ID: <95755673.A8d1Dkkkpx@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1436256575-15107-1-git-send-email-maciejx.t.gajdzica@intel.com> References: <1436256575-15107-1-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 v6 00/11] ip_pipeline: ip_pipeline application enhancements 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: Tue, 07 Jul 2015 08:29:05 -0000 2015-07-07 10:09, Maciej Gajdzica: > Changes in v4: > - fixed build issue with gcc 5 > - fixed bugs in flow classification and firewall pipelines > > Changes in v5: > - fixed build issue with clang 3.6 > > Changes in v6: > - fixed build issues with icc 15 > - fixed build issues with gcc 32bit Please, from now, avoid sending patches without having checked build with GCC 5 32/64-bit, clang and ICC if possible. Thanks