From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 209581B1CF for ; Tue, 9 Jan 2018 20:18:16 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 11:18:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,336,1511856000"; d="scan'208";a="22701660" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.48]) ([10.237.220.48]) by orsmga001.jf.intel.com with ESMTP; 09 Jan 2018 11:18:15 -0800 From: Ferruh Yigit To: Amr Mokhtar , dev@dpdk.org Cc: thomas@monjalon.net, anatoly.burakov@intel.com, pablo.de.lara.guarch@intel.com, niall.power@intel.com, chris.macnamara@intel.com References: <1513990331-20253-1-git-send-email-amr.mokhtar@intel.com> <1513990331-20253-2-git-send-email-amr.mokhtar@intel.com> Message-ID: <2e22eb91-d144-703a-5e12-637711576a1d@intel.com> Date: Tue, 9 Jan 2018 19:18:14 +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: <1513990331-20253-2-git-send-email-amr.mokhtar@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 2/5] bbdev: PMD drivers (1. bbdev_null) 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 19:18:17 -0000 On 12/23/2017 12:52 AM, Amr Mokhtar wrote: > - 'bbdev_null' is a basic pmd that performs a minimalistic > bbdev operation > - useful for bbdev smoke testing and in measuring the overhead > introduced by the bbdev library > - 'bbdev_null' pmd is enabled by default > > Signed-off-by: Amr Mokhtar Acked-by: Ferruh Yigit