Re: [ovs-dev] [PATCH v2 1/3] upcall: prevent from installing flows when inconsistence

2021-10-27 Thread 0-day Robot
Bleep bloop. Greetings lic...@chinatelecom.cn, 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: ERROR: Author lic...@chinatelecom.cn needs to sign off. WARNING: Unexpected sign-off

[ovs-dev] [PATCH v2 1/3] upcall: prevent from installing flows when inconsistence

2021-10-27 Thread lic...@chinatelecom.cn
In ovs kernel datapath upcall, the *key* and packet are passed to userspace. The key contains the fields/meta extracted from packet. Once the ovs-vswitchd receives the upcall, the packet is extracted again into *flow*. Next, the flow is used to match openflow rules to generate the wildcard(wc). A