Re: [PATCH net-next v4 1/2] vxlan: introduce vxlan_rdst_append
From: Mike Rapoport <hidden>
Date: 2013-06-24 07:21:16
From: Mike Rapoport <hidden>
Date: 2013-06-24 07:21:16
On Mon, Jun 24, 2013 at 9:02 AM, Cong Wang [off-list ref] wrote:
On Sun, 23 Jun 2013 at 16:22 GMT, Mike Rapoport [off-list ref] wrote:quoted
{ struct vxlan_rdst *rd; /* protected by vxlan->hash_lock */ - list_for_each_entry(rd, &f->remotes, list) { + list_for_each_entry(rd, remotes, list) {This patch is based on Stephen's patches which are not yet merged into net-next, right? If so, I think you have to wait. My IPv6 patches are pending because of his patches too.
I know that my patches (as well as OVS pacthes) are getting in the way of your IPv6 work. I've patiently waited at the beginning of the cycle for you to merge the IPv6 patches. Afterwards I've waited for Stephen and David to reach an agreement about the list implementation. So I think I can send the patches for review without waiting, even although vxlan-net has not been merged into the net-next yet. -- Sincerely yours, Mike.