[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <9a2da8520905141838x3081f96l190e230823d79098@mail.gmail.com>
Date: Fri, 15 May 2009 07:08:04 +0530
From: Deepjyoti Kakati <dkakati73@...il.com>
To: netdev@...r.kernel.org
Subject: removing a bonding_master (ver 3.3.0 driver) results in leftover
kernel process?
using bonding driver ver 3.3.0 (on fedora 10)
I am using the sysfs to add a couple of interfaces as bonding_masters
and repeatedly removing and adding during test cycles as in:
echo +bond_data > /sys/class/net/bonding_masters
..add slave eth ports..
...do work...
......
echo -bond_data > /sys/class/net/bonding_masters
every time I add it, seems to start a kernel process named after that
bond interface
but when removing, that proc is not killed.
it builds up after a period of testing and even kill -9/kill -15 isnt
killing them
Am I doing something wrong ? Can I prevent the buildup of these unwanted
processes that are presumably consuming resources ?
root 4958 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 4972 2 0 May13 ? S< 0:00 [bond_data]
root 5603 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 5617 2 0 May13 ? S< 0:00 [bond_data]
root 6370 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 6384 2 0 May13 ? S< 0:00 [bond_data]
root 7098 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 7112 2 0 May13 ? S< 0:00 [bond_data]
root 8136 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 8150 2 0 May13 ? S< 0:00 [bond_data]
root 8722 2 0 May13 ? S< 0:00 [bond_appmgmt]
root 8739 2 0 May13 ? S< 0:00 [bond_data]
thanks
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists