[dpdk-dev,v2,7/7] doc: release note update for fm10k intr mode

Message ID 1445831265-14256-8-git-send-email-shaopeng.he@intel.com (mailing list archive)
State Superseded, archived
Headers

Commit Message

He, Shaopeng Oct. 26, 2015, 3:47 a.m. UTC
  Signed-off-by: Shaopeng He <shaopeng.he@intel.com>
---
 doc/guides/rel_notes/release_2_2.rst | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Michael Qiu Dec. 22, 2015, 7 a.m. UTC | #1
On 10/26/2015 11:48 AM, He, Shaopeng wrote:
> Signed-off-by: Shaopeng He <shaopeng.he@intel.com>
> ---
>  doc/guides/rel_notes/release_2_2.rst | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
> index 73dba47..44b3aea 100644
> --- a/doc/guides/rel_notes/release_2_2.rst
> +++ b/doc/guides/rel_notes/release_2_2.rst
> @@ -5,11 +5,13 @@ New Features
>  ------------
>  
>  * Support interrupt mode on i40e
> +* Support interrupt mode on fm10k
>  

Do we need to declare the limitation like only VFIO support for RRC, and
other limitations like could not work on the management port for
BR(maybe I'm wrong, but need BAR4 to run Testpoint)

>  Resolved Issues
>  ---------------
>  
>  * Fix ixgbe/igb rx interrupt compatible issue with mbox
> +* Fix l3fwd-power memory leak for non-ip packet
>  
>  Known Issues
>  ------------
  
He, Shaopeng Dec. 22, 2015, 12:07 p.m. UTC | #2
> -----Original Message-----
> From: Qiu, Michael
> Sent: Tuesday, December 22, 2015 3:00 PM
> To: He, Shaopeng; dev@dpdk.org
> Cc: Chen, Jing D
> Subject: Re: [PATCH v2 7/7] doc: release note update for fm10k intr mode
> 
> On 10/26/2015 11:48 AM, He, Shaopeng wrote:
> > Signed-off-by: Shaopeng He <shaopeng.he@intel.com>
> > ---
> >  doc/guides/rel_notes/release_2_2.rst | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/release_2_2.rst
> > b/doc/guides/rel_notes/release_2_2.rst
> > index 73dba47..44b3aea 100644
> > --- a/doc/guides/rel_notes/release_2_2.rst
> > +++ b/doc/guides/rel_notes/release_2_2.rst
> > @@ -5,11 +5,13 @@ New Features
> >  ------------
> >
> >  * Support interrupt mode on i40e
> > +* Support interrupt mode on fm10k
> >
> 
> Do we need to declare the limitation like only VFIO support for RRC, and
> other limitations like could not work on the management port for BR(maybe
> I'm wrong, but need BAR4 to run Testpoint)

As we discussed, we will update limitations together in nics/fm10k.rst.

> 
> >  Resolved Issues
> >  ---------------
> >
> >  * Fix ixgbe/igb rx interrupt compatible issue with mbox
> > +* Fix l3fwd-power memory leak for non-ip packet
> >
> >  Known Issues
> >  ------------
  

Patch

diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
index 73dba47..44b3aea 100644
--- a/doc/guides/rel_notes/release_2_2.rst
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -5,11 +5,13 @@  New Features
 ------------
 
 * Support interrupt mode on i40e
+* Support interrupt mode on fm10k
 
 Resolved Issues
 ---------------
 
 * Fix ixgbe/igb rx interrupt compatible issue with mbox
+* Fix l3fwd-power memory leak for non-ip packet
 
 Known Issues
 ------------