i_frag_pages may need to store more than 1 page value for
higher fragments so bit field won't help.
Lets fix that.
Orabug:
23275911
Tested-by: Hong Liu <hong.x.liu@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: Wengang Wang <wen.gang.wang@oracle.com>
/* Protocol version specific information */
unsigned int i_flowctl:1; /* enable/disable flow ctl */
u16 i_frag_sz; /* IB fragment size */
- int8_t i_frag_pages:1;
+ int8_t i_frag_pages;
/* Batched completions */
unsigned int i_unsignaled_wrs;