Re: [dpdk-dev] [PATCH v2 0/6] add flow shared action API + PMD

2020-07-08 Thread Jerin Jacob
On Thu, Jul 9, 2020 at 3:09 AM Andrey Vesnovaty wrote: > > Hi Jerin and Ori. > > V2 changes: > - First version of PMD implementation for shared action API. > - Simple example application demonstaration shared action update. > - Changes to shred action API according to discussion of V1. > > @Jerin

[dpdk-dev] [PATCH v2 0/6] add flow shared action API + PMD

2020-07-08 Thread Andrey Vesnovaty
Hi Jerin and Ori. V2 changes: - First version of PMD implementation for shared action API. - Simple example application demonstaration shared action update. - Changes to shred action API according to discussion of V1. @Jerin Jacob: please take a look at provided example, hopefully it will help to