kernel/drivers/net/ethernet/intel/igbvf/igbvf.h
.. .. @@ -39,11 +39,11 @@ 39 39 /* Tx/Rx descriptor defines */ 40 40 #define IGBVF_DEFAULT_TXD 256 41 41 #define IGBVF_MAX_TXD 4096 42 -#define IGBVF_MIN_TXD 8042 +#define IGBVF_MIN_TXD 6443 43 44 44 #define IGBVF_DEFAULT_RXD 256 45 45 #define IGBVF_MAX_RXD 4096 46 -#define IGBVF_MIN_RXD 8046 +#define IGBVF_MIN_RXD 6447 47 48 48 #define IGBVF_MIN_ITR_USECS 10 /* 100000 irq/sec */ 49 49 #define IGBVF_MAX_ITR_USECS 10000 /* 100 irq/sec */