On 7/3/2020 10:01 PM, Ajit Khaparde wrote:
> From: Peter Spreadborough <peter.spreadboro...@broadcom.com>
> 
> 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 <peter.spreadboro...@broadcom.com>
> Signed-off-by: Venkat Duvvuru <venkatkumar.duvv...@broadcom.com>
> Reviewed-by: Randy Schacher <stuart.schac...@broadcom.com>
> Reviewed-by: Ajit Khaparde <ajit.khapa...@broadcom.com>

<...>

> @@ -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 ...

Reply via email to