Re: [dpdk-dev] [PATCH v3 1/4] net/softnic: add softnic PMD

2017-09-08 Thread Singh, Jasvinder
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, September 8, 2017 10:49 AM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; > tho...@monjalon.net > Subject: Re: [PATCH v3 1/4] net/softnic: add softnic PMD > > On 9/8/2017 10:30 AM, Singh, Jasvinder wrote: > >

Re: [dpdk-dev] [PATCH v3 1/4] net/softnic: add softnic PMD

2017-09-08 Thread Ferruh Yigit
On 9/8/2017 10:30 AM, Singh, Jasvinder wrote: > Hi Ferruh, > > Thank you for the review and feedback. Please see inline response; > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Tuesday, September 5, 2017 3:53 PM >> To: Singh, Jasvinder ; dev@dpdk.org >> Cc: Dumitrescu, Cristian ;

Re: [dpdk-dev] [PATCH v3 1/4] net/softnic: add softnic PMD

2017-09-08 Thread Singh, Jasvinder
Hi Ferruh, Thank you for the review and feedback. Please see inline response; > -Original Message- > From: Yigit, Ferruh > Sent: Tuesday, September 5, 2017 3:53 PM > To: Singh, Jasvinder ; dev@dpdk.org > Cc: Dumitrescu, Cristian ; > tho...@monjalon.net > Subject: Re: [PATCH v3 1/4] net/so

Re: [dpdk-dev] [PATCH v3 1/4] net/softnic: add softnic PMD

2017-09-05 Thread Ferruh Yigit
On 8/11/2017 1:49 PM, Jasvinder Singh wrote: > Add SoftNIC PMD to provide SW fall-back for ethdev APIs. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Jasvinder Singh > --- > v3 changes: > - rebase to dpdk17.08 release > > v2 changes: > - fix build errors > - rebased to TM APIs v6 plus