From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 08/11] device-args: use a comma instead of semicolon to separate key/values Date: Thu, 10 Apr 2014 16:05:02 +0200 Message-ID: <2313857.Rc2LLkDAS0@xps13> References: <1393608350-4431-1-git-send-email-olivier.matz@6wind.com> <1393608350-4431-9-git-send-email-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Olivier Matz Return-path: In-Reply-To: <1393608350-4431-9-git-send-email-olivier.matz-pdR9zngts4EAvxtiuMwx3w@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" 2014-02-28 18:25, Olivier Matz: > This commit changes the API of --use-device. It changes the separator > used between each key/value pairs from ';' to ','. Indeed, ';' was not > the best choice as this character is also used to separate shell > commands, forcing the user to surround arguments with quotes. > > Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon Applied for version 1.6.0r2. -- Thomas