DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jerin Jacob <jerinjacobk@gmail.com>
To: Sathesh Edara <sedara@marvell.com>
Cc: sburla@marvell.com, jerinj@marvell.com,
	 Radha Mohan Chintakuntla <radhac@marvell.com>,
	Veerasenareddy Burru <vburru@marvell.com>,
	dev@dpdk.org
Subject: Re: [PATCH] net/octeon_ep: support SDP packet mode
Date: Fri, 10 Feb 2023 15:00:15 +0530	[thread overview]
Message-ID: <CALBAE1Muhds0fb93hfMLUka53aViZms-w9a_2EvGMj_H_D=_kQ@mail.gmail.com> (raw)
In-Reply-To: <20230209123041.810437-1-sedara@marvell.com>

On Thu, Feb 9, 2023 at 6:01 PM Sathesh Edara <sedara@marvell.com> wrote:
>
> Add SDP packet mode to support EP driver in loop
> and NIC mode.
>
> Signed-off-by: Sathesh Edara <sedara@marvell.com>
> ---
> +/* These arrays indexed by otx_ep_device->sdp_packet_mode */
> +static uint8_t front_size[2] = {OTX2_EP_FSZ_NIC, OTX2_EP_FSZ_LOOP};
> +static uint8_t rh_size[2] = {OTX_EP_RH_SIZE_NIC, OTX_EP_RH_SIZE_LOOP};
> +static uint8_t droq_info_size[2] = {OTX_EP_DROQ_INFO_SIZE_NIC,
> +                                   OTX_EP_DROQ_INFO_SIZE_LOOP};

No need to provide 2.

      reply	other threads:[~2023-02-10  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-09 12:30 Sathesh Edara
2023-02-10  9:30 ` Jerin Jacob [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALBAE1Muhds0fb93hfMLUka53aViZms-w9a_2EvGMj_H_D=_kQ@mail.gmail.com' \
    --to=jerinjacobk@gmail.com \
    --cc=dev@dpdk.org \
    --cc=jerinj@marvell.com \
    --cc=radhac@marvell.com \
    --cc=sburla@marvell.com \
    --cc=sedara@marvell.com \
    --cc=vburru@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).