[dpdk-dev] [PATCH v2] e1000: mark rxq with RTE_SET_USED

2015-10-28 Thread Thomas Monjalon
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 i

[dpdk-dev] [PATCH v2] e1000: mark rxq with RTE_SET_USED

2015-10-28 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Wednesday, October 28, 2015 4:08 PM > To: dev at dpdk.org > Subject: [dpdk-dev] [PATCH v2] e1000: mark rxq with RTE_SET_USED > > This patch marks rxq

[dpdk-dev] [PATCH v2] e1000: mark rxq with RTE_SET_USED

2015-10-28 Thread Harry van Haaren
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 --- v2: Fixed Fixes line