From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH] cmdline: finish at EOF Date: Wed, 28 May 2014 15:23:59 +0200 Message-ID: <5385E36F.3090008@6wind.com> References: <1400858484-2402-1-git-send-email-cristian.dumitrescu@intel.com> <537F6A02.3020106@6wind.com> <53834F51.4070703@6wind.com> <3EB4FA525960D640B5BDFFD6A3D891261B1BE8A9@IRSMSX102.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: "Dumitrescu, Cristian" , "dev-VfR2kkLFssw@public.gmane.org" Return-path: In-Reply-To: <3EB4FA525960D640B5BDFFD6A3D891261B1BE8A9-kPTMFJFq+rFP9JyJpTNKArfspsVTdybXVpNB7YpNyf8@public.gmane.org> 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 Christian, On 05/27/2014 08:38 PM, Dumitrescu, Cristian wrote: > Great, so then maybe we should plan for an update of the DPDK command line library to your latest code base. > > Are the code changes massive, i.e. would this be a big task? There have been some reworks, but it is not a major merge. It will require some few ones to be done carefully such as: http://git.droids-corp.org/?p=libcmdline.git;a=commit;h=f32d30f48ddfb55b86efd695e0dd144e9d15401e In order to ease the merge, it can be started from commit 090c2ba0d6b. Since cmdline is quite isolated in dpdk, it should be manageable. Currently, I do not get time to do such merge. But I'll be pleased review patches that update it. Regards, Olivier