* [PATCH iproute2 net-next-for-3.13 0/2] iproute2: display bonding slave info @ 2014-02-10 8:11 Michal Kubecek 2014-02-10 9:49 ` Jiri Pirko 0 siblings, 1 reply; 2+ messages in thread From: Michal Kubecek @ 2014-02-10 8:11 UTC (permalink / raw) To: Stephen Hemminger; +Cc: netdev Since v3.14-rc1, kernel provides rtnetlink interface for read-only access to bonding slave parameters. Show this info in the output of "ip -d link show" command. The implementation is divided into generic part (add a callback to struct link_util and call it from print_linktype()) and bonding specific part (provide the callback in iplink_bond.c). Michal Kubecek (2): iplink: display slave information iplink_bond: add support for displaying bond slave attributes ip/ip_common.h | 3 +++ ip/ipaddress.c | 27 +++++++++++++++++++++++-- ip/iplink_bond.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- 3 files changed, 85 insertions(+), 6 deletions(-) -- 1.8.1.4 ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH iproute2 net-next-for-3.13 0/2] iproute2: display bonding slave info 2014-02-10 8:11 [PATCH iproute2 net-next-for-3.13 0/2] iproute2: display bonding slave info Michal Kubecek @ 2014-02-10 9:49 ` Jiri Pirko 0 siblings, 0 replies; 2+ messages in thread From: Jiri Pirko @ 2014-02-10 9:49 UTC (permalink / raw) To: Michal Kubecek; +Cc: Stephen Hemminger, netdev Already queued in patchwork: http://patchwork.ozlabs.org/patch/313656/ http://patchwork.ozlabs.org/patch/313657/ Mon, Feb 10, 2014 at 09:11:36AM CET, mkubecek@suse.cz wrote: >Since v3.14-rc1, kernel provides rtnetlink interface for read-only >access to bonding slave parameters. Show this info in the output of >"ip -d link show" command. The implementation is divided into generic >part (add a callback to struct link_util and call it from >print_linktype()) and bonding specific part (provide the callback in >iplink_bond.c). > >Michal Kubecek (2): > iplink: display slave information > iplink_bond: add support for displaying bond slave attributes > > ip/ip_common.h | 3 +++ > ip/ipaddress.c | 27 +++++++++++++++++++++++-- > ip/iplink_bond.c | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++---- > 3 files changed, 85 insertions(+), 6 deletions(-) > >-- >1.8.1.4 > >-- >To unsubscribe from this list: send the line "unsubscribe netdev" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-10 9:51 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-02-10 8:11 [PATCH iproute2 net-next-for-3.13 0/2] iproute2: display bonding slave info Michal Kubecek 2014-02-10 9:49 ` Jiri Pirko
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox