From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 2/2] mk: fix acl library static linking Date: Fri, 01 Jul 2016 16:45:03 +0200 Message-ID: <2330219.RfAcPkpLCr@xps13> References: <1467303070-106383-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1467383929-125734-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1467383929-125734-2-git-send-email-sergio.gonzalez.monroy@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, konstantin.ananyev@intel.com To: Sergio Gonzalez Monroy Return-path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 825F02BA8 for ; Fri, 1 Jul 2016 16:45:06 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id v199so29536395wmv.0 for ; Fri, 01 Jul 2016 07:45:06 -0700 (PDT) In-Reply-To: <1467383929-125734-2-git-send-email-sergio.gonzalez.monroy@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 > Line 1584: SSE classify with zero categories failed! > Test Failed > > This is the result of the linker picking weak over non-weak functions. > > Fixes: 95dc3c3cf31c ("mk: reduce scope of whole-archive static linking") > > Signed-off-by: Sergio Gonzalez Monroy Series applied, thanks