RE: [Pv-drivers] RFC: Network Plugin Architecture (NPA) for vmxnet3

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Pankaj Thakkar
Date: Wednesday, July 14, 2010 - 10:18 am

The plugin is guest agnostic and hence we did not want to rely on any kernel provided functions. The plugin uses only the interface provided by the shell. The assumption is that since the plugin is really simple and straight forward (all the control/init complexity lies in the PF driver in the hypervisor) we should be able to get by for most of the things and for things like memcpy/memset the plugin can write simple functions like this.


-p


________________________________________
From: Greg KH [greg@kroah.com]
Sent: Wednesday, July 14, 2010 2:49 AM
To: Shreyas Bhatewara
Cc: Christoph Hellwig; Stephen Hemminger; Pankaj Thakkar; pv-drivers@vmware.com; netdev@vger.kernel.org; linux-kernel@vger.kernel.org; virtualization@lists.linux-foundation.org
Subject: Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) for vmxnet3


Is there some reason that our in-kernel functions that do this type of
logic are not working for you to require you to reimplement this?

thanks,

greg k-h--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Tue May 4, 4:02 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Stephen Hemminger, (Tue May 4, 5:05 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Tue May 4, 5:18 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, David Miller, (Tue May 4, 5:32 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Tue May 4, 5:38 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Chris Wright, (Tue May 4, 5:58 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Stephen Hemminger, (Tue May 4, 7:44 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Christoph Hellwig, (Wed May 5, 10:23 am)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Christoph Hellwig, (Wed May 5, 10:31 am)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Stephen Hemminger, (Wed May 5, 10:52 am)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Wed May 5, 12:00 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Wed May 5, 12:44 pm)
Re: RFC: Network Plugin Architecture (NPA) for vmxnet3, Pankaj Thakkar, (Mon May 10, 1:46 pm)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Shreyas Bhatewara, (Mon Jul 12, 8:06 pm)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Stephen Hemminger, (Mon Jul 12, 10:16 pm)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Stephen Hemminger, (Tue Jul 13, 5:31 pm)
RE: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Pankaj Thakkar, (Wed Jul 14, 10:18 am)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Shreyas Bhatewara, (Wed Jul 14, 10:19 am)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Jeremy Fitzhardinge, (Wed Jul 14, 11:03 am)
Re: [Pv-drivers] RFC: Network Plugin Architecture (NPA) fo ..., Shreyas Bhatewara, (Wed Jul 14, 1:42 pm)