On Tue, May 28, 2019 at 5:08 AM Ferruh Yigit <ferruh.yi...@intel.com> wrote: > > 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.
Sure. Will rebase on next-net and resend after addressing feedback. Thanks, Lance