From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0204.outbound.protection.outlook.com [207.46.163.204]) by dpdk.org (Postfix) with ESMTP id B438230D for ; Thu, 6 Mar 2014 15:52:04 +0100 (CET) Received: from BLUPR05MB200.namprd05.prod.outlook.com (10.255.191.14) by BLUPR05MB119.namprd05.prod.outlook.com (10.255.214.21) with Microsoft SMTP Server (TLS) id 15.0.893.10; Thu, 6 Mar 2014 14:53:25 +0000 Received: from BLUPR05MB200.namprd05.prod.outlook.com ([169.254.12.221]) by BLUPR05MB200.namprd05.prod.outlook.com ([169.254.12.218]) with mapi id 15.00.0888.003; Thu, 6 Mar 2014 14:53:25 +0000 From: Patrick McGleenon To: David Marchand Thread-Topic: [dpdk-dev] kni: error building with kernel < 3.3 and ether_addr_equal backport Thread-Index: Ac84dlOOoPvdUuXnTFGRi4FmcJP3/AAFcN6AAC/fCjA= Date: Thu, 6 Mar 2014 14:53:25 +0000 Message-ID: <544b6afd80af4debb9d71feb37e33ffd@BLUPR05MB200.namprd05.prod.outlook.com> References: <9cfac239bfe0489d901fe0158ff227ec@BLUPR05MB200.namprd05.prod.outlook.com> In-Reply-To: Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [62.7.173.4] x-forefront-prvs: 0142F22657 x-forefront-antispam-report: SFV:NSPM; SFS:(10019001)(6009001)(428001)(199002)(189002)(69226001)(4396001)(93516002)(86362001)(16236675002)(53806001)(81342001)(74706001)(63696002)(87266001)(33646001)(83322001)(19580395003)(47976001)(56776001)(94946001)(74876001)(56816005)(54356001)(19609705001)(49866001)(47736001)(94316002)(97336001)(87936001)(31966008)(95416001)(85306002)(83072002)(93136001)(76482001)(46102001)(74366001)(97186001)(74502001)(50986001)(74662001)(54316002)(51856001)(92566001)(47446002)(85852003)(90146001)(2656002)(59766001)(95666003)(77982001)(15975445006)(76786001)(558084003)(15202345003)(79102001)(74316001)(81816001)(81686001)(76576001)(19300405004)(66066001)(81542001)(77096001)(76796001)(80976001)(80022001)(65816001)(24736002); DIR:OUT; SFP:1102; SCL:1; SRVR:BLUPR05MB119; H:BLUPR05MB200.namprd05.prod.outlook.com; CLIP:62.7.173.4; FPR:CEEAE81F.BB80566B.E55A6F2A.6CC31636.20062; PTR:InfoNoRecords; A:1; MX:1; LANG:en; received-spf: None (: owmobility.com does not designate permitted sender hosts) MIME-Version: 1.0 X-OriginatorOrg: owmobility.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] kni: error building with kernel < 3.3 and ether_addr_equal backport 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, 06 Mar 2014 14:52:05 -0000 Hello David Good point - I only compiled it on RHEL 6.4. If you remove the typedefs i= t should compile on the later kernel thanks Patrick