Re: [dpdk-dev] [PATCH v2] net/softnic: fix mixing enum values

2018-11-02 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, October 31, 2018 11:58 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH v2] net/softnic: fix mixing enum values > > Fix mixing enum types enum rte_table_action_policer > and enum rte_mtr_policer_action f

[dpdk-dev] [PATCH v2] net/softnic: fix mixing enum values

2018-10-31 Thread Jasvinder Singh
Fix mixing enum types enum rte_table_action_policer and enum rte_mtr_policer_action for dereference of policer action. Coverity issue 323483, 323511 Fixes: 7e30e444c3e4 ("net/softnic: support flow meter action") Fixes: 8a917ef88db7 ("net/softnic: update policer actions") Signed-off-by: Jasvinder