On 11/5/2021 6:41 PM, Ajit Khaparde wrote:
On Fri, Nov 5, 2021 at 11:38 AM Ferruh Yigit <ferruh.yi...@intel.com> wrote:
On 11/5/2021 6:22 PM, Ajit Khaparde wrote:
On Fri, Nov 5, 2021 at 11:14 AM Ferruh Yigit <ferruh.yi...@intel.com> wrote:
On 11/5/2021 4:55 PM, Ajit Khaparde wrote:
Update release notes for new functionality added to the bnxt PMD.
Signed-off-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
---
doc/guides/rel_notes/release_21_11.rst | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/doc/guides/rel_notes/release_21_11.rst
b/doc/guides/rel_notes/release_21_11.rst
index 3367a15c85..d8b9531af1 100644
--- a/doc/guides/rel_notes/release_21_11.rst
+++ b/doc/guides/rel_notes/release_21_11.rst
@@ -152,7 +152,14 @@ New Features
* Added flow offload support for Thor.
* Implement support for tunnel offload.
- * Updated HWRM API to version 1.10.2.44
+ * Updated HWRM API to version 1.10.2.68.
+ * Updated support for RTE_FLOW_ACTION_TYPE_RSS.
I am not sure which commit this update corresponds to, can you please
share the commit that this update should go?
I think you are looking for this -
239695f754cb ("net/bnxt: enhance RSS action support")
Ahh, that is pre -rc1, and not related to the latest based code series either.
Since original commit is part of -rc1, that can't be squashed of course, can
you please send a separate patch for it, with proper fixes tag etc?
Sure. I will send a separate patch for that.
Do you want me to respin a new patch for the remaining?
Or you can remove the line and squash?
Except 'RTE_FLOW_ACTION_TYPE_RSS' update,
Squashed into relevant commits in next-net, thanks.