Re: [dpdk-dev] [PATCH v3] doc: add preferred burst size support

2018-02-14 Thread Thomas Monjalon
> > > rte_eth_rx_burst(..,nb_pkts) function has semantic that if return value is > > > smaller than requested, application can consider it end of packet stream. > > > Some hardware can only support smaller burst sizes which need to be > > > advertised. Similar is the case for Tx burst. > > > > > >

Re: [dpdk-dev] [PATCH v3] doc: add preferred burst size support

2018-02-13 Thread Thomas Monjalon
Richardson, Bruce ; Ananyev, Konstantin > > ; hemant.agra...@nxp.com; > > ma...@mellanox.com; Shreyansh Jain > > Subject: [dpdk-dev] [PATCH v3] doc: add preferred burst size support > > > > rte_eth_rx_burst(..,nb_pkts) function has semantic that if return value is > &g

Re: [dpdk-dev] [PATCH v3] doc: add preferred burst size support

2018-02-04 Thread Yang, Zhiyong
> ma...@mellanox.com; Shreyansh Jain > Subject: [dpdk-dev] [PATCH v3] doc: add preferred burst size support > > rte_eth_rx_burst(..,nb_pkts) function has semantic that if return value is > smaller than requested, application can consider it end of packet stream. > Some hardware can

[dpdk-dev] [PATCH v3] doc: add preferred burst size support

2018-02-04 Thread Shreyansh Jain
rte_eth_rx_burst(..,nb_pkts) function has semantic that if return value is smaller than requested, application can consider it end of packet stream. Some hardware can only support smaller burst sizes which need to be advertised. Similar is the case for Tx burst. This patch adds deprecation notice