net/sfc: support runtime VI window size
[dpdk.git] / drivers / net / sfc / sfc_dp_rx.h
index be725dc..cc9e7c4 100644 (file)
@@ -78,6 +78,8 @@ struct sfc_dp_rx_qcreate_info {
         * doorbell
         */
        volatile void           *mem_bar;
+       /** VI window size shift */
+       unsigned int            vi_window_shift;
 };
 
 /**