]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/sfc/falcon.c
sfc: Allow for additional checksum offload features
[net-next-2.6.git] / drivers / net / sfc / falcon.c
index 950de847d22b815ae26574d15c69fa2895c56cab..f77bbbeacb602c840b7991eb91d9d93b91f153ef 100644 (file)
@@ -3304,6 +3304,7 @@ struct efx_nic_type falcon_a1_nic_type = {
        .phys_addr_channels = 4,
        .tx_dc_base = 0x130000,
        .rx_dc_base = 0x100000,
+       .offload_features = NETIF_F_IP_CSUM,
        .reset_world_flags = ETH_RESET_IRQ,
 };
 
@@ -3351,6 +3352,7 @@ struct efx_nic_type falcon_b0_nic_type = {
                                   * channels */
        .tx_dc_base = 0x130000,
        .rx_dc_base = 0x100000,
+       .offload_features = NETIF_F_IP_CSUM,
        .reset_world_flags = ETH_RESET_IRQ,
 };