Re: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow action

2018-09-20 Thread Ferruh Yigit
>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow >> action >> >> Added missing JUMP flow action in flow_action array. >> Without this the flow rule cannot be created for JUMP action. >> >> Fixes: 938a184a18 ("app/testp

Re: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow action

2018-09-20 Thread Iremonger, Bernard
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Reshma Pattan > Sent: Wednesday, September 19, 2018 3:01 PM > To: adrien.mazarg...@6wind.com; dev@dpdk.org > Cc: Pattan, Reshma > Subject: [dpdk-dev] [PATCH] app/testpmd: fix missing jump action

[dpdk-dev] [PATCH] app/testpmd: fix missing jump action in flow action

2018-09-19 Thread Reshma Pattan
Added missing JUMP flow action in flow_action array. Without this the flow rule cannot be created for JUMP action. Fixes: 938a184a18 ("app/testpmd: implement basic support for flow API") Signed-off-by: Reshma Pattan --- app/test-pmd/config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/a