> @@ -142,7 +144,7 @@ extern volatile bool force_quit;
> extern uint32_t nb_bufs_in_pool;
>
> extern bool per_port_pool;
> -
> +extern int ip_reassembly_dynfield_offset;
> extern uint32_t mtu_size;
> extern uint32_t frag_tbl_sz;
>
> @@ -186,6 +188,46 @@ core_stats_update_drop(int n)
> c
This add the support of hardware reassembly per SA basis.
In SA rule, new parameter reassembly_en is added to enable
HW reassembly per SA.
For example:
sa in aead_algo aead_key mode ipv4-tunnel src
dst type inline-protocol-offload port_id reassembly_en
Stats counter frag_dropped will represe
2 matches
Mail list logo