Re: [dpdk-dev] [PATCH v4 3/4] net/softnic: add TM capabilities ops

2017-09-28 Thread Singh, Jasvinder
> Hi Jasvinder, > > > -Original Message- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > > Sent: Monday, September 18, 2017 5:10 PM > > To: dev@dpdk.org > > Cc: Dumitrescu, Cristian ; Yigit, > > Ferruh ; tho...@monjalon

Re: [dpdk-dev] [PATCH v4 3/4] net/softnic: add TM capabilities ops

2017-09-24 Thread Lu, Wenzhuo
Hi Jasvinder, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jasvinder Singh > Sent: Monday, September 18, 2017 5:10 PM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian ; Yigit, Ferruh > ; tho...@monjalon.net > Subject: [dpdk-dev] [PATCH v4

[dpdk-dev] [PATCH v4 3/4] net/softnic: add TM capabilities ops

2017-09-18 Thread Jasvinder Singh
Implement ethdev TM capability APIs in SoftNIC PMD. Signed-off-by: Cristian Dumitrescu Signed-off-by: Jasvinder Singh --- drivers/net/softnic/rte_eth_softnic.c | 12 +- drivers/net/softnic/rte_eth_softnic_internals.h | 32 ++ drivers/net/softnic/rte_eth_softnic_tm.c| 500 +++