lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 07 Sep 2010 13:47:45 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	romieu@...zoreil.com
Cc:	eric.dumazet@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] r8169: add gro support

From: Francois Romieu <romieu@...zoreil.com>
Date: Tue, 7 Sep 2010 22:24:45 +0200

> Eric Dumazet <eric.dumazet@...il.com> :
>> - Use napi_gro_receive() and vlan_gro_receive()
>> - Enable GRO by default
>> 
>> Tested on a RTL8111/8168 adapter
>> 
>> Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
>> CC: Francois Romieu <romieu@...zoreil.com>
> [...]
>> @@ -1076,7 +1076,12 @@ static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc,
>>  	int ret;
>>  
>>  	if (vlgrp && (opts2 & RxVlanTag)) {
>> -		__vlan_hwaccel_rx(skb, vlgrp, swab16(opts2 & 0xffff), polling);
>> +		u16 vtag = swab16(opts2 & 0xffff);
>> +
>> +		if (polling)
> 
> 		if (likely(polling))
> 
> Otherwise Acked-by: Francois Romieu <romieu@...zoreil.com>

I've made this change and applied the patch, thanks guys!
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ