20/05/2022 12:12, Tyler Retzlaff: > @@ -590,4 +588,3 @@ static int uplane_encap_no_integrity(uint32_t sn_size, uint8_t dir, > return n - i; > }; > > -#endif /* !RTE_EXEC_ENV_WINDOWS */ When removing the last line of a file, you should remove the blank line before. I'll fix when merging.