Re: [ovs-dev] [PATCH v13 7/7] netdev-offload-tc: Add offload support for sFlow

2021-07-14 Thread 0-day Robot
Bleep bloop. Greetings Chris Mi, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 81 characters long (recommended limit is 79) #56 FILE: lib/netdev-offload-tc.c:1100

[ovs-dev] [PATCH v13 7/7] netdev-offload-tc: Add offload support for sFlow

2021-07-14 Thread Chris Mi via dev
Create a unique group ID to map the sFlow info when offloading sFlow action to TC. When showing the offloaded datapath flows, translate the group ID from TC sample action to sFlow info using the mapping. Signed-off-by: Chris Mi Reviewed-by: Eli Britstein --- NEWS| 1 + lib