Re: [PATCH 1/2 v2] igb: Add macro for size of RETA indirection table
From: Jeff Kirsher <hidden>
Date: 2013-07-31 12:12:26
Attachments
- signature.asc [application/pgp-signature] 836 bytes
From: Jeff Kirsher <hidden>
Date: 2013-07-31 12:12:26
On Wed, 2013-07-31 at 14:47 +0300, Laura Mihaela Vasilescu wrote:
RETA indirection table is used to assign the received data to a CPU
in order to maintain an efficient distribution of network receive
processing accross multiple CPUs.
This patch removes the hard-coded value for the size of the
indirection
table and defines a new macro.
Signed-off-by: Laura Mihaela Vasilescu <redacted>
---
Changes since v1:
* enhance commit description
drivers/net/ethernet/intel/igb/igb.h | 2 ++
drivers/net/ethernet/intel/igb/igb_main.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-) Added to my queue, thank you Laura!