From: Jakub Kicinski <kuba@kernel.org>
To: Subbaraya Sundeep <sbhatta@marvell.com>
Cc: <davem@davemloft.net>, <edumazet@google.com>, <pabeni@redhat.com>,
<netdev@vger.kernel.org>, <sgoutham@marvell.com>,
<naveenm@marvell.com>
Subject: Re: [net-next PATCH 8/8] octeontx2-pf: mcs: Introduce MACSEC hardware offloading
Date: Mon, 26 Sep 2022 13:01:00 -0700 [thread overview]
Message-ID: <20220926130100.4f315759@kernel.org> (raw)
In-Reply-To: <1664199421-28858-9-git-send-email-sbhatta@marvell.com>
On Mon, 26 Sep 2022 19:07:01 +0530 Subbaraya Sundeep wrote:
> This patch introduces the macsec offload feature to cn10k
> PF netdev driver. The macsec offload ops like adding, deleting
> and updating SecYs, SCs, SAs and stats are supported. XPN support
> will be added in later patches. Some stats use same counter in hardware
> which means based on the SecY mode the same counter represents different
> stat. Hence when SecY mode/policy is changed then snapshot of current
> stats are captured. Also there is no provision to specify the unique
> flow-id/SCI per packet to hardware hence different mac address needs to
> be set for macsec interfaces.
Does not build:
drivers/net/ethernet/marvell/octeontx2/nic/cn10k_macsec.c:1258:36: error: no member named 'macsec_cfg' in 'struct otx2_nic'
struct cn10k_mcs_cfg *cfg = pfvf->macsec_cfg;
~~~~ ^
Please make sure you wait at least 24h before reposting.
next prev parent reply other threads:[~2022-09-26 20:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 13:36 [net-next PATCH 0/8] Introduce macsec hardware offload for cn10k platform Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 1/8] octeontx2-af: cn10k: Introduce driver for macsec block Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 2/8] octeontx2-af: cn10k: mcs: Add mailboxes for port related operations Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 3/8] octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 4/8] octeontx2-af: cn10k: mcs: Install a default TCAM for normal traffic Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 5/8] octeontx2-af: cn10k: mcs: Support for stats collection Subbaraya Sundeep
2022-09-26 13:36 ` [net-next PATCH 6/8] octeontx2-af: cn10k: mcs: Handle MCS block interrupts Subbaraya Sundeep
2022-09-26 13:37 ` [net-next PATCH 7/8] octeontx2-af: cn10k: mcs: Add debugfs support Subbaraya Sundeep
2022-09-26 13:37 ` [net-next PATCH 8/8] octeontx2-pf: mcs: Introduce MACSEC hardware offloading Subbaraya Sundeep
2022-09-26 20:01 ` Jakub Kicinski [this message]
2022-09-27 16:35 ` kernel test robot
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=20220926130100.4f315759@kernel.org \
--to=kuba@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=naveenm@marvell.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=sbhatta@marvell.com \
--cc=sgoutham@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 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.