Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-24 Thread Thomas Monjalon
22/11/2018 18:15, Thomas Monjalon: > 22/11/2018 13:11, Ferruh Yigit: > > On 11/22/2018 12:09 PM, Ian Stokes wrote: > > > Maximum and minimum MTU values vary between hardware devices. In > > > hardware agnostic DPDK applications access to such information would > > > allow a more accurate way of val

Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-23 Thread Andrew Rybchenko
On 11/22/18 9:27 PM, Ferruh Yigit wrote: On 11/22/2018 12:09 PM, Ian Stokes wrote: Maximum and minimum MTU values vary between hardware devices. In hardware agnostic DPDK applications access to such information would allow a more accurate way of validating and setting supported MTU values on a p

Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 12:09 PM, Ian Stokes wrote: > Maximum and minimum MTU values vary between hardware devices. In > hardware agnostic DPDK applications access to such information would > allow a more accurate way of validating and setting supported MTU values on > a per device basis rather than using a

Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-22 Thread Thomas Monjalon
22/11/2018 13:11, Ferruh Yigit: > On 11/22/2018 12:09 PM, Ian Stokes wrote: > > Maximum and minimum MTU values vary between hardware devices. In > > hardware agnostic DPDK applications access to such information would > > allow a more accurate way of validating and setting supported MTU values on >

Re: [dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-22 Thread Ferruh Yigit
On 11/22/2018 12:09 PM, Ian Stokes wrote: > Maximum and minimum MTU values vary between hardware devices. In > hardware agnostic DPDK applications access to such information would > allow a more accurate way of validating and setting supported MTU values on > a per device basis rather than using a

[dpdk-dev] [PATCH v1 1/1] doc: announce ethdev ABI change for rte_eth_dev_info.

2018-11-22 Thread Ian Stokes
Maximum and minimum MTU values vary between hardware devices. In hardware agnostic DPDK applications access to such information would allow a more accurate way of validating and setting supported MTU values on a per device basis rather than using a defined default for all devices. The following so