From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.warmcat.com (mail.warmcat.com [163.172.24.82]) by dpdk.org (Postfix) with ESMTP id 295521BE28 for ; Mon, 14 May 2018 02:23:02 +0200 (CEST) To: Thomas Monjalon Cc: dev@dpdk.org References: <152609021699.121661.5295227351721865436.stgit@localhost.localdomain> <152609044297.121661.7057271301350282514.stgit@localhost.localdomain> <13277034.moKVpX1o6P@xps> From: Andy Green Message-ID: Date: Mon, 14 May 2018 08:22:45 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-Reply-To: <13277034.moKVpX1o6P@xps> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3 24/24] test_table_pipeline: repair munged indirection level X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:23:02 -0000 On 05/14/2018 04:33 AM, Thomas Monjalon wrote: > 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 > ? OK, I extended the change to those too. -Andy > >