linux/drivers/net/ethernet/qlogic/qlcnic
Rajesh Borundia cae82d4999 qlcnic: 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: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-07 13:18:53 -07:00
..
Makefile
qlcnic_ctx.c qlcnic: Fix estimation of recv MSS in case of LRO 2012-06-07 13:18:53 -07:00
qlcnic_ethtool.c qlcnic-ethtool: set the ethtool_dump flag by ETH_FW_DUMP_DISABLE value that is zero, if firmware dump is disabled. 2012-05-15 13:13:33 -04:00
qlcnic_hdr.h qlcnic: Fix estimation of recv MSS in case of LRO 2012-06-07 13:18:53 -07:00
qlcnic_hw.c net: introduce and use netdev_features_t for device features sets 2011-11-16 17:43:10 -05:00
qlcnic_init.c qlcnic: Fix estimation of recv MSS in case of LRO 2012-06-07 13:18:53 -07:00
qlcnic_main.c qlcnic: Fix estimation of recv MSS in case of LRO 2012-06-07 13:18:53 -07:00
qlcnic.h qlcnic: Fix estimation of recv MSS in case of LRO 2012-06-07 13:18:53 -07:00