net/nfp: remove reference to old offload API
This was missed in a previous patch for using new offload API.
It turns out the line can be removed because that internal PMD
crc_len data is not being used.
Fixes: a922c6a789
("net/nfp: support new HW offloads API")
Signed-off-by: Alejandro Lucero <alejandro.lucero@netronome.com>
This commit is contained in:
parent
c8ef6d231b
commit
f0caa20c40
@ -1508,8 +1508,6 @@ nfp_net_rx_queue_setup(struct rte_eth_dev *dev,
|
||||
rxq->rx_count = nb_desc;
|
||||
rxq->port_id = dev->data->port_id;
|
||||
rxq->rx_free_thresh = rx_conf->rx_free_thresh;
|
||||
rxq->crc_len = (uint8_t) ((dev->data->dev_conf.rxmode.hw_strip_crc) ? 0
|
||||
: ETHER_CRC_LEN);
|
||||
rxq->drop_en = rx_conf->rx_drop_en;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user