On Wed, 3 Sep 2025 17:28:45 -0400 Ed Czeck <[email protected]> wrote:
> + if (queue->starvation == 0) {
> + ARK_PMD_LOG(NOTICE,
> + "Could not allocate %u mbufs from pool"
> + " for RX queue %u;"
> + " %u free buffers remaining in queue\n",
> + ARK_RX_MPU_CHUNK, queue->queue_index,
> + queue->seed_index - queue->cons_index);
> + queue->starvation = 1;
Best to not split messages across lines, it makes it harder for users
to search the source.

