Hello @Nabidev,
First, I would like to welcome you to the community.
Second, the point you just mentioned occurs when working with RMII at 10 MHz. As explained in erratum 2.22.10, dribble errors are rare, but when they happen, the extra nibble caused by the PHY results in a CRC error, which leads to the received packet being dropped.
That is why you should consider the Dribble bit error only when working in MII mode. Encountering such an error with RMII at 10 MHz causes packet drops due to the CRC error bit being flagged. The solution is to enable error packet forwarding (FEP) to resolve it.
Best regards,