]> git.droids-corp.org - dpdk.git/commit
net/cnxk: fix inline device RQ tag mask
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Tue, 22 Feb 2022 19:35:03 +0000 (01:05 +0530)
committerJerin Jacob <jerinj@marvell.com>
Wed, 23 Feb 2022 16:36:45 +0000 (17:36 +0100)
commit82529cff18df734262077661c6a91560b1fd8833
treedf57ba697b293cf3457463ff359c42a287a7dd10
parent90b361368c7bb73e6ad2b0aeb509856a956f3fa6
net/cnxk: fix inline device RQ tag mask

Fix inline device RQ  tagmask to get packets with receive errors
as type ETHDEV packets to callback handler so that packet buffers
can get freed. Currently only IPsec denied packets get the right
tag mask.

Fixes: ee48f711f3b0 ("common/cnxk: support NIX inline inbound and outbound setup")
Cc: stable@dpdk.org
Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>
drivers/common/cnxk/roc_nix_inl.c
drivers/net/cnxk/cnxk_ethdev.c