Re: [PATCH] dpaa2-eth: Fix compile error due to missing devlink support

2020-11-23 Thread Ioana Ciornei
On Mon, Nov 23, 2020 at 12:06:14PM -0300, Ezequiel Garcia wrote: > Hi Ioana, > > On Mon, 2020-11-23 at 09:39 +, Ioana Ciornei wrote: > > Hi Ezequiel, > > > > Thanks a lot for the fix, I overlooked this when adding devlink support. > > > > No worries :) > > > On Sat, Nov 21, 2020 at 09:23:3

Re: [PATCH] dpaa2-eth: Fix compile error due to missing devlink support

2020-11-23 Thread Ezequiel Garcia
Hi Ioana, On Mon, 2020-11-23 at 09:39 +, Ioana Ciornei wrote: > Hi Ezequiel, > > Thanks a lot for the fix, I overlooked this when adding devlink support. > No worries :) > On Sat, Nov 21, 2020 at 09:23:36PM -0300, Ezequiel Garcia wrote: > > The dpaa2 driver depends on devlink, so it should

Re: [PATCH] dpaa2-eth: Fix compile error due to missing devlink support

2020-11-23 Thread Ioana Ciornei
Hi Ezequiel, Thanks a lot for the fix, I overlooked this when adding devlink support. On Sat, Nov 21, 2020 at 09:23:36PM -0300, Ezequiel Garcia wrote: > The dpaa2 driver depends on devlink, so it should select > NET_DEVLINK in order to fix compile errors, such as: > > drivers/net/ethernet/frees

[PATCH] dpaa2-eth: Fix compile error due to missing devlink support

2020-11-21 Thread Ezequiel Garcia
The dpaa2 driver depends on devlink, so it should select NET_DEVLINK in order to fix compile errors, such as: drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.o: in function `dpaa2_eth_rx_err': dpaa2-eth.c:(.text+0x3cec): undefined reference to `devlink_trap_report' drivers/net/ethernet/freescale/d