Re: [net-next 09/10] net/mlx5e: Move TX code into functions to be used by MPWQE

2020-09-08 Thread Willem de Bruijn
On Tue, Sep 8, 2020 at 11:00 AM Maxim Mikityanskiy wrote: > > On 2020-09-04 18:06, Willem de Bruijn wrote: > > On Thu, Sep 3, 2020 at 11:01 PM Saeed Mahameed wrote: > >> > >> From: Maxim Mikityanskiy > >> > >> mlx5e_txwqe_complete performs some actions that can be taken to separate > >> function

Re: [net-next 09/10] net/mlx5e: Move TX code into functions to be used by MPWQE

2020-09-08 Thread Maxim Mikityanskiy
On 2020-09-04 18:06, Willem de Bruijn wrote: On Thu, Sep 3, 2020 at 11:01 PM Saeed Mahameed wrote: From: Maxim Mikityanskiy mlx5e_txwqe_complete performs some actions that can be taken to separate functions: 1. Update the flags needed for hardware timestamping. 2. Stop the TX queue if it's

Re: [net-next 09/10] net/mlx5e: Move TX code into functions to be used by MPWQE

2020-09-04 Thread Willem de Bruijn
On Thu, Sep 3, 2020 at 11:01 PM Saeed Mahameed wrote: > > From: Maxim Mikityanskiy > > mlx5e_txwqe_complete performs some actions that can be taken to separate > functions: > > 1. Update the flags needed for hardware timestamping. > > 2. Stop the TX queue if it's full. > > Take these actions into