Re: [ovs-dev] [PATCH v28 3/8] netdev-offload-tc: Introduce group ID management API

2024-03-25 Thread Chris Mi via dev
On 6/24/2023 4:17 AM, Ilya Maximets wrote: On 6/19/23 07:05, Chris Mi wrote: When offloading sample action to TC, userspace creates a unique ID to map sample action and tunnel info and passes this ID to kernel instead of the sample info. Kernel will send this ID and sampled packet to userspace.

Re: [ovs-dev] [PATCH v28 3/8] netdev-offload-tc: Introduce group ID management API

2023-06-23 Thread Ilya Maximets
On 6/19/23 07:05, Chris Mi wrote: > When offloading sample action to TC, userspace creates a unique ID > to map sample action and tunnel info and passes this ID to kernel > instead of the sample info. Kernel will send this ID and sampled > packet to userspace. Using the ID, userspace can recover

Re: [ovs-dev] [PATCH v28 3/8] netdev-offload-tc: Introduce group ID management API

2023-06-19 Thread Eelco Chaudron
On 19 Jun 2023, at 7:05, Chris Mi wrote: > When offloading sample action to TC, userspace creates a unique ID > to map sample action and tunnel info and passes this ID to kernel > instead of the sample info. Kernel will send this ID and sampled > packet to userspace. Using the ID, userspace

[ovs-dev] [PATCH v28 3/8] netdev-offload-tc: Introduce group ID management API

2023-06-18 Thread Chris Mi via dev
When offloading sample action to TC, userspace creates a unique ID to map sample action and tunnel info and passes this ID to kernel instead of the sample info. Kernel will send this ID and sampled packet to userspace. Using the ID, userspace can recover the sample info and send sampled packet to