[dpdk-dev] [PATCH v4 2/2] mk: fix acl library static linking

2016-07-01 Thread Thomas Monjalon
2016-07-01 15:38, Sergio Gonzalez Monroy: > Since below commit, ACL library is outside the scope of --whole-archive > and ACL autotest fails. > > RTE>>acl_autotest > ACL: allocation of 25166728 bytes on socket 9 for ACL_acl_ctx failed > ACL: rte_acl_add_rules(acl_ctx): rule #1 is invalid >

[dpdk-dev] [PATCH v4 2/2] mk: fix acl library static linking

2016-07-01 Thread Sergio Gonzalez Monroy
Since below commit, ACL library is outside the scope of --whole-archive and ACL autotest fails. RTE>>acl_autotest ACL: allocation of 25166728 bytes on socket 9 for ACL_acl_ctx failed ACL: rte_acl_add_rules(acl_ctx): rule #1 is invalid Line 1584: SSE classify with zero categories failed!