Mailinglist Archive: wicked-commit (56 mails)
< Previous | Next > |
[wicked-commit] [openSUSE/wicked] 2bb61d: ifevent: increase netlink socket recv buffer size
- From: Marius Tomaschewski <mt@xxxxxxx>
- Date: Thu, 28 Aug 2014 22:41:27 -0700
- Message-id: <540012874a839_cf03fbe41e352bc77831@hookshot-fe3-cp1-prd.iad.github.net.mail>
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 2bb61d4badc02bcbac9773e8d430b1006573c505
https://github.com/openSUSE/wicked/commit/2bb61d4badc02bcbac9773e8d430b1006573c505
Author: Karol Mroz <kmroz@xxxxxxx>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M src/ifevent.c
Log Message:
-----------
ifevent: increase netlink socket recv buffer size
We saw that when setting up multiple bondings, our netlink socket receive
queue filled up before we could process it, generating the following:
netlink receive error: No buffer space available
and preventing the interfaces from being configured properly. Increasing
the receive buffer size on the netlink socket fixes this.
Commit: b4e608ce7b45fb57a14d86d436da7ce9dcbd91cc
https://github.com/openSUSE/wicked/commit/b4e608ce7b45fb57a14d86d436da7ce9dcbd91cc
Author: Marius Tomaschewski <mt@xxxxxxx>
Date: 2014-08-29 (Fri, 29 Aug 2014)
Changed paths:
M src/ifevent.c
Log Message:
-----------
Merge pull request #386 from kmroz/nl-bufsize
ifevent: increase netlink socket recv buffer size
Compare: https://github.com/openSUSE/wicked/compare/1cfea0d87f56...b4e608ce7b45
Home: https://github.com/openSUSE/wicked
Commit: 2bb61d4badc02bcbac9773e8d430b1006573c505
https://github.com/openSUSE/wicked/commit/2bb61d4badc02bcbac9773e8d430b1006573c505
Author: Karol Mroz <kmroz@xxxxxxx>
Date: 2014-08-28 (Thu, 28 Aug 2014)
Changed paths:
M src/ifevent.c
Log Message:
-----------
ifevent: increase netlink socket recv buffer size
We saw that when setting up multiple bondings, our netlink socket receive
queue filled up before we could process it, generating the following:
netlink receive error: No buffer space available
and preventing the interfaces from being configured properly. Increasing
the receive buffer size on the netlink socket fixes this.
Commit: b4e608ce7b45fb57a14d86d436da7ce9dcbd91cc
https://github.com/openSUSE/wicked/commit/b4e608ce7b45fb57a14d86d436da7ce9dcbd91cc
Author: Marius Tomaschewski <mt@xxxxxxx>
Date: 2014-08-29 (Fri, 29 Aug 2014)
Changed paths:
M src/ifevent.c
Log Message:
-----------
Merge pull request #386 from kmroz/nl-bufsize
ifevent: increase netlink socket recv buffer size
Compare: https://github.com/openSUSE/wicked/compare/1cfea0d87f56...b4e608ce7b45
< Previous | Next > |