Hi Ferruh,
On Mon, Mar 27, 2017 at 04:08:51PM +0100, Ferruh Yigit wrote:
On 3/3/2017 3:40 PM, Gaetan Rivet wrote:
Most ConnectX-3 adapters expose two physical ports on a single PCI bus
address.
Add a new port parameter allowing the user to choose
either or both physical ports to be used by the
On 3/3/2017 3:40 PM, Gaetan Rivet wrote:
> Most ConnectX-3 adapters expose two physical ports on a single PCI bus
> address.
>
> Add a new port parameter allowing the user to choose
> either or both physical ports to be used by the application.
>
> This parameter is used as follows:
>
> Selectin
Hi Ferruh,
On Mon, Mar 20, 2017 at 01:24:36PM +, Ferruh Yigit wrote:
> On 3/16/2017 11:04 AM, Adrien Mazarguil wrote:
> > On Fri, Mar 03, 2017 at 04:40:06PM +0100, Gaetan Rivet wrote:
> >> Most ConnectX-3 adapters expose two physical ports on a single PCI bus
> >> address.
> >>
> >> Add a new
On 3/16/2017 11:04 AM, Adrien Mazarguil wrote:
> On Fri, Mar 03, 2017 at 04:40:06PM +0100, Gaetan Rivet wrote:
>> Most ConnectX-3 adapters expose two physical ports on a single PCI bus
>> address.
>>
>> Add a new port parameter allowing the user to choose
>> either or both physical ports to be used
On Fri, Mar 03, 2017 at 04:40:06PM +0100, Gaetan Rivet wrote:
> Most ConnectX-3 adapters expose two physical ports on a single PCI bus
> address.
>
> Add a new port parameter allowing the user to choose
> either or both physical ports to be used by the application.
>
> This parameter is used as f
> -Original Message-
> From: Gaëtan Rivet [mailto:gaetan.ri...@6wind.com]
> Sent: Friday, March 10, 2017 12:12 PM
> The first solution might be interesting, however it makes this option
> dependent on two defines instead of one. If one had to change the
> default MAX_PHYS_PORT value for mlx
slight additional remark below.
On Fri, Mar 10, 2017 at 06:11:59PM +0100, Gaëtan Rivet wrote:
Hey, thanks for reading.
On Fri, Mar 10, 2017 at 04:24:32PM +, Legacy, Allain wrote:
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet
Sent: Friday, Marc
Hey, thanks for reading.
On Fri, Mar 10, 2017 at 04:24:32PM +, Legacy, Allain wrote:
-Original Message-
From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet
Sent: Friday, March 03, 2017 10:40 AM
...
+ errno = 0;
+ tmp = strtoul(val, NULL, 0);
The robustnes
On Fri, 10 Mar 2017 16:24:32 +
"Legacy, Allain" wrote:
> The robustness of the strtoul() could be improved with something like the
> following to catch non-integer characters following the port number.
>
> char *end = NULL;
> tmp = strtoull(val, &end, 0);
> if ((val[0] == '\0')
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Gaetan Rivet
> Sent: Friday, March 03, 2017 10:40 AM
...
> + errno = 0;
> + tmp = strtoul(val, NULL, 0);
The robustness of the strtoul() could be improved with something like the
following to catch non-inte
Most ConnectX-3 adapters expose two physical ports on a single PCI bus
address.
Add a new port parameter allowing the user to choose
either or both physical ports to be used by the application.
This parameter is used as follows:
Selecting only the second port:
-w 00:00.0,port=1
Selecting bot
11 matches
Mail list logo