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

2019-10-31 Thread Ferruh Yigit
On 10/27/2019 7:11 PM, Ori Kam wrote: > > >> -Original Message- >> From: Viacheslav Ovsiienko >> Sent: Sunday, October 27, 2019 8:42 PM >> To: dev@dpdk.org >> Cc: Thomas Monjalon ; Matan Azrad >> ; Ori Kam ; Yongseok Koh >> >> Subject: [PATCH v4] ethdev: add flow tag >> >> A tag is a tr

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

2019-10-27 Thread Ori Kam
> -Original Message- > From: Viacheslav Ovsiienko > Sent: Sunday, October 27, 2019 8:42 PM > To: dev@dpdk.org > Cc: Thomas Monjalon ; Matan Azrad > ; Ori Kam ; Yongseok Koh > > Subject: [PATCH v4] ethdev: add flow tag > > A tag is a transient data which can be used during flow match.

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

2019-10-27 Thread Viacheslav Ovsiienko
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