gt;
> Thanks
> Zhiyong
>
>> -Original Message-
>> From: Yigit, Ferruh
>> Sent: Friday, March 24, 2017 10:02 PM
>> To: Yang, Zhiyong ; dev@dpdk.org
>> Cc: Richardson, Bruce
>> Subject: Re: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behavio
org
> Cc: Richardson, Bruce
> Subject: Re: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour
>
> On 3/3/2017 11:17 AM, Zhiyong Yang wrote:
> Can you please update release notes (release_17_05.rst) with this feature?
>
> This patch changes the PMD behavior for th
ect: Re: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour
> Can you please update release notes (release_17_05.rst) with this feature?
>
> This patch changes the PMD behavior for the user, that is why it would be nice
> to mention from this change in release notes.
>
>
On 3/3/2017 11:17 AM, Zhiyong Yang wrote:
> The rte_eth_tx_burst() function in the file Rte_ethdev.h is invoked to
> transmit output packets on the output queue for DPDK applications as
> follows.
>
> static inline uint16_t
> rte_eth_tx_burst(uint8_t port_id, uint16_t queue_id,
>
Thanks, Konstantin.
--Zhiyong
> -Original Message-
> From: Ananyev, Konstantin
> Sent: Sunday, March 5, 2017 9:03 PM
> To: Yang, Zhiyong ; dev@dpdk.org
> Cc: Richardson, Bruce
> Subject: RE: [dpdk-dev] [PATCH v2 0/5] consistent PMD batching behaviour
>
>
> The rte_eth_tx_burst() function in the file Rte_ethdev.h is invoked to
> transmit output packets on the output queue for DPDK applications as
> follows.
>
> static inline uint16_t
> rte_eth_tx_burst(uint8_t port_id, uint16_t queue_id,
> struct rte_mbuf **tx_pkts, uint16_t nb_pk
The rte_eth_tx_burst() function in the file Rte_ethdev.h is invoked to
transmit output packets on the output queue for DPDK applications as
follows.
static inline uint16_t
rte_eth_tx_burst(uint8_t port_id, uint16_t queue_id,
struct rte_mbuf **tx_pkts, uint16_t nb_pkts);
Note: The
7 matches
Mail list logo