xscore-y := xscore_impl.o xs_ud.o xscore_api.o xsmp.o \
xscore_stats.o xscore_uadm.o
-ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8041\"
+ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8042\"
ccflags-y += -DRDMA_PORT_LINK_LAYER_CHANGES -DHAS_SKB_ACCESS_FUNCTIONS
ccflags-y += -DSCSI_STRUCT_CHANGES -DSCSI_TIMEOUT_CHANGES -DLLE
ccflags-y += -DXG_FRAG_SIZE_PRESENT -DXG_FRAG_PAGE_PRESENT
vhba_attr.o vhba_wq.o vhba_proc.o vhba_stats.o vhba_ib.o \
vhba_scsi_intf.o vhba_align.o
-ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8041\"
+ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8042\"
ccflags-y += -DRDMA_PORT_LINK_LAYER_CHANGES -DHAS_SKB_ACCESS_FUNCTIONS
ccflags-y += -DSCSI_STRUCT_CHANGES -DSCSI_TIMEOUT_CHANGES -DLLE
ccflags-y += -DXG_FRAG_SIZE_PRESENT -DXG_FRAG_PAGE_PRESENT
obj-$(CONFIG_INFINIBAND_XSVNIC) := xsvnic.o
xsvnic-y := xsvnic_main.o xsvnic_stats.o
-ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8041\"
+ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8042\"
ccflags-y += -DRDMA_PORT_LINK_LAYER_CHANGES -DHAS_SKB_ACCESS_FUNCTIONS
ccflags-y += -DSCSI_STRUCT_CHANGES -DSCSI_TIMEOUT_CHANGES -DLLE
ccflags-y += -DXG_FRAG_SIZE_PRESENT -DXG_FRAG_PAGE_PRESENT
static int xsvnic_hbeat_enable = 2;
module_param(xsvnic_hbeat_enable, int, 0644);
-int xsvnic_rxring_size = 256;
+int xsvnic_rxring_size = 2048;
module_param(xsvnic_rxring_size, int, 0444);
-int xsvnic_txring_size = 256;
+int xsvnic_txring_size = 2048;
module_param(xsvnic_txring_size, int, 0444);
int xsvnic_highdma;
int xsvnic_tx_queue_len = 1000;
module_param(xsvnic_tx_queue_len, int, 0644);
-int xsvnic_tx_intr_mode;
+int xsvnic_tx_intr_mode = 1;
module_param(xsvnic_tx_intr_mode, int, 0644);
int xsvnic_max_coal_frames;
xve-y := xve_main.o xve_verbs.o xve_multicast.o xve_ib.o xve_tables.o \
xve_ethtool.o xve_cm.o xve_stats.o
-ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8041\"
+ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8042\"
ccflags-y += -DRDMA_PORT_LINK_LAYER_CHANGES -DHAS_SKB_ACCESS_FUNCTIONS
ccflags-y += -DSCSI_STRUCT_CHANGES -DSCSI_TIMEOUT_CHANGES -DLLE
ccflags-y += -DXG_FRAG_SIZE_PRESENT -DXG_FRAG_PAGE_PRESENT