22/02/2022 20:35, Nithin Dabilpuram:
> Add table for environment variables used by cnxk drivers.
>
> Signed-off-by: Nithin Dabilpuram
> ---
> +.. table:: cnxk environment variables
> +
> +
> +---+-+-+
> + | # | Variable name
On Sat, Feb 26, 2022 at 2:52 PM Thomas Monjalon wrote:
>
> 22/02/2022 20:35, Nithin Dabilpuram:
> > Add table for environment variables used by cnxk drivers.
> >
> > Signed-off-by: Nithin Dabilpuram
> > ---
> > +.. table:: cnxk environment variables
> > +
> > +
> > +---+---
Added support for packet generation in
multi-port Arkville implementations. The packet
generator is a singleton within the device but is
capable of generating packets for any port within
one device.
Signed-off-by: John Miller
---
drivers/net/ark/ark_ethdev.c | 4 +++-
drivers/net/ark/ark_global.
26/02/2022 10:37, Jerin Jacob:
> On Sat, Feb 26, 2022 at 2:52 PM Thomas Monjalon wrote:
> >
> > 22/02/2022 20:35, Nithin Dabilpuram:
> > > Add table for environment variables used by cnxk drivers.
> > >
> > > Signed-off-by: Nithin Dabilpuram
> > > ---
> > > +.. table:: cnxk environment variables
Add parentheses to 'if' clause, otherwise will enlarged the
chance of error return.
Fixes: 44c730b0e37971 ("sched: add PIE based congestion management")
Signed-off-by: Weiguo Li
---
lib/sched/rte_pie.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/sched/rte_pie.c
On 2/25/2022 8:50 PM, Jeff Daly wrote:
Currently the ixgbe driver does not ID any SFP except for the first one
plugged in. This can lead to no-link, or incorrect speed conditions.
For example:
* If link is initially established with a 1G SFP, and later a 1G/10G
multispeed part is later installe
On Sat, 26 Feb 2022 22:55:30 +0800
Weiguo Li wrote:
> Add parentheses to 'if' clause, otherwise will enlarged the
> chance of error return.
>
> Fixes: 44c730b0e37971 ("sched: add PIE based congestion management")
>
> Signed-off-by: Weiguo Li
> ---
> lib/sched/rte_pie.c | 6 +++---
> 1 file ch
No need to explicitly enable drivers bus/vdev and mempool/ring.
bus/vdev is always enabled since
commit 2e33309ebe03 ("config: enable/disable drivers in Arm builds")
mempool/ring is always enabled since
commit 81c2337e044d ("build: make ring mempool driver mandatory")
Signed-off-by: Thomas Monja
When building the kernel modules, try to get the kernel
version from the kernel sources first. This fixes the
kernel modules installation directory if the target kernel
version differs from the host kernel version, like for
CI build or when packaging for linux distributions.
Signed-off-by: Ferdina
On Sat, 26 Feb 2022 09:31:37 -0800, Stephen Hemminger wrote:
> > Add parentheses to 'if' clause, otherwise will enlarged the
> > chance of error return.
> >
> > Fixes: 44c730b0e37971 ("sched: add PIE based congestion management")
> >
> > Signed-off-by: Weiguo Li
> > ---
> > lib/sched/rte_pie.c
'rte_pie_rt_data_init(NULL)' is not expected, and it's ought to
fail when this happen. The malloc inside this funtion didn't work.
So remove the malloc otherwise will lead to a memory leak.
Fixes: 44c730b0e37971 ("sched: add PIE based congestion management")
Signed-off-by: Weiguo Li
---
v2:
* re
> -Original Message-
> From: Liu, KevinX
> Sent: Friday, December 24, 2021 11:09 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z ; Yang, SteveX ;
> Liu, KevinX ; sta...@dpdk.org
> Subject: [PATCH] net/ice: fix Tx offload path choice
>
> Testpmd forwards packets in checksum mode that it needs t
Device arguments list is provided along with its identifier as part of
EAL arguments.
The arguments specified in the list are taken from it, and the rest is
initialized to the default values.
When no list is provided at all, all arguments should have been
initialized to their default values. Howev
13 matches
Mail list logo