From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 2/2] eventdev: bump library version Date: Tue, 08 Aug 2017 19:45:36 +0200 Message-ID: <1913961.JDZpTJz3ue@xps> References: <20170808144827.28098-1-jerin.jacob@caviumnetworks.com> <20170808144827.28098-2-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Jerin Jacob Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 6DAA32BC7 for ; Tue, 8 Aug 2017 19:45:47 +0200 (CEST) In-Reply-To: <20170808144827.28098-2-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 08/08/2017 16:48, Jerin Jacob: > Bumping the library version to reflect the ABI change, where > rte_event_pmd_pci_probe(), rte_event_pmd_pci_remove(), > rte_event_pmd_vdev_init(), rte_event_pmd_vdev_uninit() > functions removed from the library. > > Fixes: b1b3d9f90502 ("eventdev: make vdev init and uninit functions optional") > Fixes: 9a8269d56942 ("eventdev: make PCI probe and remove functions optional") > > Reported-by: Thomas Monjalon > Signed-off-by: Jerin Jacob Series applied, thanks