Message ID | 20210405175444.792-1-smadarf@marvell.com (mailing list archive) |
---|---|
State | Changes Requested, archived |
Delegated to: | Ferruh Yigit |
Headers | show |
Series | [v1] doc: add new OCTEON TX2 feature to release notes | expand |
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
On 4/5/2021 6:54 PM, smadarf@marvell.com wrote: > From: Smadar Fuks <smadarf@marvell.com> > > This patch updates release notes for added support of > OCTEON TX2 flow action to port id > > Signed-off-by: Smadar Fuks <smadarf@marvell.com> > --- > doc/guides/rel_notes/release_21_05.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst > index 3c76148b1..250fb8ea8 100644 > --- a/doc/guides/rel_notes/release_21_05.rst > +++ b/doc/guides/rel_notes/release_21_05.rst > @@ -119,6 +119,10 @@ New Features > * Added command to display Rx queue used descriptor count. > ``show port (port_id) rxq (queue_id) desc used count`` > > +* **Updated OCTEON TX2 ethdev driver.** > + > + * Added support for flow action port id. > + > > Removed Items > ------------- > The patch that adds the support [1] is not merged yet, can you please squash this patch to it and send a new version of it? Thanks, ferruh [1] https://patches.dpdk.org/project/dpdk/patch/20210325160321.22016-1-smadarf@marvell.com/
diff --git a/doc/guides/rel_notes/release_21_05.rst b/doc/guides/rel_notes/release_21_05.rst index 3c76148b1..250fb8ea8 100644 --- a/doc/guides/rel_notes/release_21_05.rst +++ b/doc/guides/rel_notes/release_21_05.rst @@ -119,6 +119,10 @@ New Features * Added command to display Rx queue used descriptor count. ``show port (port_id) rxq (queue_id) desc used count`` +* **Updated OCTEON TX2 ethdev driver.** + + * Added support for flow action port id. + Removed Items -------------