Message ID | 1477398282-24611-1-git-send-email-bernard.iremonger@intel.com |
---|---|
State | Accepted, archived |
Headers | show |
> -----Original Message----- > From: Iremonger, Bernard > Sent: Tuesday, October 25, 2016 1:25 PM > To: dev@dpdk.org; Mcnamara, John <john.mcnamara@intel.com> > Cc: Iremonger, Bernard <bernard.iremonger@intel.com> > Subject: [PATCH] doc: release note for ixgbe PMD API's > > Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> Acked-by: John McNamara <john.mcnamara@intel.com>
diff --git a/doc/guides/rel_notes/release_16_11.rst b/doc/guides/rel_notes/release_16_11.rst index 26cdd62..8253614 100644 --- a/doc/guides/rel_notes/release_16_11.rst +++ b/doc/guides/rel_notes/release_16_11.rst @@ -131,6 +131,10 @@ New Features The GCC 4.9 ``-march`` option supports the Intel processor code names. The config option ``RTE_MACHINE`` can be used to pass code names to the compiler as ``-march`` flag. +* **Added API's for VF management to the ixgbe PMD.** + + Eight new API's have been added to the ixgbe PMD for VF management from the PF. + The declarations for the API's can be found in ``rte_pmd_ixgbe.h``. Resolved Issues ---------------
Signed-off-by: Bernard Iremonger <bernard.iremonger@intel.com> --- doc/guides/rel_notes/release_16_11.rst | 4 ++++ 1 file changed, 4 insertions(+)