mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAIN
The TX_DOMAIN field is currently reserved but its safer to set it to 0 for future compatibility. Signed-off-by: Shradha Shah <sshah@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
834e23dd0a
commit
e3d3629387
1 changed files with 1 additions and 0 deletions
|
@ -2292,6 +2292,7 @@ static void efx_ef10_filter_push_prep(struct efx_nic *efx,
|
|||
spec->dmaq_id == EFX_FILTER_RX_DMAQ_ID_DROP ?
|
||||
MC_CMD_FILTER_OP_IN_RX_DEST_DROP :
|
||||
MC_CMD_FILTER_OP_IN_RX_DEST_HOST);
|
||||
MCDI_SET_DWORD(inbuf, FILTER_OP_IN_TX_DOMAIN, 0);
|
||||
MCDI_SET_DWORD(inbuf, FILTER_OP_IN_TX_DEST,
|
||||
MC_CMD_FILTER_OP_IN_TX_DEST_DEFAULT);
|
||||
MCDI_SET_DWORD(inbuf, FILTER_OP_IN_RX_QUEUE,
|
||||
|
|
Loading…
Add table
Reference in a new issue