Re: [PATCH v4 net-next 06/19] ionic: Add basic adminq support
From: David Miller <davem@davemloft.net>
Date: 2019-07-23 21:27:41
From: David Miller <davem@davemloft.net>
Date: 2019-07-23 21:27:41
From: Shannon Nelson <redacted> Date: Mon, 22 Jul 2019 14:40:10 -0700
+struct queue {...
+struct cq {...
+struct napi_stats {...
+struct q_stats {...
+struct qcq {Using names like these and "dev_queue" are just asking for conflicts with the global datastructure namespace both now and in the future. Please put ionic_ or similar as a prefix to these data structure names. Thank you.