[dpdk-dev] [PATCH v2 05/40] bnxt: add dev configure operation

2016-05-25 Thread Bruce Richardson
On Fri, May 13, 2016 at 03:45:54PM -0700, Stephen Hurd wrote: > This adds the bnxt_hwrm_port_phy_cfg() HWRM call, and copies required > information into the new struct bnxt_link_info. > > Signed-off-by: Stephen Hurd > Reviewed-by: Ajit Kumar Khaparde > --- > drivers/net/bnxt/bnxt.h

[dpdk-dev] [PATCH v2 05/40] bnxt: add dev configure operation

2016-05-13 Thread Stephen Hurd
This adds the bnxt_hwrm_port_phy_cfg() HWRM call, and copies required information into the new struct bnxt_link_info. Signed-off-by: Stephen Hurd Reviewed-by: Ajit Kumar Khaparde --- drivers/net/bnxt/bnxt.h| 32 +++ drivers/net/bnxt/bnxt_ethdev.c | 24 ++ drivers/net/b