Re: [dpdk-dev] [PATCH 1/2] ethdev: add jump action to description table

2018-10-03 Thread Yongseok Koh
> On Oct 3, 2018, at 12:12 AM, Andrew Rybchenko > wrote: > > On 10/3/18 4:56 AM, Yongseok Koh wrote: >> Signed-off-by: Yongseok Koh >> >> --- >> app/test-pmd/config.c| 2 +- >> lib/librte_ethdev/rte_flow.c | 1 + >> 2 files changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a

Re: [dpdk-dev] [PATCH 1/2] ethdev: add jump action to description table

2018-10-03 Thread Andrew Rybchenko
On 10/3/18 4:56 AM, Yongseok Koh wrote: Signed-off-by: Yongseok Koh --- app/test-pmd/config.c| 2 +- lib/librte_ethdev/rte_flow.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 794aa5268..641ac5e17 100644 --- a

[dpdk-dev] [PATCH 1/2] ethdev: add jump action to description table

2018-10-02 Thread Yongseok Koh
Signed-off-by: Yongseok Koh --- app/test-pmd/config.c| 2 +- lib/librte_ethdev/rte_flow.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index 794aa5268..641ac5e17 100644 --- a/app/test-pmd/config.c +++ b/app/test-pmd/con