RE: [PATCH net 0/2] qlcnic: Bug fixes
From: Shahed Shaikh <hidden>
Date: 2013-10-30 06:44:27
-----Original Message----- From: David Miller [mailto:davem@davemloft.net] Sent: Saturday, October 26, 2013 9:36 AM To: Shahed Shaikh Cc: netdev; Dept-NX Linux NIC Driver Subject: Re: [PATCH net 0/2] qlcnic: Bug fixes From: Shahed Shaikh <redacted> Date: Fri, 25 Oct 2013 10:38:35 -0400quoted
From: Shahed Shaikh <redacted> This patch series contains following fixes- * Performace drop because driver was forcing adapter not to check destination IP for LRO. * driver was not issuing qlcnic_fw_cmd_set_drv_version() to 83xx adapter becasue of improper handling of QLCNIC_FW_CAPABILITY_MORE_CAPSbit.quoted
Please apply to net.Applied, what exactly does that destination IP check do?
When a destination IP is programmed, adapter will perform LRO only on TCP packets destined to the programmed IP address. When the adapter is programmed to skip destination IP check, adapter performs LRO on TCP packets destined to all IP addresses. Thanks, Shahed