Re: [PATCH v3 2/3] hw/net: e1000e: Correct the initial value of VET register

2021-07-22 Thread Jason Wang
在 2021/7/21 下午12:15, Bin Meng 写道: From: Christina Wang The initial value of VLAN Ether Type (VET) register is 0x8100, as per the manual and real hardware. While Linux e1000e driver always writes VET register to 0x8100, it is not always the case for everyone. Drivers relying on the reset valu

[PATCH v3 2/3] hw/net: e1000e: Correct the initial value of VET register

2021-07-20 Thread Bin Meng
From: Christina Wang The initial value of VLAN Ether Type (VET) register is 0x8100, as per the manual and real hardware. While Linux e1000e driver always writes VET register to 0x8100, it is not always the case for everyone. Drivers relying on the reset value of VET won't be able to transmit and