From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by dpdk.org (Postfix) with ESMTP id 27B228E84 for ; Tue, 20 Oct 2015 18:21:00 +0200 (CEST) Received: by wicll6 with SMTP id ll6so36512421wic.1 for ; Tue, 20 Oct 2015 09:21:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=QH3ZRPbcYdNPSwRIw/zYkQosGt2yHhJrnuvBRovPDV8=; b=I3o/L7rVOsVkwnrPi7t7CTv0Th++fXHqPySflADO562Myd7qUybvr6wal2jvYtLACV 36NnWm67aOepDSswM0uRF1awkQtyTWZHDYbMOXB9QBaam35X989YE/DePFGzNPmSkuj/ mA5L18EL8FPcR62icZLl2cwx6/TaiqtgFszwVdPt7cqhw0hzcoXMRc+sbgQi1vBqN1yU 0Wu3xkV/tgK1ttMtnEEApObSGgIbZ9z3jnLAI5Sv33NtrMRtC7G9cAbYesgZR8PiwgBg YQ9re985A6FEoRJMHaWmfJ/riIlZCnafxXZVXu/N0LPhzP7VhGDgMi3kvbL25dAPM+Fy eqDg== X-Gm-Message-State: ALoCoQnvTEYWTW9eTqGXaX5QyJ0hA1OBm95q2Dx9Z0OZq6sAKAPYi4UZ+Pf72klBS/UfDG4aKqmY X-Received: by 10.180.198.48 with SMTP id iz16mr29555288wic.63.1445358059876; Tue, 20 Oct 2015 09:20:59 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id y17sm3549848wib.15.2015.10.20.09.20.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Oct 2015 09:20:59 -0700 (PDT) From: Thomas Monjalon To: Rasesh Mody Date: Tue, 20 Oct 2015 18:19:55 +0200 Message-ID: <1855137.XKbRK7D4tM@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1444323245-2622-6-git-send-email-rasesh.mody@qlogic.com> References: <1444323245-2622-1-git-send-email-rasesh.mody@qlogic.com> <1444323245-2622-6-git-send-email-rasesh.mody@qlogic.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org, sony.chacko@qlogic.com Subject: Re: [dpdk-dev] [PATCH 5/6] doc: Update BNX2X PMD documentation X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2015 16:21:00 -0000 This patch can be avoided by updating the documentation with each code change atomically.