From 406a86e0941f4daf8e25dc5b2c50ac3b18c7c3d0 Mon Sep 17 00:00:00 2001 From: Matias Elo Date: Fri, 10 Sep 2021 16:33:35 +0300 Subject: linux-dpdk: increment library version number to 1.31.0.1 Increment implementation version number to reflect the following changes: - Added implementation for the external memory pool API and related functions - Added implementation for the new packet disassemble and reassemble functions, and related packet buffer accessor functions - Added support for blacklisting/whitelisting PCI devices in config file Signed-off-by: Matias Elo Reviewed-by: Petri Savolainen --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8c17ba6c1..d8f9f487b 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.5]) m4_define([odpapi_generation_version], [1]) m4_define([odpapi_major_version], [31]) m4_define([odpapi_minor_version], [0]) -m4_define([odpapi_point_version], [0]) +m4_define([odpapi_point_version], [1]) m4_define([odpapi_version], [odpapi_generation_version.odpapi_major_version.odpapi_minor_version.odpapi_point_version]) AC_INIT([OpenDataPlane],[odpapi_version],[odp@lists.opendataplane.org]) -- cgit v1.2.3