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=-6.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH 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 C44FBC28CC0 for ; Wed, 29 May 2019 20:35:35 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 5613F2416B for ; Wed, 29 May 2019 20:35:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=broadcom.com header.i=@broadcom.com header.b="eU2cVq8o" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5613F2416B 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 836061B94B; Wed, 29 May 2019 22:35:34 +0200 (CEST) Received: from mail-oi1-f196.google.com (mail-oi1-f196.google.com [209.85.167.196]) by dpdk.org (Postfix) with ESMTP id 850381B94A for ; Wed, 29 May 2019 22:35:33 +0200 (CEST) Received: by mail-oi1-f196.google.com with SMTP id w144so3170110oie.12 for ; Wed, 29 May 2019 13:35:33 -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=zaklFG7Q8MQLrKItb7a0AsUVWXVnI833rTMldKiRamQ=; b=eU2cVq8oRMc49kMaE0ptSi5FwropeHyaJ9nXbo4SEDSVEzFzc90TPfgbRde7jKQ6NJ 92wWOSC8Fw9/3eUj57IYPo+kSHw7eOT93aH8ThJU0bywN7tbDvFATKUzChzV6mrvU/EV x+fKVbf9b3mVcpeGvu6KP2VfGop6b+tSvS1gw= 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=zaklFG7Q8MQLrKItb7a0AsUVWXVnI833rTMldKiRamQ=; b=KIx+q9LfGepxGXKUs0aS4Xh22geA0YXk/hclQP8lUfieqJq5eDAHxFoRI/xVY7Tzcj XR4NqVzAOMxYDnSdYcGaUQHpMFuuoOxZeW1fCL7ulX7kVtxPQ5lrx7ojokBMK1hBymLH Jrrsg/vbiye43tLNPDEJnggDloa4tiX1bcRMz4DS2btUmZVrk+EVpTpk/Lzmf0d2oi6u HV4vk+9ByoRPr6MP/2d4JvooO4FvqprRNSQHZBhEYnBB0RVL5kknRypZRQ2zOxFhAOXR UiMYqJc1T/btqv2odoDBEGQ7PQ/p7XMnMTZtOJUfoSkbLAlBgzBsxeVEYtwK6NfffgAB yvqg== X-Gm-Message-State: APjAAAV/C7LIvtELslHYXYzsIl7bvcCPZ2f0dFKZY5+Vjb4kRIEQnuZU +PCniJwmrgOc8PI9+j/P99Bag5UxnxzKwNpf4qvI6Q== X-Google-Smtp-Source: APXvYqw19ncwodVNgMzDeMMIc1Hla2oIQq1ZVGAIWZUUxy/iHubKEF0QpApwmCwods25d3Km60GLwwVHzXnEYiabLWs= X-Received: by 2002:aca:d548:: with SMTP id m69mr121774oig.19.1559162132854; Wed, 29 May 2019 13:35:32 -0700 (PDT) MIME-Version: 1.0 References: <20190521213953.25425-1-ajit.khaparde@broadcom.com> <20190529150234.15166-1-lance.richardson@broadcom.com> <20190529150234.15166-2-lance.richardson@broadcom.com> <84efa7c1-1fb0-f174-91fa-e04f0c63e598@redhat.com> In-Reply-To: From: Lance Richardson Date: Wed, 29 May 2019 16:35:22 -0400 Message-ID: To: Kevin Traynor Cc: dev@dpdk.org, Ajit Khaparde , Ferruh Yigit , Maxime Coquelin Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v4 1/8] net/bnxt: update release notes for bnxt 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" On Wed, May 29, 2019 at 4:28 PM Lance Richardson wrote: > > On Wed, May 29, 2019 at 2:16 PM Kevin Traynor wrote: > > > > On 29/05/2019 16:02, Lance Richardson wrote: > > > From: Ajit Khaparde > > > > > > Update release doc briefly describing updates to bnxt PMD, > > > including transmit optimization changes in the following > > > commits: > > > > > > commit 5c26b1706862 ("net/bnxt: support bulk free of Tx mbufs") > > > commit f8dea49ef89b ("net/bnxt: optimize Tx batching code") > > > > > > > The commit-id's are not correct, and it should be with Fixes tag > > > > Fixes: 5ef3592c97b9 ("net/bnxt: support bulk free of Tx mbufs") > > Fixes: 220de9869bc3 ("net/bnxt: optimize Tx batching") > > > > Hi Kevin, > > Oops, those IDs were from the dpdk-next-net repo. Will fix, and add > "Fixes" tag... > > Thanks, > > Lance I jumped the gun... what is wrong with the commit IDs? dpdk_upstream lance$ git remote show origin | grep URL Fetch URL: https://github.com/DPDK/dpdk.git Push URL: https://github.com/DPDK/dpdk.git dpdk_upstream lance$ git log --oneline -s --abbrev=12 | grep bnxt | head 5ef3592c97b9 net/bnxt: support bulk free of Tx mbufs 220de9869bc3 net/bnxt: optimize Tx batching Thanks, Lance