Re: [dpdk-dev] [PATCH v2 7/7] app/testpmd: verify mtu with rte_eth_dev_info_get()

2019-03-28 Thread Ferruh Yigit
On 3/25/2019 2:20 PM, Ferruh Yigit wrote: > On 3/22/2019 1:01 PM, Ian Stokes wrote: >> This commit uses the mtu fields populated in rte_eth_dev_info_get() >> to validate the mtu value being passed in port_mtu_set(). >> >> Signed-off-by: Ian Stokes > > For patch title, I think 'rte_eth_dev_info_ge

Re: [dpdk-dev] [PATCH v2 7/7] app/testpmd: verify mtu with rte_eth_dev_info_get()

2019-03-25 Thread Ferruh Yigit
On 3/22/2019 1:01 PM, Ian Stokes wrote: > This commit uses the mtu fields populated in rte_eth_dev_info_get() > to validate the mtu value being passed in port_mtu_set(). > > Signed-off-by: Ian Stokes For patch title, I think 'rte_eth_dev_info_get()' is implementation detail here, what we are ver

[dpdk-dev] [PATCH v2 7/7] app/testpmd: verify mtu with rte_eth_dev_info_get()

2019-03-22 Thread Ian Stokes
This commit uses the mtu fields populated in rte_eth_dev_info_get() to validate the mtu value being passed in port_mtu_set(). Signed-off-by: Ian Stokes --- app/test-pmd/config.c | 4 1 file changed, 4 insertions(+) diff --git a/app/test-pmd/config.c b/app/test-pmd/config.c index b9e5dd923.