Thread (76 messages) flat view 76 messages, 4 authors, 2021-02-11

Re: [dpdk-dev] [PATCH v5 07/11] net/octeontx_ep: added tx queue setup and release

From: Ferruh Yigit <hidden>
Date: 2021-01-28 16:57:26

On 1/28/2021 3:22 PM, Nalla Pradeep wrote:
Transmit queue setup involves allocating memory for the command queue
considering tx descriptor count and initializing data structure
representing the queue. Transmit queue release function frees the
command queue.

Signed-off-by: Nalla Pradeep <redacted>
<...>
quoted hunk ↗ jump to hunk
@@ -275,12 +357,16 @@ struct otx_ep_device {
  	uint64_t tx_offloads;
  };
  
+int otx_ep_setup_iqs(struct otx_ep_device *otx_ep, uint32_t iq_no,
+		     int num_descs, unsigned int socket_id);
+int otx_ep_delete_iqs(struct otx_ep_device *otx_ep, uint32_t iq_no);
+
  int otx_ep_setup_oqs(struct otx_ep_device *otx_ep, int oq_no, int num_descs,
  		     int desc_size, struct rte_mempool *mpool,
  		     unsigned int socket_id);
  int otx_ep_delete_oqs(struct otx_ep_device *otx_ep, uint32_t oq_no);
-#define OTX_EP_MAX_PKT_SZ 64000U
  
+#define OTX_EP_MAX_PKT_SZ 64000U
Can you please fix above where it is introduced at first place?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help