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 7E947A00E6 for ; Thu, 18 Apr 2019 10:45:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 53CA41B904; Thu, 18 Apr 2019 10:45:08 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D994C1B904; Thu, 18 Apr 2019 10:45:06 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Apr 2019 01:45:05 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,365,1549958400"; d="scan'208";a="136810890" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga006.jf.intel.com with ESMTP; 18 Apr 2019 01:45:05 -0700 Received: from fmsmsx163.amr.corp.intel.com (10.18.125.72) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 01:45:04 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx163.amr.corp.intel.com (10.18.125.72) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 18 Apr 2019 01:45:04 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.93]) by shsmsx102.ccr.corp.intel.com ([169.254.2.206]) with mapi id 14.03.0415.000; Thu, 18 Apr 2019 16:45:02 +0800 From: "Zhang, Qi Z" To: "Xing, Beilei" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH] net/i40e: fix print of not supported admin queue msg Thread-Index: AQHU9arIrZG0LBMrv0253ip+Ht/zt6ZBmonQ Date: Thu, 18 Apr 2019 08:45:02 +0000 Message-ID: <039ED4275CED7440929022BC67E706115336B807@SHSMSX103.ccr.corp.intel.com> References: <1555566747-72489-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1555566747-72489-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2Y4NDI4NTEtZWQ2Ni00ZDUxLWI2ODEtODEzZjljMTNhNmM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiamtLdUVQY2NGTXQzS3BPWjV1ZmQ0KzR0Tngwc3o0RDdPVFlJNnN3bWdXM1hcL3ljZWk0RWlLZVNzMUZVUDQzcGMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix print of not supported admin queue msg X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: Xing, Beilei > Sent: Thursday, April 18, 2019 1:52 PM > To: Zhang, Qi Z > Cc: dev@dpdk.org; stable@dpdk.org > Subject: [PATCH] net/i40e: fix print of not supported admin queue msg >=20 > When launch testpmd with VF and quit testpmd, there'll be lots of message= s > "i40evf_handle_aq_msg(): Request 0 is not supported yet", which are trigg= ered > during VF reset and VF needn't do anything. So cancel alarm handler befor= e VF > reset to ignore the admin queue messages. >=20 > Fixes: e0e6a7f2154e ("net/i40e: cancel alarm handler at the end of closur= e") > Cc: stable@dpdk.org >=20 > Signed-off-by: Beilei Xing Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi