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 A3EE4A0032; Mon, 13 Dec 2021 08:26:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3629F40140; Mon, 13 Dec 2021 08:26:46 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id DE65640042 for ; Mon, 13 Dec 2021 08:26:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1639380404; x=1670916404; h=from:to:cc:subject:date:message-id:references: in-reply-to:content-transfer-encoding:mime-version; bh=DbQh71Z/kx65IUJz/kanTOkPSk/BtLkOeR1esAZrA2g=; b=b/uVMKuUrcxQ4mAFHJnOW3hpKTddGS7li7iGiVdkZkXtnX8E2pTKYRwr aEMwWHO6JNhiJWM0qYD/hstoSAikeDqCNU9LF3Tl9VfUxAIhR7Rfe3+Id g+CZl4mAE3FCIVqN8vp1zWMpz/gLaGGtVCcOfSVP59kq+8G4F+JyIeTPd b5VK8/N8SsQqKEa+lwITR9db1f8TYwazWs2TwvAyw7768oQmoCngj1d5h ApoHucI8dI8CR60BrgvdGdX2ATlW2aD6ncUhi2hc8HsZMs8rN/E/aYH3w iXFKYGVZElsBuceKpDyKKm/Tgic8ncekaq1CyzQInGRynIWAzr6c6rV9I w==; X-IronPort-AV: E=McAfee;i="6200,9189,10196"; a="219360179" X-IronPort-AV: E=Sophos;i="5.88,201,1635231600"; d="scan'208";a="219360179" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Dec 2021 23:26:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,201,1635231600"; d="scan'208";a="566456619" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by fmsmga008.fm.intel.com with ESMTP; 12 Dec 2021 23:26:42 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx603.amr.corp.intel.com (10.18.126.83) 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:26:42 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) 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:26:40 +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:26:40 +0800 From: "Pei, Andy" To: "Wang, Xiao W" , "dev@dpdk.org" CC: "Xia, Chenbo" Subject: RE: [PATCH 1/3] vdpa/ifc: fix log info mismatch Thread-Topic: [PATCH 1/3] vdpa/ifc: fix log info mismatch Thread-Index: AQHX7+BjnJHGtEXbyEqjgh1ww12XLKwv+lQggAAKleA= Date: Mon, 13 Dec 2021 07:26:40 +0000 Message-ID: References: <1639369746-103068-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, "Fixes: " line will be added in V2. Thanks for reply. -----Original Message----- From: Wang, Xiao W =20 Sent: Monday, December 13, 2021 2:55 PM To: Pei, Andy ; dev@dpdk.org Cc: Xia, Chenbo Subject: RE: [PATCH 1/3] vdpa/ifc: fix log info mismatch Hi Andy, Thanks for the patch. You need to add the "Fixes: " line. BRs, Xiao > -----Original Message----- > From: Pei, Andy > Sent: Monday, December 13, 2021 12:29 PM > To: dev@dpdk.org > Cc: Pei, Andy ; Xia, Chenbo=20 > ; Wang, Xiao W > Subject: [PATCH 1/3] vdpa/ifc: fix log info mismatch >=20 > fix log info mismatch. >=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