[dpdk-dev] [PATCH v3 01/30] ixgbe/base: add new VF requests for mailbox API

2016-06-21 Thread Bruce Richardson
On Wed, Jun 15, 2016 at 03:53:11PM +0800, Beilei Xing wrote: > It adds two new VF requests of IXGBE_VF_GET_RETA and > IXGBE_VF_GET_RSS_KEY for mailbox API. > General comment - please don't start commit messages with "It". There is no previous noun in the text for the "it" to refer to. Thanks, /Br

[dpdk-dev] [PATCH v3 01/30] ixgbe/base: add new VF requests for mailbox API

2016-06-15 Thread Beilei Xing
It adds two new VF requests of IXGBE_VF_GET_RETA and IXGBE_VF_GET_RSS_KEY for mailbox API. Signed-off-by: Beilei Xing --- drivers/net/ixgbe/base/ixgbe_mbx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/ixgbe/base/ixgbe_mbx.h b/drivers/net/ixgbe/base/ixgbe_m