lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 17 Apr 2020 18:57:15 +0800
From:   Tonghao Zhang <xiangxia.m.yue@...il.com>
To:     Saeed Mahameed <saeedm@...lanox.com>
Cc:     Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: discussion mlx5e vlan forwarding

Hi Saeed and maintainers

In one case, I want to push vlan and forward the packets to one VF. Tc
command shown as below
$ tc filter add dev $PF0_REP0 parent ffff: protocol ip prio 1 chain 0 \
    flower src_mac 0a:47:da:d6:40:04 dst_mac 00:11:22:33:44:66 \
    action vlan push id 200 pipe action mirred egress redirect dev $PF_REP1

dmesg:
mlx5_core 0000:82:00.0: mlx5_cmd_check:756:(pid 10735):
SET_FLOW_TABLE_ENTRY(0x936) op_mod(0x0) failed, status bad
parameter(0x3), syndrome (0xa9c090)

So do we support that forwarding ?

kernel version: 5.6.0-rc7+ [OFED 5.0 has that issue too]
firmware-version: 16.27.1016
NIC: Mellanox Technologies MT27800 Family [ConnectX-5]
-- 
Best regards, Tonghao

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ