Re: [dpdk-dev] [PATCH 0/2] net/softnic: add flow classification support

2017-12-08 Thread Singh, Jasvinder
HI Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Thursday, December 7, 2017 9:02 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: Re: [PATCH 0/2] net/softnic: add flow classification support > > On 11/30/2017 12:08 PM, Jasvinder Singh wrote: > >

Re: [dpdk-dev] [PATCH 0/2] net/softnic: add flow classification support

2017-12-07 Thread Ferruh Yigit
On 11/30/2017 12:08 PM, Jasvinder Singh wrote: > This patchset extends the softnic device by implementing > the software fallback for flow classification as defined > using Flow APIs. When feature is enabled, softnic classifies > and executes actions on the received packets based on flow > rules sp

[dpdk-dev] [PATCH 0/2] net/softnic: add flow classification support

2017-11-30 Thread Jasvinder Singh
This patchset extends the softnic device by implementing the software fallback for flow classification as defined using Flow APIs. When feature is enabled, softnic classifies and executes actions on the received packets based on flow rules specified using rte_flow.h. The motivation behind this fea