[PATCH] ibsim: parse width and speed from ibnetdiscover output

2010-09-02 Thread Eli Dorfman (Voltaire)
Search for the pattern '[0-9]*x[SDQ]DR' Validate that width value is valid. Signed-off-by: Eli Dorfman e...@voltaire.com --- ibsim/sim_net.c | 48 1 files changed, 48 insertions(+), 0 deletions(-) diff --git a/ibsim/sim_net.c b/ibsim/sim_net.c

Re: [PATCH] ibsim: parse width and speed from ibnetdiscover output

2010-09-02 Thread Hal Rosenstock
On Thu, Sep 2, 2010 at 3:37 AM, Eli Dorfman (Voltaire) dorfman@gmail.com wrote: Search for the pattern '[0-9]*x[SDQ]DR' Validate that width value is valid. If this is done (to ibsim), is the previous patch for ibnetdiscover -f still needed ? -- Hal Signed-off-by: Eli Dorfman

Re: [PATCH] ibsim: parse width and speed from ibnetdiscover output

2010-09-02 Thread Eli Dorfman
On Thu, Sep 2, 2010 at 1:33 PM, Hal Rosenstock hal.rosenst...@gmail.com wrote: On Thu, Sep 2, 2010 at 3:37 AM, Eli Dorfman (Voltaire) dorfman@gmail.com wrote: Search for the pattern '[0-9]*x[SDQ]DR' Validate that width value is valid. If this is done (to ibsim), is the previous patch