aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@linaro.org>2018-06-13 13:12:50 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2018-06-15 16:44:25 +0300
commit3e3f0f51da0af53d6161ffa270e1b1c13c88e3e4 (patch)
tree98025b5a56ed7ba28db65253327c364a94f30b78 /DEPENDENCIES
parent61989fee80f613970445e9658979a7b9f58fe9fb (diff)
linux-gen: hash: table based crc32 implementation
Remove dependency to zlib and use own table based implementation of crc32. The table was generated with odp_hash_crc_gen64() code (printed the table it generates internally). Signed-off-by: Petri Savolainen <petri.savolainen@linaro.org> Reviewed-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 0b0810e81..48f5a8397 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -19,7 +19,7 @@ Prerequisites for building the OpenDataPlane (ODP) API
3. Required packages
- Libraries currently required to link: openssl, libatomic, libconfig, zlib
+ Libraries currently required to link: openssl, libatomic, libconfig
3.1 OpenSSL native compile