On Wed, Feb 05, 2025 at 10:36:03AM +0800, Song Yoong Siang wrote:
Set the buffer type to IGC_TX_BUFFER_TYPE_SKB for empty frame in the igc_init_empty_frame function. This ensures that the buffer type is correctly identified and handled during Tx ring cleanup.
Fixes: db0b124f02ba ("igc: Enhance Qbv scheduling by using first flag bit") Cc: stable@vger.kernel.org # 6.2+ Signed-off-by: Song Yoong Siang yoong.siang.song@intel.com
Reviewed-by: Simon Horman horms@kernel.org