The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: "chandrasekhar.nagaraj" <chandrasekhar.nagaraj@patni.com>
To: <linux-kernel@vger.kernel.org>
Subject: Load Balancing Performance
Date: Tue, 11 Mar 2003 15:28:14 +0530	[thread overview]
Message-ID: <000001c2e7b4$bc52fcc0$e9bba5cc@patni.com> (raw)

Hi,

We have a device driver which is on top of the "sd" driver (i.e it forwards
the requests to the  sd driver with various features implemented like load
balance,fail over etc).
Suppose we are having 4 paths to the same Logical Unit(LU),it is possible to
do load balance  amongst these 4 paths.
Now if we want to send a data of 1000 buffer heads ,on each call of the make
request of our  driver we select the appropriate path and pass it to sd
(this is how we achieve load balancing)  and hence 250 buffer heads are sent
through each path.But the performance is not up to the mark.
But instead of path switching for every buffer head (on call of make
request), if we switch after  50 buffer heads(ie. after 50 times make
request is called) then it results in a better  performance.
Is there any way to find out the optimum value so that the performance is
optimum.
The performance is not good only when load balancing is ON. Hence we need
performance improvement  in the case of load balancing.
Or is there any other solution to this problem.

Thanks and Regards
Chandrasekhar


             reply	other threads:[~2003-03-11  9:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-11  9:58 chandrasekhar.nagaraj [this message]
2003-03-11 10:02 ` Load Balancing Performance Jakob Oestergaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000001c2e7b4$bc52fcc0$e9bba5cc@patni.com' \
    --to=chandrasekhar.nagaraj@patni.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox