Searched hist:d40156aa5ecbd51fed932ed4813df82b56e5ff4d (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/ |
H A D | rtnetlink.h | diff c07135633bee3f01a6454d15b6411f32cfbeb2fd Thu Nov 29 19:08:47 CST 2012 Rami Rosen <ramirose@gmail.com> rtnelink: remove unused parameter from rtnl_create_link().
This patch removes an unused parameter (src_net) from rtnl_create_link() method and from the method single invocation, in veth. This parameter was used in the past when calling ops->get_tx_queues(src_net, tb) in rtnl_create_link(). The get_tx_queues() member of rtnl_link_ops was replaced by two methods, get_num_tx_queues() and get_num_rx_queues(), which do not get any parameter. This was done in commit d40156aa5ecbd51fed932ed4813df82b56e5ff4d by Jiri Pirko ("rtnl: allow to specify different num for rx and tx queue count").
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff d40156aa5ecbd51fed932ed4813df82b56e5ff4d Thu Jul 19 21:28:47 CDT 2012 Jiri Pirko <jiri@resnulli.us> rtnl: allow to specify different num for rx and tx queue count
Also cut out unused function parameters and possible err in return value.
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ |
H A D | veth.c | diff c07135633bee3f01a6454d15b6411f32cfbeb2fd Thu Nov 29 19:08:47 CST 2012 Rami Rosen <ramirose@gmail.com> rtnelink: remove unused parameter from rtnl_create_link().
This patch removes an unused parameter (src_net) from rtnl_create_link() method and from the method single invocation, in veth. This parameter was used in the past when calling ops->get_tx_queues(src_net, tb) in rtnl_create_link(). The get_tx_queues() member of rtnl_link_ops was replaced by two methods, get_num_tx_queues() and get_num_rx_queues(), which do not get any parameter. This was done in commit d40156aa5ecbd51fed932ed4813df82b56e5ff4d by Jiri Pirko ("rtnl: allow to specify different num for rx and tx queue count").
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | diff c07135633bee3f01a6454d15b6411f32cfbeb2fd Thu Nov 29 19:08:47 CST 2012 Rami Rosen <ramirose@gmail.com> rtnelink: remove unused parameter from rtnl_create_link().
This patch removes an unused parameter (src_net) from rtnl_create_link() method and from the method single invocation, in veth. This parameter was used in the past when calling ops->get_tx_queues(src_net, tb) in rtnl_create_link(). The get_tx_queues() member of rtnl_link_ops was replaced by two methods, get_num_tx_queues() and get_num_rx_queues(), which do not get any parameter. This was done in commit d40156aa5ecbd51fed932ed4813df82b56e5ff4d by Jiri Pirko ("rtnl: allow to specify different num for rx and tx queue count").
Signed-off-by: Rami Rosen <ramirose@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> diff d40156aa5ecbd51fed932ed4813df82b56e5ff4d Thu Jul 19 21:28:47 CDT 2012 Jiri Pirko <jiri@resnulli.us> rtnl: allow to specify different num for rx and tx queue count
Also cut out unused function parameters and possible err in return value.
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | diff d40156aa5ecbd51fed932ed4813df82b56e5ff4d Thu Jul 19 21:28:47 CDT 2012 Jiri Pirko <jiri@resnulli.us> rtnl: allow to specify different num for rx and tx queue count
Also cut out unused function parameters and possible err in return value.
Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
|