> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Yuanhan Liu > Sent: Tuesday, January 16, 2018 2:50 PM > To: dev@dpdk.org > Cc: Thomas Monjalon <tho...@monjalon.net>; Yuanhan Liu > <y...@fridaylinux.org> > Subject: [dpdk-dev] [PATCH] doc: document the new devargs syntax > > This patch documents the new devargs syntax, which is going to be > implemented in DPDK v18.05. > > The new devargs proposal is introduced for having a consistent interface > for: > > - whitelisting/blacklisting devices > - identifying ports > - attaching/detaching devices > > Please check the patch content for the details. Also, here is link for the > background: > http://dpdk.org/ml/archives/dev/2017-November/082600.html > > This syntax is suggestd by Thomas: > http://dpdk.org/ml/archives/dev/2017-December/084234.html > > Signed-off-by: Yuanhan Liu <y...@fridaylinux.org>
Initially I thought that a semi-colon would be better (more common) than a forward slash as a category separator but the forward slash is a bit clearer. Either way the doc looks good, so: Acked-by: John McNamara <john.mcnam...@intel.com>