qemu-stable
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [PATCH for-7.2] rtl8139: honor large send MSS value


From: Tobias Fiebig
Subject: RE: [PATCH for-7.2] rtl8139: honor large send MSS value
Date: Wed, 16 Nov 2022 11:04:26 +0100

Heho,
> Ok, I think I found at least one issue:
> 
> /* large send MSS mask, bits 16...25 */
> #define CP_TC_LGSEN_MSS_MASK ((1 << 12) - 1)
> 
> First, MSS occupies 11 bits from 16 to 26 Second, the mask is wrong it should 
> be ((1 << 11) - 1)
Awesome, thanks, will give this a shot later on and let you know.

With best regards,
Tobias




reply via email to

[Prev in Thread] Current Thread [Next in Thread]