From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 64FE2A00E6 for ; Fri, 14 Jun 2019 05:42:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F1ACD1D4A1; Fri, 14 Jun 2019 05:42:55 +0200 (CEST) Received: from mail-ot1-f68.google.com (mail-ot1-f68.google.com [209.85.210.68]) by dpdk.org (Postfix) with ESMTP id 7A63E1D49C for ; Fri, 14 Jun 2019 05:42:54 +0200 (CEST) Received: by mail-ot1-f68.google.com with SMTP id p4so1372699oti.0 for ; Thu, 13 Jun 2019 20:42:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=q8FARS5mT+P8RN1orf5/tB/8rvHJMTnwJCahoVkdqyQ=; b=K0Zcj2EsGMosui/VZkT557cRuOTe0TwWxd3dOXblJR62v9VKkRFCrkLBitsb1AIHI+ SV5NaTjAGa20ydYAgiaAmT9UpjmAgdD0v+vTAm0ZWLjkwr6/StGFaV0uB0ItqsbpBpKc Ab1mbw5kVimXXJbj4bZjrcpRohJyq732TQSq0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=q8FARS5mT+P8RN1orf5/tB/8rvHJMTnwJCahoVkdqyQ=; b=P2uAPmCGSmfL/e2/ths+ifi77QycyjWF753yFtay3z9kQrjnpvGTiu6Ac6RDLuo+9J Fjksg5C1ELOmw/L+KKJJJW0AB8s0PK6BUChOVPpVv3kqConL9r2LiDa+rJre//n6Rucr DfZmlPdtq3cLq8c07C0a+4Z76XV84SBqZ8YG0hWSdHGgbfWVrdmagPEsoeb1MhvEPJLM IauMdL/3Q+YaxP88I5DDKdzrUobstY09l9QSOSZyz4EVp9SiVv5yuYIrnOfZePwqzt+H rhzzFwobiwY/rIfvqmiVx5/SLwDhCpNgpIXzgiHttatoqz2lONgrIQzje8mBEwkdGP/a KRhA== X-Gm-Message-State: APjAAAWhZQhc7NtVctkO00gwLMv/eV5S9wc6W7dyolIPF4/xEuqMGoEh XhMI2ZUA8QaI/Al5Dynapbs36RLMHKjgrIsTqCyVsA== X-Google-Smtp-Source: APXvYqycvhmTQkqDPQwGee7QDraSJKONGVfmP1OnMkpS0G0ytqHr0L/tOTQqhBhwMFDfX0FIn/94+J0Jfd+iT2RzTpk= X-Received: by 2002:a05:6830:128e:: with SMTP id z14mr16921797otp.172.1560483773865; Thu, 13 Jun 2019 20:42:53 -0700 (PDT) MIME-Version: 1.0 References: <20190602174247.32368-1-lance.richardson@broadcom.com> <20190602174247.32368-10-lance.richardson@broadcom.com> <2880585.8E5HTlN6fd@xps> In-Reply-To: From: Lance Richardson Date: Thu, 13 Jun 2019 20:42:42 -0700 Message-ID: To: Ajit Khaparde Cc: Thomas Monjalon , Kalesh AP , dev@dpdk.org, Ferruh Yigit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] compilation failing - net/bnxt: add support for thor controller X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" OK, thanks. On Thu, Jun 13, 2019 at 8:34 PM Ajit Khaparde wrote: > > On Fri, Jun 14, 2019 at 7:47 AM Thomas Monjalon wrote: >> >> Hi, >> >> The line below makes compilation failing on master branch with some compilers. >> >> 03/06/2019 02:42, Lance Richardson: >> > +#define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) >> >> It has been merged in master branch yesterday: >> http://git.dpdk.org/dpdk/commit/?id=f8168ca0e690 >> The build report is: >> http://mails.dpdk.org/archives/test-report/2019-June/085603.html >> >> Please fix it quickly so we can merge more patches >> and run the tests successfully. >> I would like to avoid reverting this patch for CI purpose. > > I will send a patch to address it. > > Thanks > Ajit > >> >> >> Thanks >> >>