Re: [dpdk-dev] [PATCH] net/octeontx2: setting link attributes

2020-04-05 Thread Jerin Jacob
On Tue, Mar 31, 2020 at 9:54 PM Harman Kalra wrote: > > Adding support to configure link attributes like speed, > duplex, negotiation. > > Signed-off-by: Harman Kalra > --- > Depends on https://patchwork.dpdk.org/patch/66344/ Acked-by: Jerin Jacob Applied to dpdk-next-net-mrvl/master. Thanks

[dpdk-dev] [PATCH] net/octeontx2: setting link attributes

2020-03-31 Thread Harman Kalra
Adding support to configure link attributes like speed, duplex, negotiation. Signed-off-by: Harman Kalra --- Depends on https://patchwork.dpdk.org/patch/66344/ drivers/net/octeontx2/otx2_ethdev.c | 12 ++-- drivers/net/octeontx2/otx2_ethdev.h | 3 + drivers/net/octeontx2/otx2_ethdev_op