From: Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
To: Manish Kurup <kurup.manish@gmail.com>
Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, jiri@resnulli.us,
davem@davemloft.net, jakub.kicinski@netronome.com,
simon.horman@netronome.com, john.hurley@netronome.com,
oss-drivers@netronome.com, netdev@vger.kernel.org,
aring@mojatatu.com, mrv@mojatatu.com,
Manish Kurup <manish.kurup@verizon.com>
Subject: Re: [PATCH net-next v6 2/3] nfp flower action: Modified to use VLAN helper functions
Date: Mon, 6 Nov 2017 18:33:32 +0000 [thread overview]
Message-ID: <20171106183332.22348570@pieter-Netronome> (raw)
In-Reply-To: <1509724225-5670-1-git-send-email-manish.kurup@verizon.com>
On Fri, 3 Nov 2017 11:50:25 -0400
Manish Kurup <kurup.manish@gmail.com> wrote:
> Modified netronome nfp flower action to use VLAN helper functions instead
> of accessing the structure directly.
>
> Signed-off-by: Manish Kurup <manish.kurup@verizon.com>
> ---
> drivers/net/ethernet/netronome/nfp/flower/action.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/net/ethernet/netronome/nfp/flower/action.c
> b/drivers/net/ethernet/netronome/nfp/flower/action.c index de64ced..c1c595f
> 100644 --- a/drivers/net/ethernet/netronome/nfp/flower/action.c
> +++ b/drivers/net/ethernet/netronome/nfp/flower/action.c
> @@ -58,7 +58,6 @@ nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan,
> const struct tc_action *action)
> {
> size_t act_size = sizeof(struct nfp_fl_push_vlan);
> - struct tcf_vlan *vlan = to_vlan(action);
> u16 tmp_push_vlan_tci;
>
> push_vlan->head.jump_id = NFP_FL_ACTION_OPCODE_PUSH_VLAN;
> @@ -67,8 +66,8 @@ nfp_fl_push_vlan(struct nfp_fl_push_vlan *push_vlan,
> push_vlan->vlan_tpid = tcf_vlan_push_proto(action);
>
> tmp_push_vlan_tci =
> - FIELD_PREP(NFP_FL_PUSH_VLAN_PRIO, vlan->tcfv_push_prio) |
> - FIELD_PREP(NFP_FL_PUSH_VLAN_VID, vlan->tcfv_push_vid) |
> + FIELD_PREP(NFP_FL_PUSH_VLAN_PRIO,
> tcf_vlan_push_prio(action)) |
> + FIELD_PREP(NFP_FL_PUSH_VLAN_VID, tcf_vlan_push_vid(action))
> | NFP_FL_PUSH_VLAN_CFI;
> push_vlan->vlan_tci = cpu_to_be16(tmp_push_vlan_tci);
> }
Thank you for this; you may consider this patch:
Reviewed-by: Pieter Jansen van Vuuren <pieter.jansenvanvuuren@netronome.com>
prev parent reply other threads:[~2017-11-06 18:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 15:50 [PATCH net-next v6 2/3] nfp flower action: Modified to use VLAN helper functions Manish Kurup
2017-11-06 18:33 ` Pieter Jansen van Vuuren [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=20171106183332.22348570@pieter-Netronome \
--to=pieter.jansenvanvuuren@netronome.com \
--cc=aring@mojatatu.com \
--cc=davem@davemloft.net \
--cc=jakub.kicinski@netronome.com \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=john.hurley@netronome.com \
--cc=kurup.manish@gmail.com \
--cc=manish.kurup@verizon.com \
--cc=mrv@mojatatu.com \
--cc=netdev@vger.kernel.org \
--cc=oss-drivers@netronome.com \
--cc=simon.horman@netronome.com \
--cc=xiyou.wangcong@gmail.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).