From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nidhia Varghese Subject: Defining multiple actions based on a field value for the same table lookup in ip_pipeline application Date: Thu, 18 May 2017 17:53:18 +0530 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" To: users@dpdk.org, dev@dpdk.org Return-path: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi all, I am trying to design a pipeline where the table lookup has to do the actions as follows: Lookup hit -> FWD to port Lookup miss -> add a table entry if incoming port was 1 drop if incoming port was 2 Is it possible to do such an implementation using ip_pipeline application? If so, how can I do that? Thanks for your reply and help. Thanks, Nidhia Varghese