From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 509AD3572 for ; Thu, 19 Jul 2018 14:33:21 +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 fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2018 05:33:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,374,1526367600"; d="scan'208";a="217282930" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 19 Jul 2018 05:33:18 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) 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:33:18 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 19 Jul 2018 05:33:18 -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:33:15 +0800 From: "Zhang, Qi Z" To: "Yigit, Ferruh" , "Lu, Wenzhuo" , "Ananyev, Konstantin" CC: "dev@dpdk.org" , "Yigit, Ferruh" , "Wiles, Keith" Thread-Topic: [dpdk-dev] [PATCH 1/3] net/ixgbe: remove redundant queue id checks Thread-Index: AQHUHouTO49pWoARsk2Icdo1PAPtY6SWfAhQ Date: Thu, 19 Jul 2018 12:33:15 +0000 Message-ID: <039ED4275CED7440929022BC67E706115325C676@SHSMSX103.ccr.corp.intel.com> References: <20180718123524.75449-1-ferruh.yigit@intel.com> In-Reply-To: <20180718123524.75449-1-ferruh.yigit@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzE2OGVkMzktNGQ4OC00NjBmLWE0NzctNGUxNDMxYThlNjhhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYkx4amdOamw3VjRVOGtpeElIdEh3YW1KSDcyOTJqNEhpTVVjSTlyaExPQlphRjVrKzMxXC9OVzZNSlQrZGRCaTgifQ== 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 1/3] net/ixgbe: 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:33:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Wednesday, July 18, 2018 8:35 PM > To: Lu, Wenzhuo ; Ananyev, Konstantin > > Cc: dev@dpdk.org; Yigit, Ferruh ; Wiles, Keith > > Subject: [dpdk-dev] [PATCH 1/3] net/ixgbe: remove redundant queue id chec= ks >=20 > remove queue id checks from dev_ops > ixgbe_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