Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933272Ab3FRR6U (ORCPT ); Tue, 18 Jun 2013 13:58:20 -0400 Received: from mga14.intel.com ([143.182.124.37]:37954 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932872Ab3FRR6M (ORCPT ); Tue, 18 Jun 2013 13:58:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,890,1363158000"; d="scan'208";a="318970917" Date: Tue, 18 Jun 2013 10:58:45 -0700 From: Jubin Mehta To: Andy Shevchenko Cc: Vinod Koul , "linux-kernel@vger.kernel.org" , Dan Williams , Andy Shevchenko , Dave Jiang , Jon Mason Subject: Re: [PATCH] dmatest: masking tests for channel capabilities Message-ID: <20130618175844.GC5054@intel.com> References: <20130613172408.GA5561@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 794 Lines: 19 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/