Re: [dpdk-dev] [PATCH v7 1/5] net/softnic: add softnic PMD

2017-10-10 Thread Singh, Jasvinder
> <...> > > > --- a/doc/guides/rel_notes/release_17_11.rst > > +++ b/doc/guides/rel_notes/release_17_11.rst > > @@ -81,6 +81,7 @@ New Features > >See the :ref:`Membership Library ` documentation in > >the Programmers Guide document, for more information. > > > > +<<< a3dabd30369bd73017

Re: [dpdk-dev] [PATCH v7 1/5] net/softnic: add softnic PMD

2017-10-09 Thread Ferruh Yigit
On 10/9/2017 1:58 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 > > Acked-by: Cristian Dumitrescu > Acked-by: Thomas Monjalon <...> > --- a/doc/guides/rel_notes/release_17_11.rst

[dpdk-dev] [PATCH v7 1/5] net/softnic: add softnic PMD

2017-10-09 Thread Jasvinder Singh
Add SoftNIC PMD to provide SW fall-back for ethdev APIs. Signed-off-by: Cristian Dumitrescu Signed-off-by: Jasvinder Singh Acked-by: Cristian Dumitrescu Acked-by: Thomas Monjalon --- v7 changes: - rebase on dpdk-next-net - change port_id type to uint16_t v5 changes: - change function name