> From: Stephen Hemminger [mailto:step...@networkplumber.org]
> Sent: Saturday, 5 October 2024 01.03
> 
> The use of the word segregate should be avoided.
> Rationale from https://inclusivenaming.org/word-lists/tier-3/segregate/
> 
>   The word segregation carries strong context in regard to civil rights
>   movements in the US and South Africa, segregation in the US South,
> and
>   racist history.
> 
> Signed-off-by: Stephen Hemminger <step...@networkplumber.org>
> ---


> +++ b/drivers/net/octeon_ep/cnxk_ep_rx_neon.c
> @@ -61,7 +61,7 @@ cnxk_ep_process_pkts_vec_neon(struct rte_mbuf
> **rx_pkts, struct otx_ep_droq *dro
> 
>               /* Vertical add, consolidate outside the loop. */
>               bytes += vaddq_u32(bytes, s01);
> -             /* Segregate to packet length and data length. */
> +             /* Separate intto packet length and data length. */

Typo: intto -> into


> +++ b/drivers/net/octeon_ep/cnxk_ep_rx_sse.c
> @@ -52,7 +52,7 @@ cnxk_ep_process_pkts_vec_sse(struct rte_mbuf
> **rx_pkts, struct otx_ep_droq *droq
>               s01 = _mm_shuffle_epi8(s01, bswap_mask);
>               /* Vertical add, consolidate outside loop */
>               bytes = _mm_add_epi32(bytes, s01);
> -             /* Segregate to packet length and data length. */
> +             /* Separate intto packet length and data length. */

Typo: intto -> into

With typos fixed,
Acked-by: Morten Brørup <m...@smartsharesystems.com>

Reply via email to