From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 6F21A1B168 for ; Tue, 9 Jan 2018 11:46:43 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 02:46:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="scan'208";a="17812000" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2018 02:46:41 -0800 To: Hemant Agrawal , dev@dpdk.org Cc: Sunil Kumar Kori References: <1513166759-13466-1-git-send-email-hemant.agrawal@nxp.com> <1513166759-13466-18-git-send-email-hemant.agrawal@nxp.com> From: Ferruh Yigit Message-ID: <498a2a1d-0dd5-136d-35a0-7e387ee1ca14@intel.com> Date: Tue, 9 Jan 2018 10:46:40 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: <1513166759-13466-18-git-send-email-hemant.agrawal@nxp.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 17/18] bus/dpaa: add support for static queues 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: Tue, 09 Jan 2018 10:46:43 -0000 On 12/13/2017 12:05 PM, Hemant Agrawal wrote: > DPAA hardware support two kinds of queues: > 1. Pull mode queue - where one needs to regularly pull the packets. > 2. Push mode queue - where the hw pushes the packet to queue. These are > high performance queues, but limitd in number. limited > > This patch add the driver support for push m de queues. push mode > > Signed-off-by: Sunil Kumar Kori > Signed-off-by: Hemant Agrawal <...>