Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-23 Thread Zdenek Styblik
On Mon, Oct 17, 2011 at 5:43 PM, Harshad Prabhu (hprabhu) wrote: [...] > > Hi Zdenek, > > Sorry could not reply to your previous mail. > Yes when I added the patch, had used the same way as it was already there in > the file. > Please add the patch contents and make the changes for complete file.

Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-17 Thread Harshad Prabhu (hprabhu)
27; is full of >these. I'll be working on solution, because it seems the best way to >fix this is to >write a function. >Of course if somebody is willing to fix this, be my guest. >I will apply your patch and continue from there, or shouldn't I? > >Best regards, >Z

Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-17 Thread Zdenek Styblik
y your patch and continue from there, or shouldn't I? Best regards, Z. >> -Original Message- >> From: Zdenek Styblik [mailto:zdenek.styb...@gmail.com] >> Sent: Monday, October 10, 2011 10:27 PM >> To: Harshad Prabhu (hprabhu) >> Cc: ipmitool-devel@lists.so

Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-10 Thread Zdenek Styblik
2011 10:27 PM > To: Harshad Prabhu (hprabhu) > Cc: ipmitool-devel@lists.sourceforge.net > Subject: Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS > interface > > On Mon, Oct 10, 2011 at 5:32 PM, Harshad Prabhu (hprabhu) > wrote: > [...] &g

Re: [Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-10 Thread Zdenek Styblik
On Mon, Oct 10, 2011 at 5:32 PM, Harshad Prabhu (hprabhu) wrote: [...] > +        /* Retry and Timeout */ > +       case 'R': > +           retry = (uint8_t)strtol(optarg, NULL, 0); > +           break; > +        case 'N': > +            timeout = (uint8_t)strtol(optarg, NULL, 0); > +            

[Ipmitool-devel] Regarding Retries/Timeout for LAN/LANPLUS interface

2011-10-10 Thread Harshad Prabhu (hprabhu)
Hi, Currently in ipmitool 1.8.11 the timeout/retry for LAN/LANplus is not configurable (even though the interface has function to configure the required values) . By default its hardcoded to following values in src/plugins/lan/lan.c #define IPMI_LAN_TIMEOUT2 #define IPMI_LAN_RETRY 4 in