Re: [PATCH net-next,v2,1/2] hyperv: Remove recv_pkt_list and lock

From: David Miller
Date: Wed Apr 23 2014 - 14:49:19 EST


From: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
Date: Mon, 21 Apr 2014 14:54:43 -0700

> Removed recv_pkt_list and lock, and updated related code, so that
> the locking overhead is reduced especially when multiple channels
> are in use.
>
> The recv_pkt_list isn't actually necessary because the packets are
> processed sequentially in each channel. It has been replaced by a
> local variable, and the related lock for this list is also removed.
> The is_data_pkt field is not used in receive path, so its assignment
> is cleaned up.
>
> Signed-off-by: Haiyang Zhang <haiyangz@xxxxxxxxxxxxx>
> Reviewed-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/