From: Paul Durrant <paul.durrant@citrix.com>
To: netdev@vger.kernel.org, xen-devel@lists.xenproject.org
Cc: Paul Durrant <paul.durrant@citrix.com>, Wei Liu <wei.liu2@citrix.com>
Subject: [PATCH net-next 3/3] xen-netback: reduce log spam
Date: Thu, 10 Mar 2016 12:30:28 +0000 [thread overview]
Message-ID: <1457613028-10381-4-git-send-email-paul.durrant__22698.6398025931$1457613715$gmane$org@citrix.com> (raw)
In-Reply-To: <1457613028-10381-1-git-send-email-paul.durrant@citrix.com>
Remove the "prepare for reconnect" pr_info in xenbus.c. It's largely
uninteresting and the states of the frontend and backend can easily be
observed by watching the (o)xenstored log.
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Cc: Wei Liu <wei.liu2@citrix.com>
---
drivers/net/xen-netback/xenbus.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/xen-netback/xenbus.c b/drivers/net/xen-netback/xenbus.c
index 39a303d..bd182cd 100644
--- a/drivers/net/xen-netback/xenbus.c
+++ b/drivers/net/xen-netback/xenbus.c
@@ -511,8 +511,6 @@ static void set_backend_state(struct backend_info *be,
switch (state) {
case XenbusStateInitWait:
case XenbusStateConnected:
- pr_info("%s: prepare for reconnect\n",
- be->dev->nodename);
backend_switch_state(be, XenbusStateInitWait);
break;
case XenbusStateClosing:
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-03-10 12:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1457613028-10381-1-git-send-email-paul.durrant@citrix.com>
2016-03-10 12:30 ` [PATCH net-next 1/3] xen-netback: re-import canonical netif header Paul Durrant
2016-03-10 12:30 ` [PATCH net-next 2/3] xen-netback: support multiple extra info fragments passed from frontend Paul Durrant
2016-03-10 12:30 ` Paul Durrant [this message]
[not found] ` <1457613028-10381-4-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` [PATCH net-next 3/3] xen-netback: reduce log spam Wei Liu
[not found] ` <1457613028-10381-2-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` [PATCH net-next 1/3] xen-netback: re-import canonical netif header Wei Liu
[not found] ` <1457613028-10381-3-git-send-email-paul.durrant@citrix.com>
2016-03-10 17:23 ` [PATCH net-next 2/3] xen-netback: support multiple extra info fragments passed from frontend Wei Liu
2016-03-14 2:08 ` [PATCH net-next 0/3] xen-netback: fix multiple extra info handling David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='1457613028-10381-4-git-send-email-paul.durrant__22698.6398025931$1457613715$gmane$org@citrix.com' \
--to=paul.durrant@citrix.com \
--cc=netdev@vger.kernel.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).