From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <rkerur@gmail.com> Received: from mail-oi0-f49.google.com (mail-oi0-f49.google.com [209.85.218.49]) by dpdk.org (Postfix) with ESMTP id 1EA4CC9AC for <dev@dpdk.org>; Wed, 29 Apr 2015 19:47:05 +0200 (CEST) Received: by oift201 with SMTP id t201so28006650oif.3 for <dev@dpdk.org>; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=dEw3EyZE91hFKkDo+F/FSgO0xEfTTQEsxRWnwcY/uSM=; b=KeVyzhjepgxi/hhoe4P6SoXZxQ2x8rYiA34Kokeh5oE8NNgH/0nToqCMJY9r9F0qaS y+CVIJdvuOhuVNn0DKyMBCUEWTToCE5ZP+u2vAx54Ubzc/Fcoj6hpYqXZosK0eOiBPJS 1aUhe3aAdQOnXAs+zMDTp3A+s9FODi/TKMFxfjdAXh+j9euM9gzkStg+jY4MyrBypAve 3AULT4UK6E+9ENkg4OqaasGDeppSUEzXRFOnjjH3jkbPCDMid68G2jz0CdqIl5+QuECQ IRu2iqZMRZHlLKVXkKUqEuCvVeQ9wyIX/FETX7goNG1FZr++DMcVlTwAajS0FUo+enGU s2Mw== MIME-Version: 1.0 X-Received: by 10.182.24.5 with SMTP id q5mr222839obf.8.1430329624493; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) Received: by 10.202.179.195 with HTTP; Wed, 29 Apr 2015 10:47:04 -0700 (PDT) In-Reply-To: <20150429100401.GA32154@hmsreliant.think-freely.org> References: <20150424195153.GF32445@hmsreliant.think-freely.org> <CAFb4SLD8nxfCtdQpKkzpA2Ljh2kn2X_g1qarq-9nPbESSKG_NA@mail.gmail.com> <CAFb4SLAbjNm01GKJf9-praT5Z4xGA8ncM78TvuPbYpKPLi7Q9A@mail.gmail.com> <20150425123241.GB26734@neilslaptop.think-freely.org> <20150425130214.GA28043@neilslaptop.think-freely.org> <CAFb4SLDv34X6EBj7=ssn4C0PJfmG2_0d0fkPpohyyB3cAFvOPg@mail.gmail.com> <20150427134435.GD17179@hmsreliant.think-freely.org> <CAFb4SLAVdYMGsxTZSUxqN2coikFDRS_aCSStR0mNUAMK41eWsA@mail.gmail.com> <20150428193516.GB26098@hmsreliant.think-freely.org> <CAFb4SLA0F9B9ZNh_tGZj1_Zk1DAGKjvB-icmDJqdWJ4Ph-buww@mail.gmail.com> <20150429100401.GA32154@hmsreliant.think-freely.org> Date: Wed, 29 Apr 2015 10:47:04 -0700 Message-ID: <CAFb4SLCD4eRMOM75JxBUjkdMBagtTGbFLAHghePzjj27ypNAjA@mail.gmail.com> From: Ravi Kerur <rkerur@gmail.com> To: Neil Horman <nhorman@tuxdriver.com> Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" <dev@dpdk.org> Subject: Re: [dpdk-dev] [PATCH v7 1/6] Move common functions in eal_thread.c X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=subscribe> X-List-Received-Date: Wed, 29 Apr 2015 17:47:05 -0000 > > I tried to run validate-abi.sh on BSD but ran into errors. If there is a > > way to check against BSD please let me know. > > > The ABI checker should work on BSD as far as I know, since it only relies > on > dwarf information in the output binary. What errors are you seeing? > dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # sh ./scripts/validate-abi.sh v2.0.0-rc3 v2.0.0-abi x86_64-native-bsdapp-clang mktemp: illegal option -- p usage: mktemp [-d] [-q] [-t prefix] [-u] template ... mktemp [-d] [-q] [-u] -t prefix Cant find abi-compliance-checker utility abi-compliance-checker is installed as shown below. dpdk-bsd:/home/rkerur/dpdk-validate-abi-1/dpdk # pkg install devel/abi-compliance-checker Updating FreeBSD repository catalogue... FreeBSD repository is up-to-date. All repositories are up-to-date. Checking integrity... done (0 conflicting) The most recent version of packages are already installed > > Neil > >