Re: [dpdk-dev] [PATCH v2 12/18] eal: add generic device declaration parameter

2017-12-13 Thread Shreyansh Jain
On Wednesday 13 December 2017 08:17 PM, Gaëtan Rivet wrote: On Wed, Dec 13, 2017 at 07:56:42PM +0530, Shreyansh Jain wrote: On Thursday 12 October 2017 01:51 PM, Gaetan Rivet wrote: Add a new generic device declaration parameter: --dev= [...] diff --git a/lib/librte_eal/common/eal_c

Re: [dpdk-dev] [PATCH v2 12/18] eal: add generic device declaration parameter

2017-12-13 Thread Gaëtan Rivet
On Wed, Dec 13, 2017 at 07:56:42PM +0530, Shreyansh Jain wrote: > On Thursday 12 October 2017 01:51 PM, Gaetan Rivet wrote: > > Add a new generic device declaration parameter: > > > > --dev= > > > > [...] > > > > > diff --git a/lib/librte_eal/common/eal_common_options.c > > b/lib/librte_e

Re: [dpdk-dev] [PATCH v2 12/18] eal: add generic device declaration parameter

2017-12-13 Thread Shreyansh Jain
On Thursday 12 October 2017 01:51 PM, Gaetan Rivet wrote: Add a new generic device declaration parameter: --dev= [...] diff --git a/lib/librte_eal/common/eal_common_options.c b/lib/librte_eal/common/eal_common_options.c index 603df27..b7591fd 100644 --- a/lib/librte_eal/common/eal_com

[dpdk-dev] [PATCH v2 12/18] eal: add generic device declaration parameter

2017-10-12 Thread Gaetan Rivet
Add a new generic device declaration parameter: --dev= That allows to declare device from any bus. The format is as follows: device_declaration := [,arg_list] bus := bus name c:= arbitrary character separator device := device name (PCI location, virtual PMD name, ...) arg_list