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 485B2A045E for ; Wed, 29 May 2019 22:38:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 212461B94F; Wed, 29 May 2019 22:38:56 +0200 (CEST) Received: from mail-ot1-f67.google.com (mail-ot1-f67.google.com [209.85.210.67]) by dpdk.org (Postfix) with ESMTP id A43E91B94D for ; Wed, 29 May 2019 22:38:54 +0200 (CEST) Received: by mail-ot1-f67.google.com with SMTP id r10so3443825otd.4 for ; Wed, 29 May 2019 13:38: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=0/GflVV17ltGQH9m3JqDXNKNLtQauceDuz8Wuoj6kRI=; b=btiQ5iO/mNuIzR9UnN/T2etZoCOzlqGhhUiJYfpdspGS0ClkOaKASfVpk40/kAWljO U2GUnyLG33L1QvfMIUoCqIlXcBL+XpTKdHlzys6gxFSScvwGkJdmKJMwzniWUuSHLGfy qgkOKkNSq5rUwEcVSAXl2FkxWEE46AGd660ms= 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=0/GflVV17ltGQH9m3JqDXNKNLtQauceDuz8Wuoj6kRI=; b=kvfXzfmpoF3ourArPaW26Lr1x0yCgaTjKBE0qBddTLmYfjQxz6IW+iOZgCOaCP0I/j P84vKGhx26xQJ7AMXd0rDcgie9PsLvSTZI7Zfh2Rf+dTT5evcHW1fj5asWj64wRcbiG5 hOh8Z6C5M9s4tqd7h9W9BSTotlAW3qwJQLNvyMpaH/EZowjPW0hCuLi/C3RfyGq7Q51O uBSHfKlZtIJS7LHoOefpdFC54WTY9oTarr/iNgHDNrNFphGB1ZM5JObGIiDjWFMIfj90 skri18zn37m0ZSYi4H9duG1Pobtv3AcXvXtamp+lmukDk+Lu7Z6HqxakULmMzl8avIKt zmZA== X-Gm-Message-State: APjAAAUGoFjPE+kVAWCk9h8ewj67tmNrxed0q3NiPDvzTU5L4fHYyfqQ Jy/XMsARNTop33PMJWaDb8vQ58+eU/z8UJrP2gtE8w== X-Google-Smtp-Source: APXvYqyTB5FPcSuEKaKcmEFFbkPIP9DBZoZBUWzocke4V3fjoYfjKgCiR3GnDkITO2ni917//SLW3Hl/thqIqsptb1I= X-Received: by 2002:a9d:6c82:: with SMTP id c2mr23397893otr.172.1559162334065; Wed, 29 May 2019 13:38:54 -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:38:42 -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" I see now that you had fixed them up... sorry for the noise. On Wed, May 29, 2019 at 4:35 PM Lance Richardson wrote: > > 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