On Mon, 11 Aug 2025 14:13:30 -0700 Mohsin Bashir wrote: > Add support for configuring the header data split threshold. > For fbnic, the tcp data split support is enabled all the time. > > Fbnic supports a maximum buffer size of 4KB. However, the reservation > for the headroom, tailroom, and padding reduce the max header size > accordingly. drivers/net/ethernet/meta/fbnic/fbnic_txrx.c:2214:24: error: use of undeclared identifier 'FBNIC_HDR_BYTES_MIN' 2214 | if (fbn->hds_thresh < FBNIC_HDR_BYTES_MIN) { | ^ You're adding the constant in patch 5 and use it in patch 1. -- pw-bot: cr