From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 5EC273195 for ; Thu, 19 Jul 2018 14:26:07 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2018 05:26:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,374,1526367600"; d="scan'208";a="58111417" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga008.jf.intel.com with ESMTP; 19 Jul 2018 05:24:30 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:24:30 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:24:30 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.81]) with mapi id 14.03.0319.002; Thu, 19 Jul 2018 20:24:27 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Wang, Xiao W" CC: "dev@dpdk.org" , "Wiles, Keith" Thread-Topic: [PATCH 3/3] net/fm10k: remove redundant queue id checks Thread-Index: AQHUHouHSM/065AgtkWdqL9ILrmjiaSWea4A Date: Thu, 19 Jul 2018 12:24:27 +0000 Message-ID: <039ED4275CED7440929022BC67E706115325C64F@SHSMSX103.ccr.corp.intel.com> References: <20180718123524.75449-1-ferruh.yigit@intel.com> <20180718123524.75449-3-ferruh.yigit@intel.com> In-Reply-To: <20180718123524.75449-3-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiM2VhNTBhM2EtMTdjNC00MTM0LTg2MmMtNGFlMGI1OThkYjNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiRXNmMzBKZE95UTgxNjBHd1hpRVVDZWVXaVAyWUhBa01UMFppZzFiYkJLU21KT2tVSEFLeTVleERpblZBcGlmZSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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-dev] [PATCH 3/3] net/fm10k: remove redundant queue id checks 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: , X-List-Received-Date: Thu, 19 Jul 2018 12:26:07 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Wednesday, July 18, 2018 8:35 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > ; Zhang, Qi Z ; Wang, > Xiao W > Cc: dev@dpdk.org; Yigit, Ferruh ; Wiles, Keith > > Subject: [PATCH 3/3] net/fm10k: remove redundant queue id checks >=20 > remove queue id checks from dev_ops > fm10k_dev_[rx/tx]_queue_[start/stop] >=20 > queue id checks already done by ethdev APIs that are calling these dev_op= s >=20 > Signed-off-by: Ferruh Yigit Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks! Qi