FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
Add/Delete classification table request. More...
Add/Delete classification table request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add- | if non-zero add the table, else delete it |
del_chain | - if non-zero delete the whole chain of tables |
table_index | - if add, reuturns index of the created table, else specifies the table to delete |
nbuckets | - number of buckets when adding a table |
memory_size | - memory size when adding a table |
match_n_vectors | - number of match vectors |
next_table_index | - index of next table |
miss_next_index | - index of miss table |
current_data_flag | - option to use current node's packet payload as the starting point from where packets are classified, This option is only valid for L2/L3 input ACL for now. 0: by default, classify data from the buffer's start location 1: classify packets from VPP node’s current data pointer |
current_data_offset | - a signed value to shift the start location of the packet to be classified For example, if input IP ACL node is used, L2 header’s first byte can be accessible by configuring current_data_offset to -14 if there is no vlan tag. This is valid only if current_data_flag is set to 1. |
mask[] | - match mask |