Re: [vmw_vmci 07/11] Apply VMCI hash table

2012-07-26 Thread Andrew Stiegmann
.@vmware.com > Sent: Thursday, July 26, 2012 4:49:54 PM > Subject: Re: [vmw_vmci 07/11] Apply VMCI hash table > > On Thu, Jul 26, 2012 at 04:39:36PM -0700, Andrew Stiegmann (stieg) > wrote: > > Implements a hash table for VMCI's use. > > What's wrong with the i

Re: [vmw_vmci 07/11] Apply VMCI hash table

2012-07-26 Thread Greg KH
On Thu, Jul 26, 2012 at 04:39:36PM -0700, Andrew Stiegmann (stieg) wrote: > Implements a hash table for VMCI's use. What's wrong with the in-kernel hash table(s)? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

[vmw_vmci 07/11] Apply VMCI hash table

2012-07-26 Thread Andrew Stiegmann (stieg)
Implements a hash table for VMCI's use. Signed-off-by: Andrew Stiegmann (stieg) --- drivers/misc/vmw_vmci/vmci_hash_table.c | 332 +++ drivers/misc/vmw_vmci/vmci_hash_table.h | 56 + 2 files changed, 388 insertions(+), 0 deletions(-) create mode 100644 drivers