Message ID | 20210205033449.3813939-18-jiawenwu@trustnetic.com (mailing list archive) |
---|---|
State | Changes Requested |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | net/txgbe: add VF driver support | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
ci/iol-testing | warning | Testing issues |
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/travis-robot | warning | Travis build: failed |
ci/iol-intel-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
On 2/5/2021 3:34 AM, Jiawen Wu wrote: > Update release note to add txgbevf PMD support. > > Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> > --- > doc/guides/rel_notes/release_21_02.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst > index cc181dfd1..78e9db666 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -128,6 +128,7 @@ New Features > * Add support for generic flow API. > * Add support for traffic manager. > * Add support for IPsec. > + * Add support for txgbevf PMD. > Can you please switch to 21.05 release notes?
diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index cc181dfd1..78e9db666 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -128,6 +128,7 @@ New Features * Add support for generic flow API. * Add support for traffic manager. * Add support for IPsec. + * Add support for txgbevf PMD. * **Updated GSO support.**
Update release note to add txgbevf PMD support. Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com> --- doc/guides/rel_notes/release_21_02.rst | 1 + 1 file changed, 1 insertion(+)