Typos. A bunch of typos I've been collecting.
[vpp.git] / src / plugins / avf / avf_api.c
index 3bb720b..3503177 100644 (file)
@@ -64,10 +64,11 @@ vl_api_avf_create_t_handler (vl_api_avf_create_t * mp)
   avf_create_if_args_t args;
   int rv;
 
-  memset (&args, 0, sizeof (avf_create_if_args_t));
+  clib_memset (&args, 0, sizeof (avf_create_if_args_t));
 
   args.enable_elog = ntohl (mp->enable_elog);
   args.addr.as_u32 = ntohl (mp->pci_addr);
+  args.rxq_num = ntohs (mp->rxq_num);
   args.rxq_size = ntohs (mp->rxq_size);
   args.txq_size = ntohs (mp->txq_size);