> First the code cause problem in the driver looks in another place, following
> in
> 'bnxt_mtu_set_op()':
>
>if (new_mtu > RTE_ETHER_MTU) {
>bp->flags |= BNXT_FLAG_JUMBO;
>bp->eth_dev->data->dev_conf.rxmode.offloads |=
>
nanyev, Konstantin
> > > > > > > ;
> > > > > > > Xing, Beilei ; Lu, Wenzhuo
> > > > > > > ;
> > > > > > > Iremonger, Bernard ; Yang, Qiming
> > > > > > > ; m...@ashroe.eu; nhor...@tuxdri
ee below.
05/11/2020 11:44, Thomas Monjalon:
05/11/2020 11:37, Ferruh Yigit:
On 11/5/2020 9:33 AM, Yang, SteveX wrote:
From: Andrew Rybchenko
Sent: Thursday, November 5, 2020 4:54 PM
To: Thomas Monjalon ; Yang, SteveX
; Yigit, Ferruh
Cc: dev@dpdk.org; Ananyev, Konstantin ;
Xing, Beilei ; Lu,
> > > > > ;
> > > > > > Iremonger, Bernard ; Yang, Qiming
> > > > > > ; m...@ashroe.eu; nhor...@tuxdriver.com;
> > > > > > david.march...@redhat.com
> > > > > > Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: f
march...@redhat.com
Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet
length for VLAN packets
On 11/4/20 11:39 PM, Thomas Monjalon wrote:
04/11/2020 21:19, Ferruh Yigit:
On 11/4/2020 5:55 PM, Thomas Monjalon wrote:
04/11/2020 18:07, Ferruh Yigit:
On 11/4/2020 4:51 PM, Thomas Mon
, Konstantin ;
Xing, Beilei ; Lu, Wenzhuo ;
Iremonger, Bernard ; Yang, Qiming
; m...@ashroe.eu; nhor...@tuxdriver.com;
david.march...@redhat.com
Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet
length for VLAN packets
On 11/4/20 11:39 PM, Thomas Monjalon wrote:
04/11/2020 21:19
> >> Iremonger, Bernard ; Yang, Qiming
> > >> ; m...@ashroe.eu; nhor...@tuxdriver.com;
> > >> david.march...@redhat.com
> > >> Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet
> > >> length for VLAN packets
> > >>
>
; Yigit, Ferruh
> >> Cc: dev@dpdk.org; Ananyev, Konstantin ;
> >> Xing, Beilei ; Lu, Wenzhuo ;
> >> Iremonger, Bernard ; Yang, Qiming
> >> ; m...@ashroe.eu; nhor...@tuxdriver.com;
> >> david.march...@redhat.com
> >> Subject: Re: [dpdk-dev
...@ashroe.eu; nhor...@tuxdriver.com;
david.march...@redhat.com
Subject: Re: [dpdk-dev] [PATCH v8 1/2] app/testpmd: fix max rx packet
length for VLAN packets
On 11/4/20 11:39 PM, Thomas Monjalon wrote:
04/11/2020 21:19, Ferruh Yigit:
On 11/4/2020 5:55 PM, Thomas Monjalon wrote:
04/11/2020 18:07
On 11/4/20 11:39 PM, Thomas Monjalon wrote:
> 04/11/2020 21:19, Ferruh Yigit:
>> On 11/4/2020 5:55 PM, Thomas Monjalon wrote:
>>> 04/11/2020 18:07, Ferruh Yigit:
On 11/4/2020 4:51 PM, Thomas Monjalon wrote:
> 03/11/2020 14:29, Ferruh Yigit:
>> On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
04/11/2020 21:19, Ferruh Yigit:
> On 11/4/2020 5:55 PM, Thomas Monjalon wrote:
> > 04/11/2020 18:07, Ferruh Yigit:
> >> On 11/4/2020 4:51 PM, Thomas Monjalon wrote:
> >>> 03/11/2020 14:29, Ferruh Yigit:
> On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
> > On 11/2/2020 8:52 AM, SteveX Yang wrot
On 11/4/2020 5:55 PM, Thomas Monjalon wrote:
04/11/2020 18:07, Ferruh Yigit:
On 11/4/2020 4:51 PM, Thomas Monjalon wrote:
03/11/2020 14:29, Ferruh Yigit:
On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
On 11/2/2020 8:52 AM, SteveX Yang wrote:
When the max rx packet length is smaller than the sum
04/11/2020 18:07, Ferruh Yigit:
> On 11/4/2020 4:51 PM, Thomas Monjalon wrote:
> > 03/11/2020 14:29, Ferruh Yigit:
> >> On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
> >>> On 11/2/2020 8:52 AM, SteveX Yang wrote:
> When the max rx packet length is smaller than the sum of mtu size and
> ether
On 11/4/2020 4:51 PM, Thomas Monjalon wrote:
03/11/2020 14:29, Ferruh Yigit:
On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
On 11/2/2020 8:52 AM, SteveX Yang wrote:
When the max rx packet length is smaller than the sum of mtu size and
ether overhead size, it should be enlarged, otherwise the VLAN
03/11/2020 14:29, Ferruh Yigit:
> On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
> > On 11/2/2020 8:52 AM, SteveX Yang wrote:
> >> When the max rx packet length is smaller than the sum of mtu size and
> >> ether overhead size, it should be enlarged, otherwise the VLAN packets
> >> will be dropped.
> >>
On 11/2/2020 11:48 AM, Ferruh Yigit wrote:
On 11/2/2020 8:52 AM, SteveX Yang wrote:
When the max rx packet length is smaller than the sum of mtu size and
ether overhead size, it should be enlarged, otherwise the VLAN packets
will be dropped.
Fixes: 35b2d13fd6fd ("net: add rte prefix to ether de
On 11/2/2020 8:52 AM, SteveX Yang wrote:
When the max rx packet length is smaller than the sum of mtu size and
ether overhead size, it should be enlarged, otherwise the VLAN packets
will be dropped.
Fixes: 35b2d13fd6fd ("net: add rte prefix to ether defines")
Signed-off-by: SteveX Yang
Revie
When the max rx packet length is smaller than the sum of mtu size and
ether overhead size, it should be enlarged, otherwise the VLAN packets
will be dropped.
Fixes: 35b2d13fd6fd ("net: add rte prefix to ether defines")
Signed-off-by: SteveX Yang
---
app/test-pmd/testpmd.c | 23 +
18 matches
Mail list logo