Re: Generic flow string parser

2023-05-26 Thread Cliff Burdick
On Sat, Apr 29, 2023 at 2:49 PM Cliff Burdick wrote: > > So the only things we need are 2 functions, if I understand well: > > > > int rte_flow_to_text(const struct rte_flow*); > > struct rte_flow *rte_flow_from_text(const char *); > > > > Here I assume the

Re: Generic flow string parser

2023-04-29 Thread Cliff Burdick
memory allocations for the correct size. On Sat, Apr 29, 2023 at 2:40 PM Thomas Monjalon wrote: > This thread is an API suggestion, it should be discussed in > the developer mailing list (did the Cc here). > > 29/04/2023 16:23, Cliff Burdick: > > > Would rather the flow parser w

[PATCH] Add support for NVIDIA ARM implementer ID

2022-05-09 Thread Cliff Burdick
build: added NVIDIA ARM implementer ID NVIDIA ARM CPUs (Xavier, Grace) use implementer ID 0x4e. This patch adds initial support for the Xavier chip rather than compiling using the generic platform. Signed-off-by: Cliff Burdick cburd...@nvidia.com<mailto:cburd...@nvidia.com> --- conf

[PATCH] gpu: add support for rtx 6000 variant

2022-04-29 Thread Cliff Burdick
gpu: added second RTX 6000 device ID variant Added second GPU PCI device ID for RTX 6000 Signed-off-by: Cliff Burdick mailto:cburd...@nvidia.com>> --- drivers/gpu/cuda/cuda.c| 6 +- drivers/gpu/cuda/devices.h | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/d

[PATCH] Add support for NVIDIA ARM implementer ID

2022-04-29 Thread Cliff Burdick
build: added NVIDIA ARM implementer ID NVIDIA ARM CPUs (Xavier, Grace) use implementer ID 0x4e. This patch adds initial support for the Xavier chip rather than compiling using the generic platform. Signed-off-by: Cliff Burdick --- config/arm/meson.build | 18 ++ 1 file changed