[dpdk-dev] [PATCH v2 03/10] net/bnxt: implement vector mode driver

Ferruh Yigit ferruh.yigit at intel.com
Tue May 28 11:08:36 CEST 2019


On 5/24/2019 3:49 PM, Lance Richardson wrote:
> @@ -1597,6 +1659,8 @@
> 
>  bnxt_txq_info_get_op(struct rte_eth_dev *dev, uint16_t queue_id,
> 
> static int bnxt_mtu_set_op(struct rte_eth_dev *eth_dev, uint16_t new_mtu)
> {
> + uint32_t new_pkt_size = new_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN +
> + VLAN_TAG_SIZE * BNXT_NUM_VLANS;

'ETHER_HDR_LEN' & 'ETHER_CRC_LEN' are renamed to
'RTE_ETHER_HDR_LEN' & 'RTE_ETHER_CRC_LEN'

I am mostly fixing these while applying but since there will be a new version,
can you please rebase on top of latest next-net, to be able to catch these.


More information about the dev mailing list