Re: [PATCH v15 00/17] Provide a zero-copy method on KVM virtio-net.

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Miller
Date: Wednesday, November 10, 2010 - 10:46 am

From: xiaohui.xin@intel.com
Date: Wed, 10 Nov 2010 17:23:28 +0800


If destructor_arg is actually a net_device pointer or similar,
you will need to take a reference count on it or similar.

Which means --> good bye performance especially on SMP.

You're going to be adding new serialization points and at
least two new atomics per packet.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v15 12/17] Add header file for mp device., xiaohui.xin, (Tue Nov 9, 2:03 am)
[PATCH v15 13/17] Add mp(mediate passthru) device., xiaohui.xin, (Tue Nov 9, 2:03 am)
Re: [PATCH v15 00/17] Provide a zero-copy method on KVM vi ..., David Miller, (Wed Nov 10, 10:46 am)