Re: [PATCH net-next] cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages

2018-01-10 Thread David Miller
From: Ganesh Goudar Date: Wed, 10 Jan 2018 12:02:13 +0530 > From: Arjun Vynipadath > > We'd come in with SGE_FL_BUFFER_SIZE[0] and [1] both equal to 64KB and > the extant logic would flag that as an error. This was already fixed in > cxgb4 driver with "92ddcc7 cxgb4: Fix some small bugs in > t4

[PATCH net-next] cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages

2018-01-09 Thread Ganesh Goudar
From: Arjun Vynipadath We'd come in with SGE_FL_BUFFER_SIZE[0] and [1] both equal to 64KB and the extant logic would flag that as an error. This was already fixed in cxgb4 driver with "92ddcc7 cxgb4: Fix some small bugs in t4_sge_init_soft() when our Page Size is 64KB". Original Work by: Casey L