> > > 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 for rte_eth_dev_info structure as new > > > members, for preferred Rx and Tx burst and ring size would be added - > > > impacting the size of the structure. > > > > > > Signed-off-by: Shreyansh Jain <[email protected]> > > > Acked-by: Hemant Agrawal <[email protected]> > > > Acked-by: Andrew Rybchenko <[email protected]> > > > Acked-by: Bruce Richardson <[email protected]> > > > > Acked-by: Zhiyong Yang <[email protected]> > > Maybe that we want to re-use the same struct to define min, max > and preferred sizes. > > For the global idea, > Acked-by: Thomas Monjalon <[email protected]>
Applied

