Re: adding cache handling to table_data.conf code

2010-03-23 Thread Dave Shield
On 22 March 2010 21:29, Kathy McLeod wrote: > This seems to either generate the iterate_access code stubs or the MFD's > iterate code stubs mib2c -c mib2c.mfd.conf will generate a MfD code framework mib2c -c mib2c.iterate_access.conf ... will generate iterate_acces

Re: adding cache handling to table_data.conf code

2010-03-22 Thread Kathy McLeod
This seems to either generate the iterate_access code stubs or the MFD's iterate code stubs, and the documentation for MFD and your reply to a someone else's note indicate that these are poor performers. Are there any other options? I am going to be implementing a table that has several HW statis

Re: adding cache handling to table_data.conf code

2010-03-22 Thread Dave Shield
On 22 March 2010 15:33, Kathy McLeod wrote: > Do you have sample code for adding a cache handler and container to code > generated by table_data.conf, or could you give me some pointers? Run mib2c -S cache=1 mib2c.table_data.conf {tableName} This will generate a template that includes

adding cache handling to table_data.conf code

2010-03-22 Thread Kathy McLeod
Hi - I implemented a table handler using the mib2c.table_data.conf. (I included the code in my note "type BITS displays extra data" on 3/19/10.) Now I would like to add cache processing. I looked at the tutorial for cache processing when using the MIB for Dummies conf file, but I am having tro