local_conf.rxmode.offloads,
dev_info.rx_offload_capa,
__func__);
- /* Will return -EINVAL in the next release */
+ return -EINVAL;
}
if ((local_conf.txmode.offloads & dev_info.tx_offload_capa) !=
local_conf.txmode.offloads) {
local_conf.txmode.offloads,
dev_info.tx_offload_capa,
__func__);
- /* Will return -EINVAL in the next release */
+ return -EINVAL;
}
/* Check that device supports requested rss hash functions. */
local_conf.offloads,
dev_info.rx_queue_offload_capa,
__func__);
- /* Will return -EINVAL in the next release */
+ return -EINVAL;
}
ret = (*dev->dev_ops->rx_queue_setup)(dev, rx_queue_id, nb_rx_desc,
local_conf.offloads,
dev_info.tx_queue_offload_capa,
__func__);
- /* Will return -EINVAL in the next release */
+ return -EINVAL;
}
return eth_err(port_id, (*dev->dev_ops->tx_queue_setup)(dev,