From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 24/24] test_table_pipeline: repair munged indirection level Date: Sun, 13 May 2018 22:33:58 +0200 Message-ID: <13277034.moKVpX1o6P@xps> References: <152609021699.121661.5295227351721865436.stgit@localhost.localdomain> <152609044297.121661.7057271301350282514.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Andy Green Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6F0C41D1AB for ; Sun, 13 May 2018 22:34:00 +0200 (CEST) In-Reply-To: <152609044297.121661.7057271301350282514.stgit@localhost.localdomain> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/05/2018 04:00, Andy Green: > Signed-off-by: Andy Green May be a fix of Fixes: 4c387fcdf777 ("pipeline: add new functions for action handlers") > rte_pipeline_table_action_handler_miss > table_action_stub_miss(struct rte_pipeline *p, struct rte_mbuf **pkts, > - uint64_t pkts_mask, struct rte_pipeline_table_entry **entry, void *arg); > + uint64_t pkts_mask, struct rte_pipeline_table_entry *entry, void *arg); Why changing only table_action_stub_miss and not table_action_stub_hit table_action_0x00 ?