1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/net/ethernet/qlogic/netxen
Rajesh Borundia 01da0c2b03 netxen_nic: Fix estimation of recv MSS in case of LRO
o Linux stack estimates MSS from skb->len or skb_shinfo(skb)->gso_size.
In case of LRO skb->len is aggregate of len of number of packets hence MSS
obtained using skb->len would be incorrect. Incorrect estimation of recv MSS
would lead to delayed acks in some traffic patterns (which sends two or three
packets and wait for ack and only then send remaining packets). This leads to
drop in performance. Hence we need to set gso_size to MSS obtained from firmware.

o This is fixed recently in firmware hence the MSS is obtained based on
capability. If fw is capable of sending the MSS then only driver sets the gso_size.

Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-05-09 22:53:04 -04:00
..
Makefile qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00
netxen_nic.h netxen_nic: Fix estimation of recv MSS in case of LRO 2012-05-09 22:53:04 -04:00
netxen_nic_ctx.c netxen_nic: Fix estimation of recv MSS in case of LRO 2012-05-09 22:53:04 -04:00
netxen_nic_ethtool.c netxen_nic: Allow only useful and recommended firmware dump capture mask values 2012-05-09 22:53:04 -04:00
netxen_nic_hdr.h netxen_nic: Fix estimation of recv MSS in case of LRO 2012-05-09 22:53:04 -04:00
netxen_nic_hw.c netxen: qlogic ethernet : Fix endian bug. 2012-03-16 22:20:44 -07:00
netxen_nic_hw.h qlogic: Move the QLogic drivers 2011-08-10 20:03:49 -07:00
netxen_nic_init.c netxen_nic: Fix estimation of recv MSS in case of LRO 2012-05-09 22:53:04 -04:00
netxen_nic_main.c netxen_nic: Fix estimation of recv MSS in case of LRO 2012-05-09 22:53:04 -04:00