From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 015D24A63 for ; Thu, 3 Dec 2015 20:09:19 +0100 (CET) Received: by wmec201 with SMTP id c201so35758106wme.1 for ; Thu, 03 Dec 2015 11:09:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=hMXIroB/QVotDcsadsnYfqpsdCN+o9o07MT0PtDLBb4=; b=SiJ3+JTE2e0bvzff+MZz2q4dKKWspON6GYQKVS+1DQN9Q8B2zICTRti/v9b98V/eAg Et6TiZ3EE9MgMoYZkI9tdOIh274cAlaY9lPTy8KRSk7ZZ26Ve6V1Hb4b+/HA6IhmfR8r pS6h/OswmbCvxiO3Mq86KPTvPxYgrCDGrwSVFoUbjk3iUlEbJtSqHVYg+eCVWFhgbnJT MUavr18xQJbGYwvmxxy3te5Z9ZXH61NBCGu91LVHXsQa0J2QmnaiGUNr/LbDXtzKrqwW wrePI1gVOGZfj8QrgdNdJWgopivopNnSycJ/BLeq0MKFUmO0+HjYgVPx8NIK7SGrUayA RVDQ== 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=hMXIroB/QVotDcsadsnYfqpsdCN+o9o07MT0PtDLBb4=; b=WGQzpsHqehIz8lN5VLPjFrcQtpOQZrduqdXN+phscIxV2USDhA0ql456Jo29SUK+l2 EGwTSHg4/ItgsLtMe6TFi3EpZPJsPKZzMAKh47bdC3Tsr5j3pfkuzd7IbknjCI5TIUm1 lHgiuJslVHJTo0O/ZTeER6BVTFxxbGqBuvtKe7oDPPsIRltHp70HCoUaooVK8p9h44jh wNjVwaJfB0JEcceKGOBF8/cjDg5ADmTSjNLSoU8JvIlR2n5nXqTssfE2qWoPJegOV4pm DI6+2FnUxZ2zUfJJxD/HcdtYEMZ3HKGhA1mlbUUoB/m9904k5oEVpbS1rfDr/qU4fmyn u4jg== X-Gm-Message-State: ALoCoQnXpeRAMs9q91WZieCj02HvG7B5fj7vtJweiHcXjXUYj1mbCjLOij9dldEbEN/7soyr2jwzKe0llYY319vggMF78qd2vQ== X-Received: by 10.28.176.200 with SMTP id z191mr315906wme.102.1449169759788; Thu, 03 Dec 2015 11:09:19 -0800 (PST) Received: from xps13.localnet (110.204.154.77.rev.sfr.net. [77.154.204.110]) by smtp.gmail.com with ESMTPSA id pn6sm8835057wjb.15.2015.12.03.11.09.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Dec 2015 11:09:18 -0800 (PST) From: Thomas Monjalon To: "Roberts, Lee A." Date: Thu, 03 Dec 2015 20:06:13 +0100 Message-ID: <2123181.tYsOIDyhzW@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] dpdk 2.1 building failure on rhel 7.2 rc1 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, 03 Dec 2015 19:09:20 -0000 2015-12-03 18:31, Roberts, Lee A.: > When compiling DPDK 2.1.0 on RHEL 7.2, errors are encountered in ../librte_eal/linuxapp/kni/ethtool/igb/igb_main.c. > The following changes can be applied relative to dpdk-2.2.0-rc2 to resolve these issues. Thanks Please check how to submit a proper patch for inclusion: http://dpdk.org/dev#send