From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754298AbZIPAXc (ORCPT ); Tue, 15 Sep 2009 20:23:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753141AbZIPAXa (ORCPT ); Tue, 15 Sep 2009 20:23:30 -0400 Received: from fifo99.com ([67.223.236.141]:55750 "EHLO fifo99.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbZIPAX3 (ORCPT ); Tue, 15 Sep 2009 20:23:29 -0400 Subject: RE: [PATCH] enabling ACS P2P upstream forwarding From: Daniel Walker To: "Kay, Allen M" Cc: "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , "jbarnes@virtuousgeek.org" In-Reply-To: <57C9024A16AD2D4C97DC78E552063EA3E05DC27E@orsmsx505.amr.corp.intel.com> References: <57C9024A16AD2D4C97DC78E552063EA3E05DC218@orsmsx505.amr.corp.intel.com> <1253059937.11643.527.camel@desktop> <57C9024A16AD2D4C97DC78E552063EA3E05DC27E@orsmsx505.amr.corp.intel.com> Content-Type: text/plain Date: Tue, 15 Sep 2009 17:24:24 -0700 Message-Id: <1253060664.11643.532.camel@desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2009-09-15 at 17:13 -0700, Kay, Allen M wrote: > Are you able to look at the file in the attachment? > Yeah I can, but attachments aren't the proper way to submit patches to this list.. There are some easy way to do it. For instance, if your using git, git includes programs called "git-format-patch" and "git-send-email" which you can use to submit your changes un-corrupted. They aren't very difficult to use.. Daniel