On 2020/06/30 0:30, Toshiaki Makita wrote:
...
  int netdev_afxdp_init(void)
  {
      libbpf_set_print(libbpf_print);
-    return 0;
+    return netdev_register_flow_api_provider(&netdev_offload_xdp);

This causes duplicate flow api provider error because afxdp and afxdp-nonpmd 
are using
the same init function, and afxdp-nonpmd netdev registration fails.
Probably afxdp-nonpmd does not need to call this init function.

I'll fix this in next version.

Toshiaki Makita
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to