Re: [ovs-dev] ofproto-dpif: fix packet_execute_prepare

2022-01-24 Thread Mike Pattrick
On Mon, Jan 17, 2022 at 10:44 PM Peng He wrote: > > In the commit 1df7f7aac8c976690167261fec9a50d832ef9e7e, the packet > metadata's in_port has been changed from ofp port into odp port, > however, the odp->flow->in_port is still ofp_port. This patch changes > the odp->flow->in_port into odp_port.

Re: [ovs-dev] ofproto-dpif: fix packet_execute_prepare

2022-01-17 Thread 0-day Robot
Bleep bloop. Greetings 贺鹏, 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 Peng He needs to sign off. WARNING: Unexpected sign-offs from developers who are not

[ovs-dev] ofproto-dpif: fix packet_execute_prepare

2022-01-17 Thread Peng He
In the commit 1df7f7aac8c976690167261fec9a50d832ef9e7e, the packet metadata's in_port has been changed from ofp port into odp port, however, the odp->flow->in_port is still ofp_port. This patch changes the odp->flow->in_port into odp_port. Fixes: 1df7f7aac8 ("ofproto-dpif: Restore packet metadata