run time reconfiguration

Puneet Zaroo zaroo at cs.purdue.edu
Tue Nov 6 20:09:25 EST 2001


hi all,
I am using click version 1.0.5.
I am trying to build a run time reconfigurable click element(say X).
On receiving a control packet the element X increases its number of
inputs by calling the add_input() method.
The problem i face is that the input port created has the processing
type set to "pull" whereas i want a "push" port.
Is there any way i can control the processing type of the port created.
The const char *processing() method for element X returns PUSH.Therefore
the original input ports (not created dynamically) have their type
correctly set to "push".
Thanks a lot
PZ



More information about the click mailing list