From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH v3 5/5] test: add segment fd API test Date: Fri, 14 Dec 2018 11:09:51 +0100 Message-ID: References: <98395a6100625b09e0477a665c687ba69c6f9e99.1544701282.git.anatoly.burakov@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: przemyslawx.lal@intel.com, kuralamudhan.ramakrishnan@intel.com, ivan.coughlan@intel.com, tiwei.bie@intel.com, ray.kinsella@intel.com To: Anatoly Burakov , dev@dpdk.org Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 35F901BA00 for ; Fri, 14 Dec 2018 11:09:57 +0100 (CET) In-Reply-To: <98395a6100625b09e0477a665c687ba69c6f9e99.1544701282.git.anatoly.burakov@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/13/18 12:43 PM, Anatoly Burakov wrote: > Use memory autotest to also test segment fd API. This will not do > any checks - just see if the relevant API's return success or > indicate that the API is not supported. > > Signed-off-by: Anatoly Burakov > Acked-by: Tiwei Bie > --- > test/test/test_memory.c | 43 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > Reviewed-by: Maxime Coquelin Thanks, Maxime