test: use SPDX tags in 6WIND copyrighted files
[dpdk.git] / test / test / test_kni.c
index 8e08f42..c6867f2 100644 (file)
@@ -75,6 +75,7 @@ static struct rte_kni_ops kni_ops = {
        .change_mtu = NULL,
        .config_network_if = NULL,
        .config_mac_address = NULL,
+       .config_promiscusity = NULL,
 };
 
 static unsigned lcore_master, lcore_ingress, lcore_egress;
@@ -233,6 +234,7 @@ test_kni_register_handler_mp(void)
                        .change_mtu = kni_change_mtu,
                        .config_network_if = NULL,
                        .config_mac_address = NULL,
+                       .config_promiscusity = NULL,
                };
 
                if (!kni) {