inet: fix typo
Note: btw submitted a number of other things in this area that haven't made it into the tree, so I'm making an exception to the no typo rule since it was done in that context. Submitted by: btw (Tiwei Bie GSOC 2015 so unsure what to use for author) Differential Revision: https://reviews.freebsd.org/D3510
This commit is contained in:
@@ -285,7 +285,7 @@ rss_mbuf_software_hash_v4(const struct mbuf *m, int dir, uint32_t *hashval,
|
||||
}
|
||||
/*
|
||||
* Only allow 2-tuple for TCP frames if we don't also
|
||||
* support 2-tuple for TCP.
|
||||
* support 4-tuple for TCP.
|
||||
*/
|
||||
if ((rss_gethashconfig() & RSS_HASHTYPE_RSS_IPV4) &&
|
||||
((rss_gethashconfig() & RSS_HASHTYPE_RSS_TCP_IPV4) == 0) &&
|
||||
|
||||
Reference in New Issue
Block a user