[dpdk-dev] [PATCH] ip_pipeline: Fix for action flow bulk command error

Thomas Monjalon thomas.monjalon at 6wind.com
Fri Jul 22 12:15:51 CEST 2016


2016-07-18 10:32, Chokkalingam, SankarX:
> Error while executing action flow bulk command
> pipeline> p 1 action flow bulk ./config/action.txt
> Command "action flow bulk" failed
> pipeline>
> 
> The flow action entries are added successfully.
> But the return value is not computed correctly.
> Due to this, the error message appears on CLI.
> 
> The return value is computed with rsp->n_flows after rsp pointer is freed.
> This fix computes the return value before rsp pointer is freed.
> 
> Signed-off-by: Chokkalingam, SankarX <sankarx.chokkalingam at intel.com>
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied, thanks


More information about the dev mailing list