I should like to ask about the LLCE module in the S32 series. Taking the example of forwarding CAN frames to Ethernet or Ethernet frames to CAN frames, does its routing and forwarding behaviour rely entirely on hardware lookup tables to map to the destination? Or does it require the CPU to read data from the corresponding cache area, then perform a software lookup to store it in system RAM, before the CPU writes it to the destination? Could you outline the process? Hardware-based routing would be considerably faster but less flexible, whereas software routing would take significantly longer. The documentation only mentions the firmware module without detailing the specific operations involved.