From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 3/5] test_table: added check for bulk add/delete to acl table unit test Date: Mon, 19 Oct 2015 17:30:26 +0200 Message-ID: <1542262.BmjLCK8c5K@xps13> References: <1441967499-21255-1-git-send-email-maciejx.t.gajdzica@intel.com> <1444721669-32581-1-git-send-email-marcinx.kerlin@intel.com> <1444721669-32581-4-git-send-email-marcinx.kerlin@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Marcin Kerlin Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 0A2458E67 for ; Mon, 19 Oct 2015 17:31:31 +0200 (CEST) Received: by wikq8 with SMTP id q8so11304510wik.1 for ; Mon, 19 Oct 2015 08:31:30 -0700 (PDT) In-Reply-To: <1444721669-32581-4-git-send-email-marcinx.kerlin@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" Hi, Some changes are needed. Please send a v4. 2015-10-13 09:34, Marcin Kerlin: > Added to acl table unit test check for bulk add and bulk delete. > > Signed-off-by: Maciej Gajdzica > Acked-by: Cristian Dumitrescu ERROR:BAD_SIGN_OFF: Unrecognized email address Build fails: test_table_acl.c:(.text+0x24e7): undefined reference to `rte_pipeline_table_entry_add_bulk' test_table_acl.c:(.text+0x288a): undefined reference to `rte_pipeline_table_entry_delete_bulk' Probably missing in the .map file?