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

Lance Richardson lance.richardson at broadcom.com
Tue May 28 13:23:42 CEST 2019


On Tue, May 28, 2019 at 5:08 AM Ferruh Yigit <ferruh.yigit at 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


More information about the dev mailing list