Re: [dpdk-dev] [PATCH v1 3/3] drivers: move ifc driver to the vDPA class

2020-01-07 Thread Maxime Coquelin
On 12/25/19 4:19 PM, Matan Azrad wrote: > A new vDPA class was recently introduced. > > IFC driver implements the vDPA operations, hence it should be moved to > the vDPA class. > > Move it. > > Signed-off-by: Matan Azrad > --- > MAINTAINERS |6 +- > doc/guid

[dpdk-dev] [PATCH v1 3/3] drivers: move ifc driver to the vDPA class

2019-12-25 Thread Matan Azrad
A new vDPA class was recently introduced. IFC driver implements the vDPA operations, hence it should be moved to the vDPA class. Move it. Signed-off-by: Matan Azrad --- MAINTAINERS |6 +- doc/guides/nics/features/ifcvf.ini |8 - doc/guides/nics/ifc.rs