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=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 DD722C433E6 for ; Thu, 4 Mar 2021 16:49:08 +0000 (UTC) Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by mail.kernel.org (Postfix) with ESMTP id 659EB64F43 for ; Thu, 4 Mar 2021 16:49:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 659EB64F43 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4FEA340684; Thu, 4 Mar 2021 17:49:07 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mails.dpdk.org (Postfix) with ESMTP id 2C39C40147 for ; Thu, 4 Mar 2021 17:49:05 +0100 (CET) IronPort-SDR: 14cIWoUvyDhOEAuNxgwmAKxbjindrMkRAPw0Cy009p7Qsp1uAFQuPSSM0vSiYImIQyVCiEqliF 3otUIidR2Tsw== X-IronPort-AV: E=McAfee;i="6000,8403,9913"; a="207167196" X-IronPort-AV: E=Sophos;i="5.81,222,1610438400"; d="scan'208";a="207167196" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2021 08:48:58 -0800 IronPort-SDR: G/J0hqbJ+Au5vorhBJuwuOz5tG8GUxCAtZVlS47lx3zmVzy5Af29nFlcTn6A71ay6OhS6axLjR 40FZni+0mdUw== X-IronPort-AV: E=Sophos;i="5.81,222,1610438400"; d="scan'208";a="400694780" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.20.240]) ([10.252.20.240]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Mar 2021 08:48:57 -0800 To: Jiawen Wu References: <20210304100700.17888-1-jiawenwu@trustnetic.com> Cc: dev@dpdk.org From: Ferruh Yigit X-User: ferruhy Message-ID: <31e1f888-db8e-12b4-c4f3-d31ceed1ac3c@intel.com> Date: Thu, 4 Mar 2021 16:48:53 +0000 MIME-Version: 1.0 In-Reply-To: <20210304100700.17888-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 0/4] bug fixes for txgbe X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 3/4/2021 10:06 AM, Jiawen Wu wrote: > This series fix some bugs and remove unused functions. > > Jiawen Wu (4): > net/txgbe: remove unused functions > net/txgbe: fix Rx missed packet counter > net/txgbe: update packet type > net/txgbe: fix the process of adding crypto SA > Hi Jiawen, Can you please add fixes line for all of them? So that LTS maintainers can figure out where to backport the ones that can be backported. Fixes line is commit that introduces the issue fixed by that commit. It has a defined syntax which can be get via a git alias: git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h (\"%s\")%nCc: %ae'" (as documented in "https://doc.dpdk.org/guides/contributing/patches.html#commit-messages-body")