net/octeontx2: fix PF flow action for Tx
authorLiron Himi <lironh@marvell.com>
Mon, 18 Jan 2021 10:50:31 +0000 (12:50 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 29 Jan 2021 17:16:08 +0000 (18:16 +0100)
commit701f94a60afbc7c3e28766cc88afa1b5397fdfba
treeb66af23b5e80ffa9610e045a7ef71fe0cba4f64d
parentc711cc2a982d8849ab7ba2582b41c5a4ba5510ee
net/octeontx2: fix PF flow action for Tx

pf-func is 16bit but the current reserved location
used in tx action is 8bits. Moved it to bits 63-48.

Fixes: 32e6aaa97c40 ("net/octeontx2: support flow parse actions")
Cc: stable@dpdk.org
Signed-off-by: Liron Himi <lironh@marvell.com>
Reviewed-by: Kiran Kumar K <kirankumark@marvell.com>
drivers/net/octeontx2/otx2_flow_parse.c
drivers/net/octeontx2/otx2_flow_utils.c