> -Original Message-
> From: dev On Behalf Of Stephen Hemminger
> Sent: Thursday, April 23, 2020 1:30
> To: dev@dpdk.org
> Cc: Stephen Hemminger ; Nélio Laranjeiro
>
> Subject: [dpdk-dev] [PATCH] common/mlx5: reduce size of netlink buffer
>
> Since the driv
Since the driver is just using netlink to receive acknowledgements
for command requests, having a large (32K) buffer is unnecessary.
Allocating large buffers on stack will break in application is
using smaller per-thread stacks.
It looks like original code intended to use a smaller buffer
for the
2 matches
Mail list logo