From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id BC1A4A04E1; Wed, 27 Nov 2019 13:10:53 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id ADD6B58C3; Wed, 27 Nov 2019 13:10:52 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 69FD05596 for ; Wed, 27 Nov 2019 13:10:51 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Nov 2019 04:10:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,249,1571727600"; d="scan'208";a="359481656" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.92]) ([10.237.220.92]) by orsmga004.jf.intel.com with ESMTP; 27 Nov 2019 04:10:49 -0800 To: Bruce Richardson , john.mcnamara@intel.com Cc: dev@dpdk.org References: <20191122160359.11625-1-bruce.richardson@intel.com> <20191125145559.29251-1-bruce.richardson@intel.com> <20191125145559.29251-5-bruce.richardson@intel.com> From: "Burakov, Anatoly" Message-ID: <54d8ecbf-7d4f-b2ef-6e66-ac88defbbb73@intel.com> Date: Wed, 27 Nov 2019 12:10:48 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20191125145559.29251-5-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 4/8] doc: remove reference to old versions of 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 25-Nov-19 2:55 PM, Bruce Richardson wrote: > FreeBSD 10 is now EOL and all testing with DPDK takes place on BSD versions > 11 and 12, so we can just remove the note. The BSD ports are supported on > all non-EOL versions of BSD. > > Signed-off-by: Bruce Richardson > --- Acked-by: Anatoly Burakov -- Thanks, Anatoly