Re: [ovs-dev] [PATCH V4 2/9] compat: Fix up changes to inet frags in 5.1+

2020-03-06 Thread 0-day Robot
Bleep bloop. Greetings Gregory Rose, 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. git-am: error: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the failed pa

[ovs-dev] [PATCH V4 2/9] compat: Fix up changes to inet frags in 5.1+

2020-03-06 Thread Greg Rose
Since Linux kernel release 5.1 the fragments field of the inet_frag_queue structure is removed and now only the rb_fragments structure with an rb_node pointer is used for both ipv4 and ipv6. In addition, the atomic_sub and atomic_add functions are replaced with their equivalent long counterparts.