You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize fn tcp_ip_expand_buffer_ethernet_hdr( )
DP to CP call : node_get_matching_subnet_interface( )
DP to CP Call : gre_lookup_tunnel_intf( )
Covert all packet counters which are fetched by show command as Atomic.
Remove hdr_type_t argument to tcp_dump_recv_logger( ) ( and more such fns ) since starting hdr type info is present in pkt_block_t itself.
Convert all interface members to atomic as interface attributes are accessed extensively in data-path
Remove direct call to XFREE(pkt_block); everywhere.
Introduce cp2dp... version of ARP Crud Operations and let ISIS use those.
Remove node->print_buff as it is no more used.
The text was updated successfully, but these errors were encountered:
Optimize fn tcp_ip_expand_buffer_ethernet_hdr( )
DP to CP call : node_get_matching_subnet_interface( )
DP to CP Call : gre_lookup_tunnel_intf( )
Covert all packet counters which are fetched by show command as Atomic.
Remove hdr_type_t argument to tcp_dump_recv_logger( ) ( and more such fns ) since starting hdr type info is present in pkt_block_t itself.
Convert all interface members to atomic as interface attributes are accessed extensively in data-path
Remove direct call to XFREE(pkt_block); everywhere.
Introduce cp2dp... version of ARP Crud Operations and let ISIS use those.
Remove node->print_buff as it is no more used.
The text was updated successfully, but these errors were encountered: