Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-10-08 Thread Slava Ovsiienko
> -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, October 8, 2019 15:57 > To: Yongseok Koh ; Adrien Mazarguil > > Cc: Shahaf Shuler ; Thomas Monjalon > ; Ferruh Yigit ; Andrew > Rybchenko ; Olivier Matz > ; dev ; Slava Ovsiienko > > Subject: R

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-10-08 Thread Yigit, Ferruh
On 7/11/2019 2:59 AM, Yongseok Koh wrote: > On Tue, Jul 09, 2019 at 10:38:06AM +0200, Adrien Mazarguil wrote: >> On Fri, Jul 05, 2019 at 06:05:50PM +, Yongseok Koh wrote: On Jul 5, 2019, at 6:54 AM, Adrien Mazarguil wrote: On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-10 Thread Yongseok Koh
On Tue, Jul 09, 2019 at 10:38:06AM +0200, Adrien Mazarguil wrote: > On Fri, Jul 05, 2019 at 06:05:50PM +, Yongseok Koh wrote: > > > On Jul 5, 2019, at 6:54 AM, Adrien Mazarguil > > > wrote: > > > > > > On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok Koh wrote: > > >> A tag is a transient

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-09 Thread Adrien Mazarguil
On Fri, Jul 05, 2019 at 06:05:50PM +, Yongseok Koh wrote: > > On Jul 5, 2019, at 6:54 AM, Adrien Mazarguil > > wrote: > > > > On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok Koh wrote: > >> A tag is a transient data which can be used during flow match. This can be > >> used to store match

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-08 Thread Yongseok Koh
> On Jul 5, 2019, at 11:05 AM, Yongseok Koh wrote: > > > >> On Jul 5, 2019, at 6:54 AM, Adrien Mazarguil >> wrote: >> >> On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok Koh wrote: >>> A tag is a transient data which can be used during flow match. This can be >>> used to store match resu

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-05 Thread Yongseok Koh
> On Jul 5, 2019, at 6:54 AM, Adrien Mazarguil > wrote: > > On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok Koh wrote: >> A tag is a transient data which can be used during flow match. This can be >> used to store match result from a previous table so that the same pattern >> need not be m

Re: [dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-05 Thread Adrien Mazarguil
On Thu, Jul 04, 2019 at 04:23:02PM -0700, Yongseok Koh wrote: > A tag is a transient data which can be used during flow match. This can be > used to store match result from a previous table so that the same pattern > need not be matched again on the next table. Even if outer header is > decapsulate

[dpdk-dev] [PATCH] ethdev: add flow tag

2019-07-04 Thread Yongseok Koh
A tag is a transient data which can be used during flow match. This can be used to store match result from a previous table so that the same pattern need not be matched again on the next table. Even if outer header is decapsulated on the previous match, the match result can be kept. Some device ex