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 116A11B106 for ; Thu, 20 Sep 2018 18:07:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Sep 2018 09:07:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,399,1531810800"; d="scan'208";a="264321086" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.55]) ([10.237.220.55]) by fmsmga005.fm.intel.com with ESMTP; 20 Sep 2018 09:01:19 -0700 To: Pallantla Poornima , dev@dpdk.org Cc: reshma.pattan@intel.com References: <1537367950-31678-1-git-send-email-pallantlax.poornima@intel.com> From: "Burakov, Anatoly" Message-ID: <5aa4e9ec-5189-d144-2d4c-eaf3586d415a@intel.com> Date: Thu, 20 Sep 2018 17:01:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1537367950-31678-1-git-send-email-pallantlax.poornima@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] test: disable alarm autotest in FreeBSD 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, 20 Sep 2018 16:07:33 -0000 On 19-Sep-18 3:39 PM, Pallantla Poornima wrote: > Disabled the alarm_autotest UT in FreeBSD > Interrupts are not supported in FreeBSD. > Alarm API depends on interrupts, so disabled alarm test on FreeBSD. > > Signed-off-by: Pallantla Poornima > --- Reviewed-by: Anatoly Burakov -- Thanks, Anatoly