Use Toeplitz hash for RSS.

MFC after:	3 days
This commit is contained in:
Navdeep Parhar 2011-04-19 22:14:18 +00:00
parent f7dfe243b4
commit 657d9381b1

View File

@ -378,6 +378,7 @@ t4_attach(device_t dev)
rc = -t4_config_glbl_rss(sc, sc->mbox,
FW_RSS_GLB_CONFIG_CMD_MODE_BASICVIRTUAL,
F_FW_RSS_GLB_CONFIG_CMD_TNLMAPEN |
F_FW_RSS_GLB_CONFIG_CMD_HASHTOEPLITZ |
F_FW_RSS_GLB_CONFIG_CMD_TNLALLLKP);
if (rc != 0) {
device_printf(dev,