net: mvpp2: fix a typo in the RSS code
Cosmetic patch fixing a typo in one of the RSS comments. Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f8c6ba8424
commit
132baa0378
@ -128,7 +128,7 @@ void mvpp22_init_rss(struct mvpp2_port *port)
|
||||
}
|
||||
|
||||
/* Configure the first table to evenly distribute the packets across
|
||||
* real Rx Queues. The table entries map a hash to an port Rx Queue.
|
||||
* real Rx Queues. The table entries map a hash to a port Rx Queue.
|
||||
*/
|
||||
for (i = 0; i < MVPP22_RSS_TABLE_ENTRIES; i++) {
|
||||
u32 sel = MVPP22_RSS_INDEX_TABLE(0) |
|
||||
|
Loading…
Reference in New Issue
Block a user