|
@@ -2032,7 +2032,7 @@ static void be_post_rx_frags(struct be_rx_obj *rxo, gfp_t gfp, u32 frags_needed)
|
|
|
if (rxo->rx_post_starved)
|
|
|
rxo->rx_post_starved = false;
|
|
|
do {
|
|
|
- notify = min(256u, posted);
|
|
|
+ notify = min(MAX_NUM_POST_ERX_DB, posted);
|
|
|
be_rxq_notify(adapter, rxq->id, notify);
|
|
|
posted -= notify;
|
|
|
} while (posted);
|