> -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, November 21, 2016 1:38 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian <cristian.dumitre...@intel.com> > Subject: [PATCH] examples/ip_pipeline: fix load balancing function in pass- > through pipeline > > This patch fixes the configuration file parsing error when load balancing > function is enabled in pass-through pipeline. > > error log: > pipeline> [APP] Initializing PIPELINE1 ... > [PIPELINE1] Pass-through > Parse error in section "PIPELINE1": entry "lb" has invalid value ("hash") > > Fixes: cbe82f6cfb0a ("examples/ip_pipeline: add swap action in pass- > through") > > Signed-off-by: Jasvinder Singh <jasvinder.si...@intel.com> > --- > examples/ip_pipeline/pipeline/pipeline_passthrough_be.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Acked-by: Cristian Dumitrescu <cristian.dumitre...@intel.com>