From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 30994C36E for ; Fri, 10 Jul 2015 17:32:20 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 10 Jul 2015 08:32:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,447,1432623600"; d="scan'208";a="603771223" Received: from pgsmsx103.gar.corp.intel.com ([10.221.44.82]) by orsmga003.jf.intel.com with ESMTP; 10 Jul 2015 08:32:01 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX103.gar.corp.intel.com (10.221.44.82) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 10 Jul 2015 23:32:00 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.129]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.157]) with mapi id 14.03.0224.002; Fri, 10 Jul 2015 23:31:59 +0800 From: "Zhang, Helin" To: Miguel Bernal Marin Thread-Topic: [dpdk-dev] [PATCH v2 2/4] kni: fix header_ops to build with 4.1 Thread-Index: AQHQsF2ZbZlA7ZYXO0CF6neaQhr9rZ3U6jIw Date: Fri, 10 Jul 2015 15:31:58 +0000 Message-ID: References: <1435259380-26251-1-git-send-email-miguel.bernal.marin@linux.intel.com> <1435356878-10304-1-git-send-email-miguel.bernal.marin@linux.intel.com> <1435356878-10304-3-git-send-email-miguel.bernal.marin@linux.intel.com> In-Reply-To: <1435356878-10304-3-git-send-email-miguel.bernal.marin@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v2 2/4] kni: fix header_ops to build with 4.1 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: Fri, 10 Jul 2015 15:32:20 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Miguel Bernal Marin > Sent: Friday, June 26, 2015 3:15 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/4] kni: fix header_ops to build with 4.1 >=20 > rebuild member was removed from headers_ops in kernel release 4.1. Theref= ore > kni module compilation breaks. >=20 > This patch add the properly checks to fix it. >=20 > Fixes: d476059e77d1 ("net: Kill dev_rebuild_header") >=20 > Signed-off-by: Miguel Bernal Marin Acked-by: Helin Zhang