Displaying 4 results from an estimated 4 matches for "ca7aa54f".
2014 May 08
2
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
On Wed, May 07, 2014 at 11:01:36AM -0400, Waiman Long wrote:
> /*
> + * To have additional features for better virtualization support, it is
> + * necessary to store additional data in the queue node structure. So
> + * a new queue node structure will have to be defined and used here.
> + */
> +struct qnode {
> + struct mcs_spinlock mcs;
> +};
You can ditch this entire
2014 May 08
2
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
On Wed, May 07, 2014 at 11:01:36AM -0400, Waiman Long wrote:
> /*
> + * To have additional features for better virtualization support, it is
> + * necessary to store additional data in the queue node structure. So
> + * a new queue node structure will have to be defined and used here.
> + */
> +struct qnode {
> + struct mcs_spinlock mcs;
> +};
You can ditch this entire
2014 May 10
1
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
...NE_PER_CPU and leave the existing code as
is.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20140510/ca7aa54f/attachment.sig>
2014 May 10
1
[PATCH v10 08/19] qspinlock: Make a new qnode structure to support virtualization
...NE_PER_CPU and leave the existing code as
is.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20140510/ca7aa54f/attachment.sig>