In the AN13423 document shown ETH2CAN: When the PFE receives the Ethernet frame, LLCE parses it and unpacks the IEEE1722 packet / UDP packet and route it to CAN channels.
As ETH2CAN and CAN2ETH will not involve Host CPU resource, I want to use LLCE as the bridge to route the part of received frames to other devices, other frames shall directly read by Host CPU applications.
Frames ---> ETH -- <without routing table> --> Host CPU Application
-- <with routing table> --> LLCE_CAN
I am not sure is here feature can meet the following features:
- if data been configured in ETH2CAN routing table, those data will be automatically routing to LLCE_CAN interface.
- If data is not configured in ETH2CAN routing table, Application shall able to capture those data via Ethernet driver.
Is any option to configure LLCE route configured AVTP/UDP frame (e.g.Frame ID defined as route to LLCE_CAN ), otherwise frame could be received by PFE Ethernet Driver.