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 15EC25F0D for ; Wed, 17 Oct 2018 17:13:21 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Oct 2018 08:13:21 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,392,1534834800"; d="scan'208";a="98241608" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by fmsmga004.fm.intel.com with ESMTP; 17 Oct 2018 08:13:20 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX104.ger.corp.intel.com (163.33.3.159) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 17 Oct 2018 16:13:19 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by irsmsx111.ger.corp.intel.com ([169.254.2.200]) with mapi id 14.03.0319.002; Wed, 17 Oct 2018 16:13:19 +0100 From: "Pattan, Reshma" To: "Poornima, PallantlaX" , "dev@dpdk.org" CC: "Burakov, Anatoly" Thread-Topic: [PATCH] test: disable alarm autotest in FreeBSD Thread-Index: AQHUUCaa2MIIM0Jk1UWvYH+Uup/Sj6Ujt1UQ Date: Wed, 17 Oct 2018 15:13:18 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B99CC@irsmsx110.ger.corp.intel.com> References: <1537367950-31678-1-git-send-email-pallantlax.poornima@intel.com> In-Reply-To: <1537367950-31678-1-git-send-email-pallantlax.poornima@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Wed, 17 Oct 2018 15:13:22 -0000 > -----Original Message----- > From: Poornima, PallantlaX > Sent: Wednesday, September 19, 2018 3:39 PM > To: dev@dpdk.org > Cc: Burakov, Anatoly ; Pattan, Reshma > ; Poornima, PallantlaX > > Subject: [PATCH] test: disable alarm autotest in FreeBSD >=20 > Disabled the alarm_autotest UT in FreeBSD Interrupts are not supported in > FreeBSD. > Alarm API depends on interrupts, so disabled alarm test on FreeBSD. >=20 > Signed-off-by: Pallantla Poornima Acked-by: Reshma Pattan