Date: Mon, 25 Apr 2016 05:58:32 +0000 (UTC) From: Sepherosa Ziehau <sephe@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r298572 - head/sys/dev/hyperv/vmbus Message-ID: <201604250558.u3P5wWks021090@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sephe Date: Mon Apr 25 05:58:32 2016 New Revision: 298572 URL: https://svnweb.freebsd.org/changeset/base/298572 Log: hyperv/channel: Log a warning about duplicated primary channel offer MFC after: 1 week Sponsored by: Microsoft OSTC Modified: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Modified: head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c ============================================================================== --- head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Mon Apr 25 05:46:44 2016 (r298571) +++ head/sys/dev/hyperv/vmbus/hv_channel_mgmt.c Mon Apr 25 05:58:32 2016 (r298572) @@ -242,6 +242,8 @@ vmbus_channel_process_offer(hv_vmbus_cha return; } + printf("VMBUS: duplicated primary channel%u\n", + new_channel->offer_msg.child_rel_id); hv_vmbus_free_vmbus_channel(new_channel); return; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604250558.u3P5wWks021090>