svn commit: r295302 - head/sys/dev/hyperv/netvsc

Sepherosa Ziehau sephe at freebsd.org
Fri Feb 5 05:53:44 UTC 2016


Oh, thanks, will fix it :)

On Fri, Feb 5, 2016 at 1:34 PM, Andriy Voskoboinyk <avos at freebsd.org> wrote:
> Fri, 05 Feb 2016 07:25:11 +0200 було написано Sepherosa Ziehau
> <sephe at freebsd.org>:
>
>> Modified: head/sys/dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c
>>
>> ==============================================================================
>> ...
>> @@ -744,31 +745,235 @@ netvsc_channel_rollup(struct hv_device *
>>  }
>> /*
>> - * Start a transmit of one or more packets
>> + * NOTE:
>> + * This this function fails, then both txd and m_head0 will be freed
>
>
> Probably "If this function fails.." ?
>
>
>>   */
>>  static int
>> -hn_start_locked(struct ifnet *ifp, int len)
>> +hn_encap(struct hn_softc *sc, struct hn_txdesc *txd, struct mbuf
>> **m_head0)
>>  {



-- 
Tomorrow Will Never Die


More information about the svn-src-all mailing list