On 04/01/2015 12:23 PM, Lee Duncan wrote: > From: Lee Duncan <[email protected]> > > The default uIP approach is to hae a super-small > memory foot print, but modern networks, with > switches, need more than 8 ARP entries, discovered > during IPv6 using, showing up as slow iscsiuio > response. > --- > iscsiuio/src/uip/ipv6.h | 2 +- > iscsiuio/src/uip/uipopt.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/iscsiuio/src/uip/ipv6.h b/iscsiuio/src/uip/ipv6.h > index bc63762ebc55..35864377d9f3 100644 > --- a/iscsiuio/src/uip/ipv6.h > +++ b/iscsiuio/src/uip/ipv6.h > @@ -270,7 +270,7 @@ struct ipv6_context { > struct ipv6_addr default_router; > struct ipv6_prefix_entry *addr_list; > u8_t hop_limit; > -#define UIP_ARPTAB_SIZE 8 > +#define UIP_ARPTAB_SIZE 16 > > struct uip_stack *ustack; > #define MAX_MCADDR_TABLE 5 > diff --git a/iscsiuio/src/uip/uipopt.h b/iscsiuio/src/uip/uipopt.h > index 946fce284926..bcc8949b8f16 100644 > --- a/iscsiuio/src/uip/uipopt.h > +++ b/iscsiuio/src/uip/uipopt.h > @@ -341,7 +341,7 @@ > #ifdef UIP_CONF_ARPTAB_SIZE > #define UIP_ARPTAB_SIZE UIP_CONF_ARPTAB_SIZE > #else > -#define UIP_ARPTAB_SIZE 8 > +#define UIP_ARPTAB_SIZE 16 > #endif > > /** >
Patch looks ok to me. Adheer, you guys are the maintainer of the iscsiuio code, so you normally review and ack if it is ok. I only normally merge if you have acked/reviewed the patch. Thanks. -- You received this message because you are subscribed to the Google Groups "open-iscsi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/open-iscsi. For more options, visit https://groups.google.com/d/optout.
