diff options
author | Ratheesh Kannoth <rkannoth@marvell.com> | 2023-06-19 11:36:38 +0530 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-06-20 20:16:20 -0700 |
commit | 365eb32e4b456064aea4db61adc0a65b8a09bc80 (patch) | |
tree | e9af9e1bcc4abac344b0f185b6222db1c5495649 /net/unix/af_unix.c | |
parent | f0d952646bcf186d6d1bea6ec89f96b7e57f3b83 (diff) | |
download | linux-365eb32e4b456064aea4db61adc0a65b8a09bc80.tar.gz linux-365eb32e4b456064aea4db61adc0a65b8a09bc80.tar.bz2 linux-365eb32e4b456064aea4db61adc0a65b8a09bc80.zip |
octeontx2-pf: TC flower offload support for rxqueue mapping
TC rule support to offload rx queue mapping rules.
Eg:
tc filter add dev eth2 ingress protocol ip flower \
dst_ip 192.168.8.100 \
action skbedit queue_mapping 4 skip_sw
action mirred ingress redirect dev eth5
Packets destined to 192.168.8.100 will be forwarded to rx
queue 4 of eth5 interface.
tc filter add dev eth2 ingress protocol ip flower \
dst_ip 192.168.8.100 \
action skbedit queue_mapping 9 skip_sw
Packets destined to 192.168.8.100 will be forwarded to rx
queue 4 of eth2 interface.
Signed-off-by: Ratheesh Kannoth <rkannoth@marvell.com>
Link: https://lore.kernel.org/r/20230619060638.1032304-1-rkannoth@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions