Re: [dpdk-dev] DPDK ethdev/mbuf features and reviews

2017-07-07 Thread Thomas Monjalon
07/07/2017 21:12, Shrikrishna Khare: > Table 1.1 from the above 17.08 doc is missing vmxnet3. The vmxnet3 driver > is missing from 17.05 doc as well > (http://dpdk.readthedocs.io/en/v17.05/nics/overview.html) but it is > present in 17.02 > (http://dpdk.readthedocs.io/en/v17.02/nics/overview.htm

Re: [dpdk-dev] DPDK ethdev/mbuf features and reviews

2017-07-07 Thread Shrikrishna Khare
On Fri, 7 Jul 2017, Thomas Monjalon wrote: > Hi, > > The ethdev library is very special as it defines the services (ops) > to be implemented in every DPDK networking drivers. > It defines also some configuration bits to support. > The mbuf library defines also some offloads to support in driver

[dpdk-dev] DPDK ethdev/mbuf features and reviews

2017-07-07 Thread Thomas Monjalon
Hi, The ethdev library is very special as it defines the services (ops) to be implemented in every DPDK networking drivers. It defines also some configuration bits to support. The mbuf library defines also some offloads to support in drivers. Some of these features are not enough supported and ne