Re: [PATCH net-next v2] cxgb4: collect hardware queue descriptors

2018-09-03 Thread David Miller
From: Rahul Lakkireddy Date: Mon, 3 Sep 2018 17:41:29 +0530 > Collect descriptors of all ULD and LLD hardware queues managed > by LLD. > > Signed-off-by: Rahul Lakkireddy > Signed-off-by: Ganesh Goudar > --- > v2: > - Move inline functions to header file. > - Add missing undefine for QDESC_GE

[PATCH net-next v2] cxgb4: collect hardware queue descriptors

2018-09-03 Thread Rahul Lakkireddy
Collect descriptors of all ULD and LLD hardware queues managed by LLD. Signed-off-by: Rahul Lakkireddy Signed-off-by: Ganesh Goudar --- v2: - Move inline functions to header file. - Add missing undefine for QDESC_GET_* macros. drivers/net/ethernet/chelsio/cxgb4/cudbg_entity.h | 42 drive