Hi,
I am having trouble using the DPAA FMan Coarse Classifier on the T1040D4RDB. As far as I can tell, I have fully set up this software on the board. When booting, the microcode is loaded correctly, the clock is selected and turned on, and I can print in memacEndRxHandle each time a packet comes in. However, I want to add a Coarse Classifier to only let in packets if they match a given MAC address. I followed the guidelines in vxbQoriQFman.c. I can see the fmanCcPortConfig and fmanCcConfigAdd go through, but it doesn't filter out any packets. I also tried to get the FMC tool working but I couldn't get the library versions to line up. Is there any demo code that I can use to filter out packets or are there any suggestions for how I can get this working?
Thanks