Re: [dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-11-11 Thread Andrew Rybchenko
On 11/11/19 8:30 PM, Thomas Monjalon wrote: > 11/11/2019 17:56, Ferruh Yigit: >> On 10/18/2019 5:24 PM, Yigit, Ferruh wrote: >>> On 8/8/2019 1:28 PM, Nilanjan Sarkar wrote: This api is similar like api `rte_eth_tx_buffer` except it does not attempt to flush the buffer in case buffer is fu

Re: [dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-11-11 Thread Thomas Monjalon
11/11/2019 17:56, Ferruh Yigit: > On 10/18/2019 5:24 PM, Yigit, Ferruh wrote: > > On 8/8/2019 1:28 PM, Nilanjan Sarkar wrote: > >> This api is similar like api `rte_eth_tx_buffer` except it > >> does not attempt to flush the buffer in case buffer is full. > >> The advantage is that, this api does n

Re: [dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-11-11 Thread Ferruh Yigit
On 10/18/2019 5:24 PM, Yigit, Ferruh wrote: > On 8/8/2019 1:28 PM, Nilanjan Sarkar wrote: >> This api is similar like api `rte_eth_tx_buffer` except it >> does not attempt to flush the buffer in case buffer is full. >> The advantage is that, this api does not need port id and >> queue id. In case p

Re: [dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-10-18 Thread Yigit, Ferruh
On 8/8/2019 1:28 PM, Nilanjan Sarkar wrote: > This api is similar like api `rte_eth_tx_buffer` except it > does not attempt to flush the buffer in case buffer is full. > The advantage is that, this api does not need port id and > queue id. In case port id and queue id are shared within threads > th

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-20 Thread Nilanjan Sarkar
Hello Thomas M, Can you please review this path "http://patches.dpdk.org/patch/57593/";? I see this has been assigned to you. Kindly provide your feedback. Regards, Nilanjan Disclaimer: This communication (including any attachments) is intended for the use of the intended recipient(s) only and

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
This api is similar like api `rte_eth_tx_buffer` except it does not attempt to flush the buffer in case buffer is full. The advantage is that, this api does not need port id and queue id. In case port id and queue id are shared within threads then application can not buffer a packet until it gets a

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
This api is similar like api `rte_eth_tx_buffer` except it does not attempt to flush the buffer in case buffer is full. The advantage is that, this api does not need port id and queue id. In case port id and queue id are shared within threads then application can not buffer a packet until it gets a

[dpdk-dev] [PATCH] eal: added new api to only enqueue a packet in tx buffer

2019-08-08 Thread Nilanjan Sarkar
This api is similar like api `rte_eth_tx_buffer` except it does not attempt to flush the buffer in case buffer is full. The advantage is that, this api does not need port id and queue id. In case port id and queue id are shared within threads then application can not buffer a packet until it gets a