linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH net-next] net: mvpp2: mvpp2_flow_get_hek_fields() can be static
       [not found] <201807141506.hlrwYth1%fengguang.wu@intel.com>
@ 2018-07-17  1:18 ` kbuild test robot
  2018-07-17  7:38   ` Maxime Chevallier
  0 siblings, 1 reply; 2+ messages in thread
From: kbuild test robot @ 2018-07-17  1:18 UTC (permalink / raw)
  To: Maxime Chevallier
  Cc: kbuild-all, netdev, Antoine Tenart, kbuild test robot, linux-kernel


Fixes: d33ec4525007 ("net: mvpp2: add an RSS classification step for each flow")
Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
---
 mvpp2_cls.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
index 723d0ba..fc9ec51 100644
--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
@@ -618,7 +618,7 @@ static int mvpp2_port_rss_hash_opts_set(struct mvpp2_port *port, int flow_type,
 	return 0;
 }
 
-u16 mvpp2_flow_get_hek_fields(struct mvpp2_cls_flow_entry *fe)
+static u16 mvpp2_flow_get_hek_fields(struct mvpp2_cls_flow_entry *fe)
 {
 	u16 hash_opts = 0;
 	int n_fields, i, field;

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [RFC PATCH net-next] net: mvpp2: mvpp2_flow_get_hek_fields() can be static
  2018-07-17  1:18 ` [RFC PATCH net-next] net: mvpp2: mvpp2_flow_get_hek_fields() can be static kbuild test robot
@ 2018-07-17  7:38   ` Maxime Chevallier
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Chevallier @ 2018-07-17  7:38 UTC (permalink / raw)
  To: kbuild test robot
  Cc: kbuild-all, netdev, Antoine Tenart, kbuild test robot, linux-kernel

Hi,

On Tue, 17 Jul 2018 09:18:12 +0800
kbuild test robot <lkp@intel.com> wrote:

>Fixes: d33ec4525007 ("net: mvpp2: add an RSS classification step for each flow")
>Signed-off-by: kbuild test robot <fengguang.wu@intel.com>
>---
> mvpp2_cls.c |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
>index 723d0ba..fc9ec51 100644
>--- a/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
>+++ b/drivers/net/ethernet/marvell/mvpp2/mvpp2_cls.c
>@@ -618,7 +618,7 @@ static int mvpp2_port_rss_hash_opts_set(struct mvpp2_port *port, int flow_type,
> 	return 0;
> }
> 
>-u16 mvpp2_flow_get_hek_fields(struct mvpp2_cls_flow_entry *fe)
>+static u16 mvpp2_flow_get_hek_fields(struct mvpp2_cls_flow_entry *fe)
> {
> 	u16 hash_opts = 0;
> 	int n_fields, i, field;

That was a valid patch since it seems I forgot to make
another function static in the RSS series.

However this function is used in debugfs, so this patch isn't valid
anymore.

Sorry about that, but please don't apply this.

Thanks,

Maxime

-- 
Maxime Chevallier, Bootlin (formerly Free Electrons)
Embedded Linux and kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-17  7:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <201807141506.hlrwYth1%fengguang.wu@intel.com>
2018-07-17  1:18 ` [RFC PATCH net-next] net: mvpp2: mvpp2_flow_get_hek_fields() can be static kbuild test robot
2018-07-17  7:38   ` Maxime Chevallier

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).