From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B313CC04AB6 for ; Tue, 28 May 2019 15:07:13 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 6C7082133F for ; Tue, 28 May 2019 15:07:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="J9piX+Y8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C7082133F Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=broadcom.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C62E2C55; Tue, 28 May 2019 17:07:12 +0200 (CEST) Received: from mail-ot1-f65.google.com (mail-ot1-f65.google.com [209.85.210.65]) by dpdk.org (Postfix) with ESMTP id C841B137D for ; Tue, 28 May 2019 17:07:10 +0200 (CEST) Received: by mail-ot1-f65.google.com with SMTP id u11so18056859otq.7 for ; Tue, 28 May 2019 08:07:10 -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=BXuPVpM0dc5AFRt+lTl12qtGVVkW/BrZnSMs1+Da1TU=; b=J9piX+Y8MOIVuT5vtG4PxZ2gI5ZLLZP17NbLgALLZ0gDwG+ejw7hSyqUP6LEjKco+D mbJin6K9ei36E9YCDFwx09ErAlztPQNJvqBqO7OhHYHQZO2VdjXWvKllKq0fKuZqvg+Z kAAZItDZBuB4kKn1FynUSURrpYL4tIx2yjeWw= 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=BXuPVpM0dc5AFRt+lTl12qtGVVkW/BrZnSMs1+Da1TU=; b=oo/IO7I7f6UYO056nAeRF2AkExyzpHuvCG7A1OC3sLTxoZFxbROhd/tgV0jlvR9jHn 3cfeGYEcVpflq3h2quBup1fuUCcSDslSXudOLx1Gqq5i8fhpafunLrq3OxNv2jgY2Ufw 6fBt99LBM5FdeAXYO727iRPGuUW7XAabTstoIpjfMKkRW7k3lSyeXMWixN+k01shhLvV KipDCLqsE0DVoG3NbwBvh7VYYVdpqJ3dxXJl8fxL3pCE5fY6r/UPTytKfpfbz3awcRBb oNg9W1WWMaX0oThTv8t/81IP1A8i0LWXwxOlw9OKQ+o0pFN0z6MoM2k7EalPU+DORLZH DPow== X-Gm-Message-State: APjAAAXdfOuNt6FPE7NpxI6jxKitCis70hhGPrv/buxEc6N+d80RmqYr iUvPICg1+Yt4+FD2a8ysJQqnfXWUsFqDmg3U3AVpDA== X-Google-Smtp-Source: APXvYqwWamzL24n77yWsM2ju+BFBOGKaK01IGG+O0OWwssFcInYTtrU/TrHsGW/CGLkeVGiSEWGGCc+lsI5wIlC5R8o= X-Received: by 2002:a9d:7c95:: with SMTP id q21mr55395580otn.44.1559056030178; Tue, 28 May 2019 08:07:10 -0700 (PDT) MIME-Version: 1.0 References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190524144935.18765-1-lance.richardson@broadcom.com> <20190524144935.18765-10-lance.richardson@broadcom.com> <559b6527-34d4-1731-d2b8-7025854390a6@intel.com> In-Reply-To: <559b6527-34d4-1731-d2b8-7025854390a6@intel.com> From: Lance Richardson Date: Tue, 28 May 2019 11:06:58 -0400 Message-ID: To: Ferruh Yigit Cc: dev@dpdk.org, Ajit Khaparde , Maxime Coquelin Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2 09/10] net/bnxt: HWRM version update 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" WIll do. Thanks, Lance On Tue, May 28, 2019 at 5:12 AM Ferruh Yigit wrote: > > On 5/24/2019 3:49 PM, Lance Richardson wrote: > > From: Ajit Khaparde > > > > Update HWRM API to version 1.10.0.74 > > There are three commits related: > "update HWRM API" (to version 1.10.0.19) > "update HWRM version" (to 1.10.0.48) > "HWRM version update" (to version 1.10.0.74) > > Is "HWRM API" & "HWRM version" different things? > I assume they are not different and these commits are updating "HWRM API > version" gradually, if so can you please use a consistent commit title? > > Thanks, > ferruh > > > > > Signed-off-by: Ajit Khaparde > > Reviewed-by: Lance Richardson > > <...> > > >