You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following bugs are present in the ixgbe driver:
Write to reserved bit 31 of EIMC register in the clear_interrupts function
Write to reserved bits [15:12] of the DTXMXSZRQ register
Bits of RDRXCTL are not set by software. According to the datasheet:
RDRXCTL.RSCFRSTSIZE is by default 0x8 and should be set to 0 by software.
RDRXCTL.RSCACKC is by default 0 and should be set to 1 by software.
RDRXCTL.FCOE_WRFIX is by default 0 and should be set to 1 by software.
The FCTRL register should only be modified/ updated when the RXCTRL.RXEN bit is set to 0, but the set_promisc function updates the filters after RXCTRL.RXEN is set.
The text was updated successfully, but these errors were encountered:
The following bugs are present in the ixgbe driver:
clear_interrupts
functionRDRXCTL.RSCFRSTSIZE is by default 0x8 and should be set to 0 by software.
RDRXCTL.RSCACKC is by default 0 and should be set to 1 by software.
RDRXCTL.FCOE_WRFIX is by default 0 and should be set to 1 by software.
set_promisc
function updates the filters after RXCTRL.RXEN is set.The text was updated successfully, but these errors were encountered: