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

2017-09-18 Thread Thomas Monjalon
18/09/2017 18:58, Singh, Jasvinder: > Hi Thomas, > > I don't see this patch in patchwork, although it is present in email archive. > Any guess why it is not showing up there? No idea. Not a big deal, others are there.

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

2017-09-18 Thread Singh, Jasvinder
18, 2017 10:10 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Yigit, Ferruh > ; tho...@monjalon.net > Subject: [dpdk-dev] [PATCH v4 1/4] net/softnic: add softnic PMD > > Add SoftNIC PMD to provide SW fall-back for ethdev APIs. > > Signed-off-by: Cristian Dumitr

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

2017-09-18 Thread Jasvinder Singh
Add SoftNIC PMD to provide SW fall-back for ethdev APIs. Signed-off-by: Cristian Dumitrescu Signed-off-by: Jasvinder Singh --- v4 changes: - Implemented feedback from Ferruh [1] - rename map file to rte_pmd_eth_softnic_version.map - add release notes library version info - doxygen: fix hooks