[dpdk-dev] [PATCH v2 6/9] app/procinfo: add code for debug crypto

Pattan, Reshma reshma.pattan at intel.com
Fri Oct 26 15:16:48 CEST 2018


Hi,

-----Original Message-----
From: Varghese, Vipin 

+		       "\t  -- id (%u) flags (0x%"PRIx64") socket (%d)\n"
+		       "\t  -- queue pairs (%d)\n",
+		       rte_cryptodev_name_get(i),
+		       dev_info.driver_name, dev_info.driver_id,
+		       dev_info.feature_flags, dev_info.device->numa_node,
+		       rte_cryptodev_queue_pair_count(i));

Above 6lines have spaces+ tabs mixed, should use only tabs.

Thanks,
Reshma


More information about the dev mailing list