From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 42CD13195 for ; Thu, 19 Jul 2018 14:21:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2018 05:21:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,374,1526367600"; d="scan'208";a="217280423" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2018 05:21:31 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:21:31 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.57]) with mapi id 14.03.0319.002; Thu, 19 Jul 2018 20:21:29 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Ananyev, Konstantin" , "Xing, Beilei" CC: "dev@dpdk.org" , "Wiles, Keith" Thread-Topic: [PATCH 2/3] net/i40e: remove redundant queue id checks Thread-Index: AQHUHouGJzeMK3kGvUu8CyDXeBw7M6SWeLTg Date: Thu, 19 Jul 2018 12:21:29 +0000 Message-ID: <039ED4275CED7440929022BC67E706115325C630@SHSMSX103.ccr.corp.intel.com> References: <20180718123524.75449-1-ferruh.yigit@intel.com> <20180718123524.75449-2-ferruh.yigit@intel.com> In-Reply-To: <20180718123524.75449-2-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGUzOWVkNGYtMzc4ZS00OWEwLTgyZTItY2I0NTM1Y2RlZTE2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoibnJRdmRDSjl6eVJSU0U0K0U2bzZVMFhib0FYbGJVZDVTU1JKNFJpSDFlUDFEOTBianZpcUc2bm52Q2s1T25GZiJ9 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 2/3] net/i40e: 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:21:33 -0000 > -----Original Message----- > From: Yigit, Ferruh > Sent: Wednesday, July 18, 2018 8:35 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > ; Xing, Beilei ; Zha= ng, > Qi Z > Cc: dev@dpdk.org; Yigit, Ferruh ; Wiles, Keith > > Subject: [PATCH 2/3] net/i40e: remove redundant queue id checks >=20 > remove queue id checks from dev_ops > i40e_dev_[rx/tx]_queue_[start/stop] > i40evf_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