[dpdk-dev] [PATCH v5] net/octeontx2: add devargs to lock Rx/Tx ctx

Jerin Jacob jerinjacobk at gmail.com
Fri Jun 26 07:00:38 CEST 2020


On Tue, Mar 31, 2020 at 7:29 PM <pbhagavatula at marvell.com> wrote:
>
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
>
> Add device arguments to lock Rx/Tx contexts.
> Application can either choose to lock Rx or Tx contexts by using
> 'lock_rx_ctx' or 'lock_tx_ctx' respectively per each port.
>
> Example:
>         -w 0002:02:00.0,lock_rx_ctx=1 -w 0002:03:00.0,lock_tx_ctx=1
>
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
> Reviewed-by: Andrzej Ostruszka <aostruszka at marvell.com>
> ---
>  Depends on http://patches.dpdk.org/patch/67178/
>  v5 Changes:
>  - Remove redundant goto.(Andrzej)
>
>  v4 Changes:
>  - Fix return path using unnecessary goto.(Andrzej)
>  - Fix datatype of values passed to devargs parser.(Andrzej)
>
>  v3 Changes:
>  - Split series into individual patches as targets are different.

Could you please rebase to dpdk-next-net-mrvl master and send v6.

>  doc/guides/nics/octeontx2.rst               |  16 ++
>  drivers/net/octeontx2/otx2_ethdev.c         | 196 +++++++++++++++++++-
>  drivers/net/octeontx2/otx2_ethdev.h         |   2 +
>  drivers/net/octeontx2/otx2_ethdev_devargs.c |  16 +-
>  drivers/net/octeontx2/otx2_rss.c            |  23 +++
>  5 files changed, 244 insertions(+), 9 deletions(-)
>


More information about the dev mailing list