2015-10-28 16:18, De Lara Guarch, Pablo: > > This patch marks rxq with RTE_SET_USED in > > rx_desc_hlen_type_rss_to_pkt_flags(), when > > ieee1588 is disabled. Previously a compilation > > error occurred on unused-parameter. > > > > Fixes: 1ce6591e238a ("igb: fix ieee1588 frame identification in i210") > > > > Signed-off-by: Harry van Haaren <harry.van.haaren at intel.com> > > Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Applied, thanks To avoid such break, we must check carefully the compilation with different combinations of options. Hope the automated tests will help us more in the near future.