[dpdk-dev] [PATCH v4 1/6] ethdev: add Tx preparation

2016-10-13 Thread Kulasek, TomaszX
Hi Thomas, > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, October 13, 2016 09:09 > To: Kulasek, TomaszX > Cc: dev at dpdk.org; Ananyev, Konstantin > Subject: Re: [dpdk-dev] [PATCH v4 1/6] ethdev: add Tx preparat

[dpdk-dev] [PATCH v4 1/6] ethdev: add Tx preparation

2016-10-13 Thread Thomas Monjalon
Hi Tomasz, Any news? Sorry to speed up, we are very very late for RC1. 2016-10-10 16:08, Thomas Monjalon: > Hi, > > Now that the feature seems to meet a consensus, I've looked at it more > closely before integrating. Sorry if it appears like a late review. > > 2016-09-30 11:00, Tomasz Kulasek:

[dpdk-dev] [PATCH v4 1/6] ethdev: add Tx preparation

2016-10-10 Thread Thomas Monjalon
Hi, Now that the feature seems to meet a consensus, I've looked at it more closely before integrating. Sorry if it appears like a late review. 2016-09-30 11:00, Tomasz Kulasek: > Added API for `rte_eth_tx_prep` I would love to read the usability and performance considerations here. No need for s

[dpdk-dev] [PATCH v4 1/6] ethdev: add Tx preparation

2016-09-30 Thread Tomasz Kulasek
Added API for `rte_eth_tx_prep` uint16_t rte_eth_tx_prep(uint8_t port_id, uint16_t queue_id, struct rte_mbuf **tx_pkts, uint16_t nb_pkts) Added fields to the `struct rte_eth_desc_lim`: uint16_t nb_seg_max; /**< Max number of segments per whole packet. */