About bug of Ethernet Driver of YOCTO Linux BSP for i.MX6UL

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About bug of Ethernet Driver of YOCTO Linux BSP for i.MX6UL

846 Views
yuuki
Senior Contributor II

Dear all,

We run Yocto Linux BSP on MX6UL_EVK board.
Linux : fsl-yocto-L3.14.38_6ul-ga.tar.gz

We test an Ethernet function(at High load).
However, when the Receive transaction stops, some data are left in the Receive descriptor queue(and FIFO).
(Linux Kernel cannot receive data.)

If some packets are received as a dummy in addition the data in descripter queue are sent to kaernel.

We think as follows.
In the case of high load, the Receive polling is executed by the interrupt trigger.
However, an interrupt does not occur when the Receive stops.
As a result, data have remained in teh Receive descriptor queue.

May I have the patch which revised this problem?

Best Regards,
Yuuki

Labels (3)
0 Kudos
0 Replies