RE: [next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting Qav mode

2018-11-29 Thread Brown, Aaron F
g; > jesus.s.palen...@gmail.com > Subject: [next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting > Qav mode > > From: Jesus Sanchez-Palencia > > Section 4.5.9 of the datasheet says that the total size of all packet > buffers combined (TxPB 0 + 1 + 2 + 3 + RxPB + BMC2OS

[next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting Qav mode

2018-11-16 Thread Vinicius Costa Gomes
From: Jesus Sanchez-Palencia Section 4.5.9 of the datasheet says that the total size of all packet buffers combined (TxPB 0 + 1 + 2 + 3 + RxPB + BMC2OS + OS2BMC) must not exceed 60KB. Today we are configuring a total of 62KB, so reduce the RxPB from 32KB to 30KB in order to respect that. The cho