Re: [dpdk-dev] [RFC] ethdev: rte_eth_rx_burst() requirements for nb_pkts

2020-08-27 Thread Bruce Richardson
On Thu, Aug 27, 2020 at 11:31:15AM +0200, Morten Brørup wrote: > > From: Bruce Richardson [mailto:bruce.richard...@intel.com] > > Sent: Thursday, August 27, 2020 11:10 AM > > > > On Thu, Aug 27, 2020 at 10:40:11AM +0200, Morten Brørup wrote: > > > Jeff and Ethernet API maintainers Thomas, Ferruh a

Re: [dpdk-dev] [RFC] ethdev: rte_eth_rx_burst() requirements for nb_pkts

2020-08-27 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Thursday, August 27, 2020 11:10 AM > > On Thu, Aug 27, 2020 at 10:40:11AM +0200, Morten Brørup wrote: > > Jeff and Ethernet API maintainers Thomas, Ferruh and Andrew, > > > > I'm hijacking this patch thread to propose a small API

Re: [dpdk-dev] [RFC] ethdev: rte_eth_rx_burst() requirements for nb_pkts

2020-08-27 Thread Bruce Richardson
On Thu, Aug 27, 2020 at 10:40:11AM +0200, Morten Brørup wrote: > Jeff and Ethernet API maintainers Thomas, Ferruh and Andrew, > > I'm hijacking this patch thread to propose a small API modification that > prevents unnecessarily performance degradations. > > > From: dev [mailto:dev-boun...@dpdk.o

[dpdk-dev] [RFC] ethdev: rte_eth_rx_burst() requirements for nb_pkts

2020-08-27 Thread Morten Brørup
Jeff and Ethernet API maintainers Thomas, Ferruh and Andrew, I'm hijacking this patch thread to propose a small API modification that prevents unnecessarily performance degradations. > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Jeff Guo > Sent: Thursday, August 27, 2020 9:55 AM > > Th