> -----Original Message----- > From: Burakov, Anatoly <[email protected]> > Sent: Wednesday, October 14, 2020 21:30 > To: [email protected] > Cc: Ma, Liang J <[email protected]>; Guo, Jia <[email protected]>; Wang, > Haiyue > <[email protected]>; Hunt, David <[email protected]>; Ananyev, > Konstantin > <[email protected]>; [email protected]; Richardson, Bruce > <[email protected]>; > [email protected]; McDaniel, Timothy <[email protected]>; Eads, > Gage <[email protected]>; > Macnamara, Chris <[email protected]> > Subject: [PATCH v6 06/10] net/ixgbe: implement power management API > > From: Liang Ma <[email protected]> > > Implement support for the power management API by implementing a > `get_wake_addr` function that will return an address of an RX ring's > status bit. > > Signed-off-by: Anatoly Burakov <[email protected]> > Signed-off-by: Liang Ma <[email protected]> > Acked-by: Konstantin Ananyev <[email protected]> > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 1 + > drivers/net/ixgbe/ixgbe_rxtx.c | 25 +++++++++++++++++++++++++ > drivers/net/ixgbe/ixgbe_rxtx.h | 2 ++ > 3 files changed, 28 insertions(+)
Reviewed-by: Haiyue Wang <[email protected]> > -- > 2.17.1

