From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id C1718A0032; Mon, 13 Dec 2021 08:36:28 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 49C5940140; Mon, 13 Dec 2021 08:36:28 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by mails.dpdk.org (Postfix) with ESMTP id B097D40042 for ; Mon, 13 Dec 2021 08:36:26 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639380986; x=1670916986; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=7EsYjCOgtz+PTJf4pWCmoClnvHwjjEhWQovJmdX0IVk=; b=ZebRPLjVfkIvB8joNCDe6XKRPNLXxCu2jjyfSUspExjMKQ6x4EBZPhiN IhgdqRyzjveADaY6pt/SMYlaRxNIyWzKHSb8/KjPfhw8GfrPNhS7LYi0o VyGrKH8F8sU5WGuUYNDm6oj8ugSjVnsUzilnTJhEnU0v4lsuf9en2jkGb lqyYLzRXgYDhwJ1D6ojsOmhiPQOgNy5fxzgbV04/XUbQoAumT0gk6PjTi tq+0d6Rl1T0UumXMzMYDQx6L83wp8xUSgDv07fJs2EhgylH94Hs9Frzj5 SBRklhV63ecw/qGsI1FaDmgsxS0b9MSOIJiYyeBYtejBRIrlvB8JcqtzF g==; X-IronPort-AV: E=McAfee;i="6200,9189,10196"; a="237415077" X-IronPort-AV: E=Sophos;i="5.88,201,1635231600"; d="scan'208";a="237415077" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2021 23:36:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,201,1635231600"; d="scan'208";a="752094955" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by fmsmga006.fm.intel.com with ESMTP; 12 Dec 2021 23:36:25 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Sun, 12 Dec 2021 23:36:25 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Mon, 13 Dec 2021 15:36:23 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.020; Mon, 13 Dec 2021 15:36:23 +0800 From: "Pei, Andy" To: "Wang, Xiao W" , "dev@dpdk.org" CC: "Xia, Chenbo" Subject: RE: [PATCH v2] vdpa/ifc: fix log info mismatch Thread-Topic: [PATCH v2] vdpa/ifc: fix log info mismatch Thread-Index: AQHX7/IfMA/ggS5CXEWBkcdOdd6TSqwwBi+ggAAB5xA= Date: Mon, 13 Dec 2021 07:36:23 +0000 Message-ID: <47fab24b3b18419cae51069d189879db@intel.com> References: <1639369746-103068-1-git-send-email-andy.pei@intel.com> <1639377367-123308-1-git-send-email-andy.pei@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.6.200.16 dlp-reaction: no-action x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 Hi Xiao, Thanks for your reply. I will send a V3 patch to address this. -----Original Message----- From: Wang, Xiao W =20 Sent: Monday, December 13, 2021 3:30 PM To: Pei, Andy ; dev@dpdk.org Cc: Xia, Chenbo Subject: RE: [PATCH v2] vdpa/ifc: fix log info mismatch Hi Andy, BRs, Xiao > -----Original Message----- > From: Pei, Andy > Sent: Monday, December 13, 2021 2:36 PM > To: dev@dpdk.org > Cc: Xia, Chenbo ; Wang, Xiao W=20 > > Subject: [PATCH v2] vdpa/ifc: fix log info mismatch >=20 > fix log info mismatch. Use "Fix". >=20 > Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") > Cc: xiao.w.wang@intel.com For fix patch, you need to Cc "stable@dpdk.org", not me. >=20 > Signed-off-by: Andy Pei > --- > drivers/vdpa/ifc/base/ifcvf.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) >=20 > diff --git a/drivers/vdpa/ifc/base/ifcvf.c=20 > b/drivers/vdpa/ifc/base/ifcvf.c index 721cb1d..d10c1fd 100644 > --- a/drivers/vdpa/ifc/base/ifcvf.c > +++ b/drivers/vdpa/ifc/base/ifcvf.c > @@ -94,12 +94,14 @@ > return -1; > } >=20 > - DEBUGOUT("capability mapping:\ncommon cfg: %p\n" > - "notify base: %p\nisr cfg: %p\ndevice cfg: %p\n" > - "multiplier: %u\n", > - hw->common_cfg, hw->dev_cfg, > - hw->isr, hw->notify_base, > - hw->notify_off_multiplier); > + DEBUGOUT("capability mapping:\n" > + "common cfg: %p\n" > + "notify base: %p\n" > + "isr cfg: %p\n" > + "device cfg: %p\n" > + "multiplier: %u\n", > + hw->common_cfg, hw->notify_base, hw->isr, hw->dev_cfg, > + hw->notify_off_multiplier); >=20 > return 0; > } > -- > 1.8.3.1