crypto/cnxk: update microcode completion handling
[dpdk.git] / examples / l3fwd / l3fwd_route.h
index 89f8634..c7eba06 100644 (file)
@@ -14,6 +14,6 @@ struct ipv6_l3fwd_route {
        uint8_t if_out;
 };
 
-extern const struct ipv4_l3fwd_route ipv4_l3fwd_route_array[8];
+extern const struct ipv4_l3fwd_route ipv4_l3fwd_route_array[16];
 
-extern const struct ipv6_l3fwd_route ipv6_l3fwd_route_array[8];
+extern const struct ipv6_l3fwd_route ipv6_l3fwd_route_array[16];