On Jul 16 2007 17:01, Greg KH wrote:
>>
>> > > ugh. Do this:
>> > >
>> > > do {
>> > > if (t == d->htgt)
>> > > continue;
>> > > if (!(*t)->ifp->nd)
>> > > continue;
>> > > if ((*t)->nout >= (*t)->maxout)
>> > > cont
On Mon, Jul 16, 2007 at 03:31:55PM -0700, Andrew Morton wrote:
> On Mon, 16 Jul 2007 18:17:44 -0400
> "Ed L. Cashin" <[EMAIL PROTECTED]> wrote:
>
> > > ugh. Do this:
> > >
> > > do {
> > > if (t == d->htgt)
> > > continue;
> > > if (!(*t)->ifp->nd)
> > >
On Mon, 16 Jul 2007 18:17:44 -0400
"Ed L. Cashin" <[EMAIL PROTECTED]> wrote:
> > ugh. Do this:
> >
> > do {
> > if (t == d->htgt)
> > continue;
> > if (!(*t)->ifp->nd)
> > continue;
> > if ((*t)->nout >= (*t)->maxout
On Mon, Jul 02, 2007 at 09:29:49PM -0700, Andrew Morton wrote:
> On Tue, 26 Jun 2007 14:50:10 -0400 "Ed L. Cashin" <[EMAIL PROTECTED]> wrote:
...
> > +static struct frame *
> > +freeframe(struct aoedev *d)
> > {
> > + struct frame *f, *e;
> > + struct aoetgt **t;
> > + ulong n;
> > +
> > +
On Mon, Jul 02, 2007 at 09:29:49PM -0700, Andrew Morton wrote:
> On Tue, 26 Jun 2007 14:50:10 -0400 "Ed L. Cashin" <[EMAIL PROTECTED]> wrote:
...
> > +loop:
> > + skb = aoecmd_ata_id(d);
> > spin_unlock_irqrestore(&d->lock, flags);
> > + if (!skb && !msleep_interruptible(200)) {
> > +
On Tue, 26 Jun 2007 14:50:10 -0400 "Ed L. Cashin" <[EMAIL PROTECTED]> wrote:
> Handle multiple network paths to AoE device.
>
> ...
>
>
> struct buf *inprocess; /* the one we're currently working on */
> - ushort lostjumbo;
> - ushort nframes; /* number of frames below */
>
Handle multiple network paths to AoE device.
Signed-off-by: Ed L. Cashin <[EMAIL PROTECTED]>
---
drivers/block/aoe/aoe.h| 58 +++--
drivers/block/aoe/aoeblk.c | 63 -
drivers/block/aoe/aoechr.c | 14 +-
drivers/block/aoe/aoecmd.c | 660 +--
d
7 matches
Mail list logo