From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Hall Subject: Previous DPDK version API documentation for app developers Date: Wed, 11 Feb 2015 23:06:35 -0800 Message-ID: <20150212070635.GA31227@mhcomputing.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: dev-VfR2kkLFssw@public.gmane.org Return-path: Content-Disposition: inline List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hi all, I ran into a funny situation today with the API documentation. For stability until I can get my app mostly working, I was using DPDK 1.7.X, so I could concentrate on making the app reliable. But the DPDK website only has the API docs for DPDK 1.8.X / HEAD. I was wondering if we could have copies of the most recent few versions in the site, and some scripts or steps to regenerate locally so you can get the matching version in the local machine. This would also help me to do some suppoert things for our community, like making small patches to fix parts of the docs with typos / formatting bugs. With the steps how to generate them right, I could fix docs bugs in the sources and make sure the docs read right afterward for others. Thanks, Matthew.