05/12/2020 02:10, Pallavi Kadam:
> --- a/drivers/net/meson.build
> +++ b/drivers/net/meson.build
> @@ -1,9 +1,6 @@
> # SPDX-License-Identifier: BSD-3-Clause
> # Copyright(c) 2017 Intel Corporation
>
> -if is_windows
> - subdir_done()
> -endif
>
> drivers = ['af_packet',
> 'af_xdp',
04/12/2020 23:31, Stephen Hemminger:
> On Fri, 4 Dec 2020 15:27:45 -0500
> Ed Czeck wrote:
>
> > Access to mbuf dynfields in application code requires variable
> > export through header and dynamic library.
> >
> > Fixes: a926951a606f ("net/ark: switch Rx timestamp to dynamic mbuf field")
> > C
From: Wang Liming
Remove redundant "nr_hugepages" words from mlx4 and mlx5 doc.
Signed-off-by: Wang Liming
---
doc/guides/nics/mlx4.rst | 2 +-
doc/guides/nics/mlx5.rst | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/guides/nics/mlx4.rst b/doc/guides/nics/mlx4.rst
in
On Mon, 7 Dec 2020 01:31:14 +0800
walimis...@gmail.com wrote:
> From: Wang Liming
>
> Remove redundant "nr_hugepages" words from mlx4 and mlx5 doc.
>
> Signed-off-by: Wang Liming
> ---
> doc/guides/nics/mlx4.rst | 2 +-
> doc/guides/nics/mlx5.rst | 2 +-
> 2 files changed, 2 insertions(+), 2
On Fri, 04 Dec 2020 16:51:09 +0900
Hideyuki Yamashita wrote:
> +
> +/* Macros for printing using RTE_LOG */
> +#define RTE_LOGTYPE_APISTATS RTE_LOGTYPE_USER1
> +
Please don't use static logtypes.
Better to allocate a dynamic logtype value and use that.
Hi, Ferruh,
I have sent V1 patch, please check it out, thanks;
https://patches.dpdk.org/patch/84716/
在 2020/12/2 18:44, Ferruh Yigit 写道:
On 11/30/2020 8:29 AM, Min Hu (Connor) wrote:
Hi, Ferruh, and all,
are there any comments about this set of patch?
I am good with this one, w
Currently, when creating the index pool, if the trunk size is not
configured, the index pool default trunk size will be 4096.
The maximum tunnel offload supported now is 256(MLX5_MAX_TUNNELS),
create the index pool with trunk size 4096 wastes the memory.
This commits changes the tunnel offload in
||
| HOST |
||
| || |---| |
| | ns2| |
8 matches
Mail list logo