Re: [PATCH 1/3] doc: gro API changes notice

2025-06-17 Thread Stephen Hemminger
On Tue, 17 Jun 2025 18:42:52 +0300 Maayan Kashani wrote: > when using --no-numa option, > gro should be initiated with SOCKET_ID_ANY > to allow using cross NUMA. > > API changes notice: > Changed socket_id field in struct rte_gro_param from uint16 to > int32 to support negative value -1 (== SOCK

[PATCH 1/3] doc: gro API changes notice

2025-06-17 Thread Maayan Kashani
when using --no-numa option, gro should be initiated with SOCKET_ID_ANY to allow using cross NUMA. API changes notice: Changed socket_id field in struct rte_gro_param from uint16 to int32 to support negative value -1 (== SOCKET_ID_ANY). Changed gro_tbl_create typedef to receive negative socket inp