From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B8307A09D3; Thu, 12 Nov 2020 14:03:19 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6C7125928; Thu, 12 Nov 2020 14:03:17 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 44AAB56A3; Thu, 12 Nov 2020 14:03:14 +0100 (CET) IronPort-SDR: +CN47V7e6716gT0WpP/evQmOPCF8zGOtO8QeHyHjA4cy7XDbcNJxadfWfTFHcqm3NLnUOHya6C a+/UqRRF1oVw== X-IronPort-AV: E=McAfee;i="6000,8403,9802"; a="149576339" X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="149576339" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 05:03:12 -0800 IronPort-SDR: l2o3thfz6MuvMaMXjfJNgFDis8Aoi710k5Jr/9c68qNa30EhXSEiDMMvNz4zBM28uX5jh3ZNIV I7hpub04mwrA== X-IronPort-AV: E=Sophos;i="5.77,472,1596524400"; d="scan'208";a="542252208" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.194.206]) ([10.213.194.206]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2020 05:03:09 -0800 To: Guoyang Zhou , dev@dpdk.org Cc: bluca@debian.org, cloud.wangxiaoyun@huawei.com, luoxianjun@huawei.com, yin.yinshi@huawei.com, luojiachen@huawei.com, chenlizhong@huawei.com, zhaohui8@huawei.com, chenchanghu@huawei.com, stable@dpdk.org References: <8c79503838d1abb953ce209e5a619476f4c66c96.1605015133.git.zhouguoyang@huawei.com> From: Ferruh Yigit Message-ID: Date: Thu, 12 Nov 2020 13:03:06 +0000 MIME-Version: 1.0 In-Reply-To: <8c79503838d1abb953ce209e5a619476f4c66c96.1605015133.git.zhouguoyang@huawei.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v1 1/1] net/hinic/base: add message check for command channel 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 11/11/2020 6:33 AM, Guoyang Zhou wrote: > In the command channel, a message may has several fragments, > and the several fragments should have same message id. To > prevent problems, this check is added. > > Fixes: 1e4593db1d58 ("net/hinic/base: fix log info for PF command channel") > Cc: stable@dpdk.org > Signed-off-by: Guoyang Zhou Applied to dpdk-next-net/main, thanks.