Re: [dpdk-dev] [PATCH 2/2] common/cpt: remove redundant code in datapath

2019-07-07 Thread Anoob Joseph
Hi Akhil, Pablo This patch is good to go if you don't have any comments. Thanks, Anoob > -Original Message- > From: Anoob Joseph > Sent: Saturday, July 6, 2019 6:54 PM > To: Akhil Goyal ; Pablo de Lara > > Cc: Anoob Joseph ; Jerin Jacob Kollanukkaran > ; Narayana Prasad Raju Athreya >

[dpdk-dev] [PATCH 2/2] common/cpt: remove redundant code in datapath

2019-07-06 Thread Anoob Joseph
Removing redundant checks and unused local variables from datapath. Signed-off-by: Anoob Joseph --- drivers/common/cpt/cpt_ucode.h | 133 ++--- 1 file changed, 33 insertions(+), 100 deletions(-) diff --git a/drivers/common/cpt/cpt_ucode.h b/drivers/common/cpt