Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux-2.6-block.git] / drivers / target / iscsi / cxgbit / cxgbit_main.c
index 27dd11aff9349e6ae964a82c0a706668aa5ba448..ad26b9372f1096a1940c405a3f019066b35f8e33 100644 (file)
@@ -652,6 +652,9 @@ static struct iscsit_transport cxgbit_transport = {
 
 static struct cxgb4_uld_info cxgbit_uld_info = {
        .name           = DRV_NAME,
+       .nrxq           = MAX_ULD_QSETS,
+       .rxq_size       = 1024,
+       .lro            = true,
        .add            = cxgbit_uld_add,
        .state_change   = cxgbit_uld_state_change,
        .lro_rx_handler = cxgbit_uld_lro_rx_handler,