Re: [PATCH v2 1/4] net/cnxk: avoid command copy from Tx queue

2022-02-07 Thread Jerin Jacob
On Wed, Jan 19, 2022 at 12:43 PM wrote: > > From: Pavan Nikhilesh > > Tx command is prepared based on offloads enabled and stored in > Tx queue structure at tx_queue_setup phase. > In fastpath the command is copied from Tx queue to LMT line for > all the packets. > Since, the command contents are

[PATCH v2 1/4] net/cnxk: avoid command copy from Tx queue

2022-01-18 Thread pbhagavatula
From: Pavan Nikhilesh Tx command is prepared based on offloads enabled and stored in Tx queue structure at tx_queue_setup phase. In fastpath the command is copied from Tx queue to LMT line for all the packets. Since, the command contents are mostly constants we can move the command preparation to