On 7/3/2020 10:01 PM, Ajit Khaparde wrote:
> From: Peter Spreadborough <[email protected]>
>
> Modify Exact Match insert and delete to use the HWRM messages directly.
> Remove tunneled EM insert and delete message types.
>
> Signed-off-by: Peter Spreadborough <[email protected]>
> Signed-off-by: Venkat Duvvuru <[email protected]>
> Reviewed-by: Randy Schacher <[email protected]>
> Reviewed-by: Ajit Khaparde <[email protected]>
<...>
> @@ -351,7 +345,7 @@ typedef struct tf_session_hw_resc_alloc_output {
> uint16_t range_prof_start;
> /* Number range profiles allocated */
> uint16_t range_prof_stride;
> - /* Starting index of range entries allocated to the session */
> + /* Starting index of range enntries allocated to the session */
> uint16_t range_entries_start;
> /* Number of range entries allocated */
> uint16_t range_entries_stride;
> @@ -453,7 +447,7 @@ typedef struct tf_session_hw_resc_free_input {
> uint16_t range_prof_start;
> /* Number range profiles allocated */
> uint16_t range_prof_stride;
> - /* Starting index of range entries allocated to the session */
> + /* Starting index of range enntries allocated to the session */
> uint16_t range_entries_start;
> /* Number of range entries allocated */
> uint16_t range_entries_stride;
> @@ -555,7 +549,7 @@ typedef struct tf_session_hw_resc_flush_input {
> uint16_t range_prof_start;
> /* Number range profiles allocated */
> uint16_t range_prof_stride;
> - /* Starting index of range entries allocated to the session */
> + /* Starting index of range enntries allocated to the session */
> uint16_t range_entries_start;
> /* Number of range entries allocated */
> uint16_t range_entries_stride;
And adding spelling errors back?
Is this patch revert of any previous patch? Would you mind keeping the spelling
fixes?
This set is big and confusing to me ...