From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=UBwYcml3CXB6UzqWgpvBf90djwyz0Mk+clk1vCKBH94=; b=M5vNMfb+an240Dsp/fZa5YMP+NcI1K2dLo8C3Jp7a8e4fCu2OsAsZF5YZHLZcYr4Be uWaUh2KQSy7eB9Z+Wi9RP9z0BcPBaHdZKqwzXsE27q3xbQQgYSvO1J7763xJPFb1PeY1 sW2bO0Gnj7Hhvto4+G8xdHVizR0n77YhvNwgpNB/POsjV2RuV83qlQDR7WifuMhKQ5Ni ktE11xWCee/w+Y0Yv6yY1zDP44IAJ7/w/5uQCtdeadSoRBH6rtSOGtIquxdQQQU09QBu kUgUqUMTRQ3/WgOUJfWaLudODqME6yShD3tZCohdX4MZytM8ESvp9ueOZnfVIy5H0LJL ++cw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=UBwYcml3CXB6UzqWgpvBf90djwyz0Mk+clk1vCKBH94=; b=G/LIb46Y9zbqoua+fqa0G+7tr1/fqRo4LM5Aq49eg+k4XvblmvjNwCARIwC17SD0al ZKSup8KPdRbvCVCnffyZu1hNgMu4R5RDFJ2401FtEkejLClS/dXLgfY84WDfYHRXNM1D xx8ZGbQJiIYA+2UxWb9haeKEMl69QTNdgR/DrsAca2ngINCeg6r/QUylRPhdSUA+njMx 87tzGBBl11fN8XmPeaOju/ZilCUp+ydyRN1CVFiFV90UIKLcC8/8hOcHSfZphyfhtaAG d6muAGq7RNOd6rjJGegCWd7Hqkr2Nphmdy7ZyrvTLjBCaJTvNBUJpTWlVepATSxdbJes hyBg== X-Gm-Message-State: ALyK8tJ6MEZuHsJ0MujZAYbvsQRkkSQaTkitutewN7jByZ774rocAtig3cs8o12w7lUW+wSS X-Received: by 10.28.191.90 with SMTP id p87mr19496534wmf.69.1467384306241; Fri, 01 Jul 2016 07:45:06 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id o2sm3580371wjp.26.2016.07.01.07.45.04 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 01 Jul 2016 07:45:04 -0700 (PDT) From: Thomas Monjalon To: Sergio Gonzalez Monroy Cc: dev@dpdk.org, konstantin.ananyev@intel.com Date: Fri, 01 Jul 2016 16:45:03 +0200 Message-ID: <2330219.RfAcPkpLCr@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1467383929-125734-2-git-send-email-sergio.gonzalez.monroy@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 2/2] mk: fix acl library static linking X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jul 2016 14:45:06 -0000 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