Re: [dpdk-dev] [PATCH] net/sfc/base: fix unused argument warning

2018-01-19 Thread Ferruh Yigit
On 1/19/2018 6:47 AM, Andrew Rybchenko wrote: > From: Andy Moreton > > The type_data argument to ef10_rx_qcreate is only used > in builds with EFSYS_OPT_RX_PACKED_STREAM. note this as > an usued argument to avoid warnings in builds without > packed stream support. > > Fixes: b749646dade4 ("net/s

[dpdk-dev] [PATCH] net/sfc/base: fix unused argument warning

2018-01-18 Thread Andrew Rybchenko
From: Andy Moreton The type_data argument to ef10_rx_qcreate is only used in builds with EFSYS_OPT_RX_PACKED_STREAM. note this as an usued argument to avoid warnings in builds without packed stream support. Fixes: b749646dade4 ("net/sfc/base: add function to create packed stream RxQ") Signed-of