All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Pismenny <borisp@mellanox.com>
To: Rohit Maheshwari <rohitm@chelsio.com>,
	netdev@vger.kernel.org, davem@davemloft.net,
	herbert@gondor.apana.org.au
Cc: secdev@chelsio.com, varun@chelsio.com, kuba@kernel.org
Subject: Re: [PATCH net-next v3 6/6] cxgb4/chcr: Add ipv6 support and statistics
Date: Wed, 4 Mar 2020 19:05:44 +0200	[thread overview]
Message-ID: <8164bb64-3446-02ab-2dc9-68e995047229@mellanox.com> (raw)
In-Reply-To: <20200229012426.30981-7-rohitm@chelsio.com>



On 29/02/2020 3:24, Rohit Maheshwari wrote:
> Adding ipv6 support and ktls related statistics.
> 
> v1->v2:
> - aaded blank lines at 2 places.
> 
> Signed-off-by: Rohit Maheshwari <rohitm@chelsio.com>
> ---

...

> +	seq_puts(seq, "\nChelsio KTLS Crypto Accelerator Stats\n");
> +	seq_printf(seq, "KTLS connection opened:                  %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_connection_open));
> +	seq_printf(seq, "KTLS connection failed:                  %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_connection_fail));
> +	seq_printf(seq, "KTLS connection closed:                  %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_connection_close));
> +	seq_printf(seq, "KTLS Tx pkt received from stack:         %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_pkts_received));
> +	seq_printf(seq, "KTLS tx records send:                    %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_send_records));
> +	seq_printf(seq, "KTLS tx partial start of records:        %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_start_pkts));
> +	seq_printf(seq, "KTLS tx partial middle of records:       %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_middle_pkts));
> +	seq_printf(seq, "KTLS tx partial end of record:           %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_end_pkts));
> +	seq_printf(seq, "KTLS tx complete records:                %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_complete_pkts));
> +	seq_printf(seq, "KTLS tx trim pkts :                      %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_trimmed_pkts));
> +	seq_printf(seq, "KTLS tx retransmit packets:              %10u\n",
> +		   atomic_read(&adap->chcr_stats.ktls_tx_retransmit_pkts));
> +#endif

Please confirm to TLS offload documentation or update it if you think it
is necessary.

  reply	other threads:[~2020-03-04 17:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-29  1:24 [PATCH net-next v3 0/6] cxgb4/chcr: ktls tx offload support on T6 adapter Rohit Maheshwari
2020-02-29  1:24 ` [PATCH net-next v3 1/6] cxgb4/chcr : Register to tls add and del callback Rohit Maheshwari
2020-03-01  8:36   ` Boris Pismenny
2020-03-04 15:49     ` rohit maheshwari
2020-03-04 17:15       ` Boris Pismenny
2020-03-05 11:31         ` rohit maheshwari
2020-02-29  1:24 ` [PATCH net-next v3 2/6] cxgb4/chcr: Save tx keys and handle HW response Rohit Maheshwari
2020-02-29  1:24 ` [PATCH net-next v3 3/6] cxgb4/chcr: complete record tx handling Rohit Maheshwari
2020-03-01  8:35   ` Boris Pismenny
2020-03-04 15:47     ` rohit maheshwari
2020-03-04 17:08       ` Boris Pismenny
2020-03-05 11:28         ` rohit maheshwari
2020-03-05  0:49   ` kbuild test robot
2020-03-05  0:49     ` kbuild test robot
2020-02-29  1:24 ` [PATCH net-next v3 4/6] chcr: handle partial end part of a record Rohit Maheshwari
2020-02-29  1:24 ` [PATCH net-next v3 5/6] chcr: Handle first or middle part of record Rohit Maheshwari
2020-02-29  1:24 ` [PATCH net-next v3 6/6] cxgb4/chcr: Add ipv6 support and statistics Rohit Maheshwari
2020-03-04 17:05   ` Boris Pismenny [this message]
2020-03-05 11:29     ` rohit maheshwari

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=8164bb64-3446-02ab-2dc9-68e995047229@mellanox.com \
    --to=borisp@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=rohitm@chelsio.com \
    --cc=secdev@chelsio.com \
    --cc=varun@chelsio.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.