From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] docs: add warning note to base dirs readme Date: Tue, 11 Aug 2015 00:27:31 +0200 Message-ID: <6828220.gp2bBhUXaF@xps13> References: <1433956127-9813-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by dpdk.org (Postfix) with ESMTP id 234C05A67 for ; Tue, 11 Aug 2015 00:28:47 +0200 (CEST) Received: by wicne3 with SMTP id ne3so153715474wic.1 for ; Mon, 10 Aug 2015 15:28:47 -0700 (PDT) In-Reply-To: <1433956127-9813-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > This patch updates the "Source Organisation" section of the Programmers Guide > to add an note that the code in the drivers/net/pmd/base directories should > not be modifed by the user apart from the pmd_osdep.[ch] files. > > It also adds a note to the README files in the drivers/net/pmd/base dirs to > highlight the same thing. > > John McNamara (2): > doc: add explanation about code in the base dirs > drivers: add warning note to base dirs readme Applied, thanks