[dpdk-stable] [dpdk-dev] [PATCH] net/octeontx: fix max Rx packet length corruption

Jerin Jacob jerinjacobk at gmail.com
Thu Feb 4 12:00:58 CET 2021


On Fri, Jan 29, 2021 at 12:46 AM Harman Kalra <hkalra at marvell.com> wrote:
>
> On Tue, Jan 26, 2021 at 02:22:43PM +0530, skori at marvell.com wrote:
> > From: Sunil Kumar Kori <skori at marvell.com>
> >
> > Maximum Rx packet length is getting updated twice which
> > corrupts actual value.
> >
> > Fixes: 3151e6a687a3 ("net/octeontx: support MTU")
> > Cc: stable at dpdk.org
> >
> > Signed-off-by: Sunil Kumar Kori <skori at marvell.com>
>
> Thanks for fixing.
>
> Acked-by: Harman Kalra <hkalra at marvell.com>

Applied to dpdk-next-net-mrvl/for-main. Thanks



>
> > ---
> >  drivers/net/octeontx/octeontx_ethdev.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/drivers/net/octeontx/octeontx_ethdev.c b/drivers/net/octeontx/octeontx_ethdev.c
> > index 81779885d..5836dbe09 100644
> > --- a/drivers/net/octeontx/octeontx_ethdev.c
> > +++ b/drivers/net/octeontx/octeontx_ethdev.c
> > @@ -867,7 +867,6 @@ octeontx_dev_info(struct rte_eth_dev *dev,
> >
> >       dev_info->max_mac_addrs =
> >                               octeontx_bgx_port_mac_entries_get(nic->port_id);
> > -     dev_info->max_rx_pktlen = PKI_MAX_PKTLEN;
> >       dev_info->max_rx_queues = 1;
> >       dev_info->max_tx_queues = PKO_MAX_NUM_DQ;
> >       dev_info->min_rx_bufsize = 0;
> > --
> > 2.25.1
> >


More information about the stable mailing list