Part Number: TDA4VM
Other Parts Discussed in Thread: TDA4VH
Hi, TI experts
I want to verify the traffic shaping function of the TAS function on vlan ids. TAS can send different packets from the send queue controlled by the configured gated list according to the vlanid characteristics in the flow.
I looked at some of the iproute2 source code,It seems to be able to identify the vlan id in the packet using the following instruction.
tc filter add dev eth0 egress protocol 802.1Q flower vlan_id 5 action skbedit priority 3
Then refer to this link https://software-dl.ti.com/jacinto7/esd/processor-sdk-linux-jacinto7/08_04_00_11/exports/docs/linux/Foundational_Components/Kernel/Kernel_Drivers/Network/CPSW-EST.html#am625-sk-acting-as-a-switch-and-implementing-est-schedule,I used the TDA4VH board as the switch, and then used two TDA4VM, one as the sender and one as the receiver.
However, no corresponding result has been obtained after following the steps. I would like to ask if there are more detailed steps or what needs to be paid attention to during configuration?