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
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
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
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
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
5 matches
Mail list logo