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 2E012CF21 for ; Fri, 17 Jun 2016 18:14:25 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP; 17 Jun 2016 09:14:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,484,1459839600"; d="scan'208";a="721018997" Received: from ckanowit-mobl2.ger.corp.intel.com (HELO [10.252.1.230]) ([10.252.1.230]) by FMSMGA003.fm.intel.com with ESMTP; 17 Jun 2016 09:14:23 -0700 Message-ID: <576421DD.6060703@intel.com> Date: Fri, 17 Jun 2016 17:14:21 +0100 From: Remy Horton Organization: Intel Shannon Limited User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Thomas Monjalon CC: dev@dpdk.org References: <1466175761-22563-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1466175761-22563-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] keepalive: fix exported symbols X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2016 16:14:25 -0000 rte_keepalive_mark_sleep is also missing from both. On 17/06/2016 16:02, Thomas Monjalon wrote: > The function rte_keepalive_register_alive_callback do not exist. > The function rte_keepalive_register_relay_callback was missing for BSD. > > Fixes: 90c622f35679 ("keepalive: add liveness callback") > > Signed-off-by: Thomas Monjalon Acked-by: Remy Horton