Re: [dpdk-dev] [PATCH 2/3] examples/ip_fragmentation: remove usage of internal struct

2019-07-15 Thread Bruce Richardson
On Mon, Jul 15, 2019 at 03:39:56PM +0100, Bruce Richardson wrote: > On Mon, Jul 15, 2019 at 11:56:22AM +0200, Marcin Zapolski wrote: > > Modify ip_fragmentation example app to use rte_eth_info_get instead > > of global rte_eth_devices structure. > > > > Signed-off-by: Marcin Zapolski > > --- > >

Re: [dpdk-dev] [PATCH 2/3] examples/ip_fragmentation: remove usage of internal struct

2019-07-15 Thread Bruce Richardson
On Mon, Jul 15, 2019 at 11:56:22AM +0200, Marcin Zapolski wrote: > Modify ip_fragmentation example app to use rte_eth_info_get instead > of global rte_eth_devices structure. > > Signed-off-by: Marcin Zapolski > --- > examples/ip_fragmentation/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 de

[dpdk-dev] [PATCH 2/3] examples/ip_fragmentation: remove usage of internal struct

2019-07-15 Thread Marcin Zapolski
Modify ip_fragmentation example app to use rte_eth_info_get instead of global rte_eth_devices structure. Signed-off-by: Marcin Zapolski --- examples/ip_fragmentation/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ip_fragmentation/main.c b/examples/ip_fragment