Re: [PATCH 3/6] xen-netfront: frags -> slots in xennet_get_responses
From: David Miller <davem@davemloft.net>
Date: 2013-03-25 16:20:30
From: David Miller <davem@davemloft.net>
Date: 2013-03-25 16:20:30
From: Wei Liu <redacted> Date: Mon, 25 Mar 2013 11:08:19 +0000
This function is in fact counting the ring slots required for responses. Separate the concepts of ring slots and skb frags make the code clearer, as now netfront and netback can have different MAX_SKB_FRAGS, slot and frag are not mapped 1:1 any more. Signed-off-by: Wei Liu <redacted>
Applied.