sfxge(4): fix default RSS context check on Siena
Default RSS context check is carried out during filter insertion on Siena and it needs to be fixed Submitted by: Mark Spender <mspender at solarflare.com> Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D18076
This commit is contained in:
parent
6d00fcc49f
commit
ec3fb20e1b
@ -527,9 +527,9 @@ siena_filter_spec_from_gen_spec(
|
||||
else
|
||||
EFSYS_ASSERT3U(gen_spec->efs_flags, &, EFX_FILTER_FLAG_RX);
|
||||
|
||||
/* Falconsiena only has one RSS context */
|
||||
/* Siena only has one RSS context */
|
||||
if ((gen_spec->efs_flags & EFX_FILTER_FLAG_RX_RSS) &&
|
||||
gen_spec->efs_rss_context != 0) {
|
||||
gen_spec->efs_rss_context != EFX_RSS_CONTEXT_DEFAULT) {
|
||||
rc = EINVAL;
|
||||
goto fail1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user