Re: [PATCH net-next 2/3] idpf: make virtchnl2.h self-contained

2024-03-26 Thread Jakub Kicinski
On Tue, 26 Mar 2024 17:41:15 +0100 Alexander Lobakin wrote: > To ease maintaining of virtchnl2.h, which already is messy enough, > make it self-contained by adding missing if_ether.h include due to > %ETH_ALEN usage. > At the same time, virtchnl2_lan_desc.h is not used anywhere in the > file, so re

Re: [PATCH net-next 2/3] idpf: make virtchnl2.h self-contained

2024-03-26 Thread Gustavo A. R. Silva
On 3/26/24 10:41, Alexander Lobakin wrote: To ease maintaining of virtchnl2.h, which already is messy enough, make it self-contained by adding missing if_ether.h include due to %ETH_ALEN usage. At the same time, virtchnl2_lan_desc.h is not used anywhere in the file, so remove this include to s