> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Vinicius Costa Gomes > Sent: Friday, November 16, 2018 4:19 PM > To: [email protected] > Cc: Sanchez-Palencia, Jesus <[email protected]>; Kirsher, > Jeffrey T <[email protected]>; [email protected]; > [email protected] > Subject: [next-queue PATCH v1 1/2] igb: Change RXPBSIZE size when setting > Qav mode > > From: Jesus Sanchez-Palencia <[email protected]> > > 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 choice of changing RxPBSIZE here is mainly because it seems more > correct to give more priority to the transmit packet buffers over the > receiver ones when running in Qav mode. Also, the BMC2OS and OS2BMC > sizes are already too short. > > Signed-off-by: Jesus Sanchez-Palencia <[email protected]> > --- > drivers/net/ethernet/intel/igb/e1000_defines.h | 1 + > drivers/net/ethernet/intel/igb/igb_main.c | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) >
Tested-by: Aaron Brown <[email protected]>
