From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wes1-so1.wedos.net (wes1-so1.wedos.net [46.28.106.15]) by dpdk.org (Postfix) with ESMTP id 74F87C3EE for ; Thu, 28 Jan 2016 11:15:14 +0100 (CET) Received: from [127.0.0.1] (ipb21b4a34.dynamic.kabel-deutschland.de [178.27.74.52]) by wes1-so1.wedos.net (Postfix) with ESMTPSA id 3prd331mCmz5qf; Thu, 28 Jan 2016 11:15:11 +0100 (CET) MIME-Version: 1.0 X-Mailer: BlackBerry Email (10.3.2.2639) Message-ID: <20160128101510.4644944.69789.2727@rehivetech.com> Date: Thu, 28 Jan 2016 11:15:10 +0100 From: Jan Viktorin In-Reply-To: <1734723526.1.1453926455996.JavaMail.jenkins@ant-2.fit.vutbr.cz> References: <1734723526.1.1453926455996.JavaMail.jenkins@ant-2.fit.vutbr.cz> To: dev Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] Fw: dpdk-armv7 - Build # 264 - Failure! 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, 28 Jan 2016 10:15:14 -0000 Hello, It seems the build is broken for armv7 in the master branch. I am so= rry I am away of my office and cannot do any deeper analysis at the moment.= =E2=80=8E Jan=C2=A0Viktorin RehiveTech Sent=C2=A0from=C2=A0a=C2=A0mobile=C2=A0device =C2=A0 P=C5=AFvodn=C3=AD zpr=C3=A1va =C2=A0 =E2=80=8E dpdk-armv7 - Build # 264 - Failure See the attached log file. >From xutaosun@shecgisg004.sh.intel.com Thu Jan 28 11:26:25 2016 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 8B2B2C3C4 for ; Thu, 28 Jan 2016 11:26:25 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 28 Jan 2016 02:26:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,358,1449561600"; d="scan'208";a="902875480" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by fmsmga002.fm.intel.com with ESMTP; 28 Jan 2016 02:26:22 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id u0SAQLNB011586; Thu, 28 Jan 2016 18:26:21 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id u0SAQIK5027842; Thu, 28 Jan 2016 18:26:20 +0800 Received: (from xutaosun@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id u0SAQIde027838; Thu, 28 Jan 2016 18:26:18 +0800 From: Xutao Sun To: dev@dpdk.org Date: Thu, 28 Jan 2016 18:26:14 +0800 Message-Id: <1453976778-27807-1-git-send-email-xutao.sun@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1453966217-10510-1-git-send-email-xutao.sun@intel.com> References: <1453966217-10510-1-git-send-email-xutao.sun@intel.com> Subject: [dpdk-dev] [PATCH v3 0/4] Add tunnel filter support for IP in GRE on i40e 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, 28 Jan 2016 10:26:26 -0000 This patch set adds tunnel filter support for IP in GRE on i40e. v2 changes: Fix the byte order problem. v3 changes: Remove the deprecation notice and update the release notes. Xutao Sun (4): lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure lib/ether: add IP in GRE type driver/i40e: implement tunnel filter for IP in GRE app/test-pmd: test tunnel filter for IP in GRE app/test-pmd/cmdline.c | 42 ++++++++++++++++++++++------------ doc/guides/rel_notes/deprecation.rst | 5 ---- doc/guides/rel_notes/release_2_3.rst | 2 ++ drivers/net/i40e/i40e_ethdev.c | 44 ++++++++++++++++++++++++------------ lib/librte_ether/rte_eth_ctrl.h | 5 ++-- 5 files changed, 63 insertions(+), 35 deletions(-) -- 1.9.3