dma_intel: fix the wrong unformat type
[vpp.git] / src / plugins / dma_intel / main.c
index 4e9df04..0f9ac18 100644 (file)
@@ -222,7 +222,7 @@ dsa_config (vlib_main_t *vm, unformat_input_t *input)
 {
   clib_error_t *error = 0;
   intel_dsa_channel_t *ch;
-  u8 did, qid;
+  u32 did, qid;
 
   if (intel_dsa_main.lock == 0)
     clib_spinlock_init (&(intel_dsa_main.lock));