Message ID | 20210122094800.197748-21-jiawenwu@trustnetic.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | net/txgbe: add VF driver support | expand |
Context | Check | Description |
---|---|---|
ci/iol-testing | warning | Testing issues |
ci/iol-mellanox-Functional | success | Functional Testing PASS |
ci/iol-intel-Performance | fail | Performance Testing issues |
ci/iol-intel-Functional | success | Functional Testing PASS |
ci/iol-broadcom-Performance | success | Performance Testing PASS |
ci/iol-broadcom-Functional | success | Functional Testing PASS |
ci/intel-Testing | success | Testing PASS |
ci/Intel-compilation | success | Compilation OK |
ci/checkpatch | success | coding style OK |
On 1/22/2021 9:48 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 ae36b6a3f..d463c6924 100644 > --- a/doc/guides/rel_notes/release_21_02.rst > +++ b/doc/guides/rel_notes/release_21_02.rst > @@ -101,6 +101,7 @@ New Features > * Add support for generic flow API. > * Add support for traffic manager. > * Add support for IPsec. > + * Add support for txgbevf PMD. > You may want to announce "port representor" support too.
diff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst index ae36b6a3f..d463c6924 100644 --- a/doc/guides/rel_notes/release_21_02.rst +++ b/doc/guides/rel_notes/release_21_02.rst @@ -101,6 +101,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(+)