Merge tag 'platform-drivers-x86-v4.16-3' of git://github.com/dvhart/linux-pdx86
[sfrench/cifs-2.6.git] / drivers / target / iscsi / cxgbit / cxgbit_cm.c
index 92eb57e2adaf555fbb4f1938eda4bc78366eb505..8de16016b6de90441c2892367f1b1d9b949382c3 100644 (file)
@@ -893,6 +893,9 @@ cxgbit_offload_init(struct cxgbit_sock *csk, int iptype, __u8 *peer_ip,
                return -ENODEV;
 
        rcu_read_lock();
+       if (!(n->nud_state & NUD_VALID))
+               neigh_event_send(n, NULL);
+
        ret = -ENOMEM;
        if (n->dev->flags & IFF_LOOPBACK) {
                if (iptype == 4)