Xilinx / open-nic

AMD OpenNIC Project Overview
Apache License 2.0
226 stars 36 forks source link

min_pkt_len range #20

Open jmoya82 opened 2 months ago

jmoya82 commented 2 months ago

As you can see in:

https://public.3.basecamp.com/p/v2sQxvFRJa43UeY9JtEfpKWn

The shell compilation fails if min_pkt_len = 256 (which, according to your documentation, should be a valid value).

You should either review the compilation process (min_pkt_len = 256 should compile) or update the documentation (valid range should be [64, 255]).

Best regards, Javier.