Re: [PATCH] dmatest: masking tests for channel capabilities

From: Jubin Mehta
Date: Tue Jun 18 2013 - 13:58:26 EST


On Mon, Jun 17, 2013 at 11:59:00AM +0300, Andy Shevchenko wrote:
> > +PATH = /sys/kernel/debug/dmatest/cap_mask
> > +(DEFAULT) echo 0x07 > $PATH // Set Bits 0,1,2 for MEMCPY, XOR and PQ
> > + echo 0x01 > $PATH // Set bit 0 to enable MEMCPY
> > + echo 0x02 > $PATH // Set bit 1 to enable XOR
> > + echo 0x04 > $PATH // Set bit 2 to enable PQ
>
> What if we make examples followed by # and comments?
> And move (DEFAULT) to the commentary.
>
Yes, I shall fix the issue in the next patch.

Regards,
Jubin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/