commit | b47385bd4f67481a7dbfcf1b4b82e9a67ecb846c | [log] [tgz] |
---|---|---|
author | Divy Le Ray <divy@chelsio.com> | Wed May 21 18:56:26 2008 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu May 22 06:34:13 2008 -0400 |
tree | 7357a330b671dc2526fd7c467f1799cc612914ce | |
parent | 7385ecf339c504933a98581c2056d83b69b2a82b [diff] [blame] |
cxgb3 - Add LRO support Add LRO support. Signed-off-by: Divy Le Ray <divy@chelsio.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
diff --git a/drivers/net/cxgb3/cxgb3_ioctl.h b/drivers/net/cxgb3/cxgb3_ioctl.h index 0a82fcd..68200a1 100644 --- a/drivers/net/cxgb3/cxgb3_ioctl.h +++ b/drivers/net/cxgb3/cxgb3_ioctl.h
@@ -90,6 +90,7 @@ int32_t fl_size[2]; int32_t intr_lat; int32_t polling; + int32_t lro; int32_t cong_thres; };