mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-27 05:32:27 +00:00
sfc: insert ARFS filters with replace_equal=true
Necessary to allow redirecting a flow when the application moves. Fixes: 3af0f34290f6 ("sfc: replace asynchronous filter operations") Signed-off-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c5042dacec
commit
494bef4c2a
@ -851,7 +851,7 @@ static void efx_filter_rfs_work(struct work_struct *data)
|
||||
struct efx_channel *channel = efx_get_channel(efx, req->rxq_index);
|
||||
int rc;
|
||||
|
||||
rc = efx->type->filter_insert(efx, &req->spec, false);
|
||||
rc = efx->type->filter_insert(efx, &req->spec, true);
|
||||
if (rc >= 0) {
|
||||
/* Remember this so we can check whether to expire the filter
|
||||
* later.
|
||||
|
Loading…
x
Reference in New Issue
Block a user