From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id B75D6C3C4 for ; Mon, 3 Aug 2015 19:01:00 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 03 Aug 2015 10:00:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,602,1432623600"; d="scan'208";a="761003342" Received: from pgsmsx104.gar.corp.intel.com ([10.221.44.91]) by fmsmga001.fm.intel.com with ESMTP; 03 Aug 2015 10:00:34 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by PGSMSX104.gar.corp.intel.com (10.221.44.91) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 4 Aug 2015 01:00:32 +0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.45]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.213]) with mapi id 14.03.0224.002; Tue, 4 Aug 2015 01:00:31 +0800 From: "Zhang, Helin" To: Stephen Hemminger , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_count Thread-Index: AQHQxjMba5Nm+Y2uk0OlNMwlRqtp5Z36jwFw Date: Mon, 3 Aug 2015 17:00:30 +0000 Message-ID: References: <1437757584-15502-1-git-send-email-stephen@networkplumber.org> <1437757584-15502-2-git-send-email-stephen@networkplumber.org> In-Reply-To: <1437757584-15502-2-git-send-email-stephen@networkplumber.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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 01/11] eth: move queue check for rx_queue_count X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Aug 2015 17:01:01 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Stephen Hemminger > Sent: Friday, July 24, 2015 10:06 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 01/11] eth: move queue check for rx_queue_coun= t >=20 > All implemenations of rx_queue_count need to check for queue_id being val= id, > therefore move the test to common code. > Also, add missing queue validation for rx_descriptor_done >=20 > Signed-off-by: Stephen Hemminger Acked-by: Helin Zhang