[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20150827.155210.1669360284386445387.davem@davemloft.net>
Date: Thu, 27 Aug 2015 15:52:10 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jasowang@...hat.com
Cc: mst@...hat.com, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] virtio-net: avoid unnecessary sg initialzation
From: Jason Wang <jasowang@...hat.com>
Date: Thu, 27 Aug 2015 14:53:06 +0800
> Usually an skb does not have up to MAX_SKB_FRAGS frags. So no need to
> initialize the unuse part of sg. This patch initialize the sg based on
> the real number it will used:
>
> - during xmit, it could be inferred from nr_frags and can_push.
> - for small receive buffer, it will also be 2.
>
> Cc: Michael S. Tsirkin <mst@...hat.com>
> Signed-off-by: Jason Wang <jasowang@...hat.com>
This looks fine, thanks Jason.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists