On Wed, 2010-01-13 at 08:59 -0800, Eric Multanen wrote: > The qos_mask was used to track the priority used for FCoE and whether it > changed or not. This information was used to decide whether to create > or reset the FCoE interface when it was found to have good DCB parameters. > Also, the fcoeplumb script was invoked and that adjusted the tc filters for > the new priority. Now that the tc filters are no longer used, it is not > necessary for fcoemon to keep track of the FCoE priority - so the > qos_mask can just be removed. > > Signed-off-by: Eric Multanen <[email protected]> > --- > > fcoemon.c | 27 +++------------------------ > 1 files changed, 3 insertions(+), 24 deletions(-)
I think we also want to remove the ff_qos_mask from struct fcm_netif in fcoemon.h. This patch removes all usage, but not the member itself. _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
