Re: [dpdk-dev] [PATCH] examples/l2fwd: fix build warning with system wide install

2019-11-12 Thread David Marchand
On Tue, Nov 12, 2019 at 6:09 PM Ferruh Yigit wrote: > > On 11/12/2019 12:37 PM, David Marchand wrote: > > Caught when compiling this example with pkg-config: > > > > ## Building l2fwd > > ... > > main.c: In function ‘main’: > > main.c:716:3: warning: ‘rte_eth_dev_set_ptypes’ is deprecated: Sym

Re: [dpdk-dev] [PATCH] examples/l2fwd: fix build warning with system wide install

2019-11-12 Thread Ferruh Yigit
On 11/12/2019 12:37 PM, David Marchand wrote: > Caught when compiling this example with pkg-config: > > ## Building l2fwd > ... > main.c: In function ‘main’: > main.c:716:3: warning: ‘rte_eth_dev_set_ptypes’ is deprecated: Symbol > is not yet part of stable ABI [-Wdeprecated-declarations] >

[dpdk-dev] [PATCH] examples/l2fwd: fix build warning with system wide install

2019-11-12 Thread David Marchand
Caught when compiling this example with pkg-config: ## Building l2fwd ... main.c: In function ‘main’: main.c:716:3: warning: ‘rte_eth_dev_set_ptypes’ is deprecated: Symbol is not yet part of stable ABI [-Wdeprecated-declarations] 716 | ret = rte_eth_dev_set_ptypes(portid, RTE_PTYPE_UNKNO