Re: [ovs-dev] [PATCH ovn 1/4] logical-fields: add rarp fields

2022-11-01 Thread Numan Siddique
On Mon, Oct 24, 2022 at 6:47 AM Felix Hüttner via dev wrote: > > We need to be able to handle rarp fields in order to ensure we can > handle rarp messages we send ourselves. > This will be used by the next patch in the series. > > Signed-off-by: Felix Huettner Acked-by: Numan Siddique Numan

Re: [ovs-dev] [PATCH ovn 1/4] logical-fields: add rarp fields

2022-10-24 Thread 0-day Robot
Bleep bloop. Greetings Felix Hüttner, 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 Felix Hüttner needs to sign off. WARNING: Unexpected sign-offs from developers

[ovs-dev] [PATCH ovn 1/4] logical-fields: add rarp fields

2022-10-24 Thread Felix Hüttner via dev
We need to be able to handle rarp fields in order to ensure we can handle rarp messages we send ourselves. This will be used by the next patch in the series. Signed-off-by: Felix Huettner --- lib/logical-fields.c | 8 lib/ovn-util.c | 2 +- ovn-sb.xml | 2 ++ 3 files